wxHatch Reference:
Predefined variables:
- MyApp
- frame; a
pointer to the frame being constructed
- MyFrame
- a pointer to the
window in the frame; either
- canvas:
(drawing/imaging) a pointer to the canvas
(wxScrolledWindow)
- textctrl:
(text) a pointer to the text control
- listbox:
(list control) a pointer to the list box
- OnClose
(wxCloseEvent& event) ; does nothing
useful
- menuBar; a
pointer to a wxMenubar, to which items will
be added
- MyCanvas
(drawing/imaging applications only) OR
MyTxtCtrl (text apps) OR
MyLstCtrl (list control apps)
- a pointer to the main
frame pFrame
wxHatch
Home