#ifndef AREA_POPUP_H_03FAC988 #define AREA_POPUP_H_03FAC988 #include #ifndef WX_PRECOMP #include #endif class AreaPopup : public wxScrolledCanvas { public: AreaPopup(wxWindow* parent, int area_id); void UpdateIndicators(); private: void OnPaint(wxPaintEvent& event); int area_id_; wxBitmap unchecked_eye_; wxBitmap checked_eye_; wxBitmap rendered_; }; #endif /* end of include guard: AREA_POPUP_H_03FAC988 */ o' rowspan='2'>cgit logo index : lingo-ap-tracker
Autotracker for the Lingo Archipelago integration
about summary refs log tree commit diff stats
blob: 83525dd8b7e4460c47e0b290c765871f6b0dfe1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12