diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 17:58:28 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 17:58:28 +0100 |
| commit | 8cc460fd202703646f7c908a4fb2a485b21dc9e1 (patch) | |
| tree | 572a1519ad528f3772f48ffcdf62e381d2349afc /src/gui.h | |
| parent | ffeacf5c74b1c7fc51c850c1b5f5ea5af8f8d84a (diff) | |
Improve game list
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -312,6 +312,9 @@ class TabBase_TabGames : public wxPanel wxButton* save_button; wxButton* export_button; wxStaticLine* separator_1; + wxStaticText* m_staticText28; + wxTextCtrl* search_terms; + wxButton* apply_filter_button; wxListCtrl* game_list; wxButton* import_button; wxButton* delete_button; |
