mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Improve game tab left panel
This commit is contained in:
parent
bf485fa577
commit
81d7a41962
5 changed files with 404 additions and 24 deletions
|
@ -7,9 +7,8 @@
|
|||
// Foreign events
|
||||
wxDECLARE_EVENT(GAME_CHANGE, wxCommandEvent);
|
||||
|
||||
enum { COPY_FEN_BTN = wxID_HIGHEST + 1, ZOOM_IN_BTN, ZOOM_OUT_BTN, SWAP_BTN };
|
||||
|
||||
class GameTabLeftPanel : public wxPanel {
|
||||
class GameTabLeftPanel : public TabGameLeftPanel {
|
||||
Game *game;
|
||||
BoardCanvas *board_canvas;
|
||||
void NotifyEditor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue