From 22014b967d0d9651b72bffbe02aba75dc98180a4 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 2 May 2023 12:05:05 -0400 Subject: Show locations popup when hovering over area --- area_popup.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 area_popup.h (limited to 'area_popup.h') diff --git a/area_popup.h b/area_popup.h new file mode 100644 index 0000000..c3de4bb --- /dev/null +++ b/area_popup.h @@ -0,0 +1,18 @@ +#ifndef AREA_POPUP_H_03FAC988 +#define AREA_POPUP_H_03FAC988 + +#include + +#ifndef WX_PRECOMP +#include +#endif + +class AreaPopup : public wxPanel { + public: + AreaPopup(wxWindow* parent, int area_id); + + private: + int area_id_; +}; + +#endif /* end of include guard: AREA_POPUP_H_03FAC988 */ -- cgit 1.4.1