mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-18 03:42:02 +00:00
7 lines
222 B
C++
7 lines
222 B
C++
![]() |
#include "LiveEngineDialog.hpp"
|
||
|
|
||
|
LiveEngineDialog::LiveEngineDialog(wxWindow *parent)
|
||
|
: LiveEngineDialogFB(parent) {
|
||
|
lines_list->InsertColumn(0, "#");
|
||
|
lines_list->InsertColumn(1, "Moves",wxLIST_FORMAT_LEFT, 500);
|
||
|
}
|