diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-07 10:31:22 -0500 | 
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-17 12:51:07 -0400 | 
| commit | d532e4937fbf9c1d1458f9bdfb02ed54c50122c3 (patch) | |
| tree | a597d9d46f722244ec1dcf8d0e80b5fda31354c6 /src/connection_dialog.h | |
| parent | e07e0318666e9b05b2a78b7de0979d5706cc28b7 (diff) | |
| download | lingo-ap-tracker-d532e4937fbf9c1d1458f9bdfb02ed54c50122c3.tar.gz lingo-ap-tracker-d532e4937fbf9c1d1458f9bdfb02ed54c50122c3.tar.bz2 lingo-ap-tracker-d532e4937fbf9c1d1458f9bdfb02ed54c50122c3.zip | |
Added connection history
Diffstat (limited to 'src/connection_dialog.h')
| -rw-r--r-- | src/connection_dialog.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/connection_dialog.h b/src/connection_dialog.h index 5d2703d..9fe62fd 100644 --- a/src/connection_dialog.h +++ b/src/connection_dialog.h | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | #endif | 8 | #endif | 
| 9 | 9 | ||
| 10 | #include <string> | 10 | #include <string> | 
| 11 | #include <wx/listbox.h> | ||
| 11 | 12 | ||
| 12 | class ConnectionDialog : public wxDialog { | 13 | class ConnectionDialog : public wxDialog { | 
| 13 | public: | 14 | public: | 
| @@ -22,9 +23,12 @@ class ConnectionDialog : public wxDialog { | |||
| 22 | } | 23 | } | 
| 23 | 24 | ||
| 24 | private: | 25 | private: | 
| 26 | void OnOldConnectionChosen(wxCommandEvent& e); | ||
| 27 | |||
| 25 | wxTextCtrl* server_box_; | 28 | wxTextCtrl* server_box_; | 
| 26 | wxTextCtrl* player_box_; | 29 | wxTextCtrl* player_box_; | 
| 27 | wxTextCtrl* password_box_; | 30 | wxTextCtrl* password_box_; | 
| 31 | wxListBox* history_list_; | ||
| 28 | }; | 32 | }; | 
| 29 | 33 | ||
| 30 | #endif /* end of include guard: CONNECTION_DIALOG_H_E526D0E7 */ | 34 | #endif /* end of include guard: CONNECTION_DIALOG_H_E526D0E7 */ | 
