Using WxFrame

From WxWiki
Jump to navigation Jump to search

The wxFrame class provides us a frame window. A frame window is a window whose size can be changed. It has a thick border, a title bar and optionally it can have a menubar, a toolbar or a statusbar. A frame can act as a container for other controls except for another frame or a dialog. wxFrame is derived from wxWindow.

During this chapter we will create a small text editor.