diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-06 14:17:04 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-06 14:17:04 -0500 |
commit | 2268234f2dfb6efcfc0904ccab2100abff6f7df4 (patch) | |
tree | cad92881ca999fa176e4e63e945eb03faeb27501 /src/tracker_frame.h | |
parent | 8617b8c8cfad0d16eb244c884cb1fa594811ba59 (diff) | |
download | lingo-ap-tracker-2268234f2dfb6efcfc0904ccab2100abff6f7df4.tar.gz lingo-ap-tracker-2268234f2dfb6efcfc0904ccab2100abff6f7df4.tar.bz2 lingo-ap-tracker-2268234f2dfb6efcfc0904ccab2100abff6f7df4.zip |
Made panes adjustable
Diffstat (limited to 'src/tracker_frame.h')
-rw-r--r-- | src/tracker_frame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tracker_frame.h b/src/tracker_frame.h index e9fec17..45331ae 100644 --- a/src/tracker_frame.h +++ b/src/tracker_frame.h | |||
@@ -12,6 +12,7 @@ class SubwayMap; | |||
12 | class TrackerPanel; | 12 | class TrackerPanel; |
13 | class wxBookCtrlEvent; | 13 | class wxBookCtrlEvent; |
14 | class wxNotebook; | 14 | class wxNotebook; |
15 | class wxSplitterWindow; | ||
15 | 16 | ||
16 | class ApConnectEvent : public wxEvent { | 17 | class ApConnectEvent : public wxEvent { |
17 | public: | 18 | public: |
@@ -78,6 +79,7 @@ class TrackerFrame : public wxFrame { | |||
78 | 79 | ||
79 | void CheckForUpdates(bool manual); | 80 | void CheckForUpdates(bool manual); |
80 | 81 | ||
82 | wxSplitterWindow *splitter_window_; | ||
81 | wxNotebook *notebook_; | 83 | wxNotebook *notebook_; |
82 | TrackerPanel *tracker_panel_; | 84 | TrackerPanel *tracker_panel_; |
83 | AchievementsPane *achievements_pane_; | 85 | AchievementsPane *achievements_pane_; |