Frames and dialogs are similar in wxWidgets, but only dialogs may be modal.
Related Overviews: Common Dialogs
Related macros/global-functions group: Dialogs
Classes | |
class | wxFrame |
A frame is a window whose size and position can (usually) be changed by the user. More... | |
class | wxMDIClientWindow |
An MDI client window is a child of wxMDIParentFrame, and manages zero or more wxMDIChildFrame objects. More... | |
class | wxMDIParentFrame |
An MDI (Multiple Document Interface) parent frame is a window which can contain MDI child frames in its client area which emulates the full desktop. More... | |
class | wxMDIChildFrame |
An MDI child frame is a frame that can only exist inside a wxMDIClientWindow, which is itself a child of wxMDIParentFrame. More... | |
class | wxMiniFrame |
A miniframe is a frame with a small title bar. More... | |
class | wxPopupWindow |
A special kind of top level window used for popup menus, combobox popups and such. More... | |
class | wxPropertySheetDialog |
This class represents a property sheet dialog: a tabbed dialog for showing settings. More... | |
class | wxSplashScreen |
wxSplashScreen shows a window with a thin border, displaying a bitmap describing your application. More... | |
class | wxTipWindow |
Shows simple text in a popup tip window on creation. More... | |
class | wxTopLevelWindow |
wxTopLevelWindow is a common base class for wxDialog and wxFrame. More... |
![]() |
[ top ] |