mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Improve UI
This commit is contained in:
parent
2fd237a78f
commit
98e31a2c11
7 changed files with 116 additions and 16 deletions
|
@ -14,6 +14,7 @@ class GameTabLeftPanel : public TabGameLeftPanel {
|
|||
void NotifyEditor();
|
||||
std::string last_absolute_move;
|
||||
bool repeat;
|
||||
std::string related_file;
|
||||
|
||||
public:
|
||||
GameTabLeftPanel(wxFrame *parent, std::shared_ptr<Game> game);
|
||||
|
@ -27,4 +28,5 @@ public:
|
|||
void OnSwap(wxCommandEvent &event);
|
||||
void OnRefreshBoard(wxCommandEvent &event);
|
||||
void ApplyPreferences();
|
||||
void OnToolClick(wxCommandEvent &event);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue