OChess v0.0.2
Programmer's Manual
|
Configuration page for the EditorCanvas. More...
#include <EditorPrefs.hpp>
Public Member Functions | |
EditorPrefsPanel (wxWindow *parent) | |
void | OnConfChange (wxCommandEvent &event) |
virtual bool | TransferDataToWindow () |
void | ApplyPreferences () |
virtual bool | TransferDataFromWindow () |
Public Member Functions inherited from PrefsEditor | |
PrefsEditor (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
Additional Inherited Members | |
Protected Attributes inherited from PrefsEditor | |
wxStaticText * | color_margin_label |
wxColourPickerCtrl * | color_margin |
wxStaticText * | color_scrollbar_label |
wxColourPickerCtrl * | color_scrollbar |
wxStaticText * | color_scrollbarbg_label |
wxColourPickerCtrl * | color_scrollbarbg |
wxStaticText * | color_commentbg_label |
wxColourPickerCtrl * | color_commentbg |
wxStaticText * | row_size_label |
wxSpinCtrl * | row_size |
wxStaticText * | col_size_label |
wxSpinCtrl * | col_size |
wxCheckBox * | show_move_icons |
Configuration page for the EditorCanvas.