#ifndef AREA_POPUP_H_03FAC988 #define AREA_POPUP_H_03FAC988 #include #ifndef WX_PRECOMP #include #endif #include "eye_indicator.h" class AreaPopup : public wxScrolledWindow { public: AreaPopup(wxWindow* parent, int area_id); void UpdateIndicators(); private: int area_id_; std::vector section_labels_; std::vector eye_indicators_; }; #endif /* end of include guard: AREA_POPUP_H_03FAC988 */ ass='logo' rowspan='2'>cgit logo index : lingo-ap-tracker
Autotracker for the Lingo Archipelago integration
about summary refs log tree commit diff stats
blob: ed5efaad5963dda2e7ab273c3d20384b466d9da7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40