|
Classes |
| class | wxWindow |
| | wxWindow is the base class for all windows and represents any visible object om screen. More...
|
Enumerations |
| enum | wxBackgroundStyle {
wxBG_STYLE_SYSTEM,
wxBG_STYLE_COLOUR,
wxBG_STYLE_CUSTOM,
wxBG_STYLE_TRANSPARENT
} |
| | Background styles. More...
|
| enum | wxShowEffect {
wxSHOW_EFFECT_ROLL_TO_LEFT,
wxSHOW_EFFECT_ROLL_TO_RIGHT,
wxSHOW_EFFECT_ROLL_TO_TOP,
wxSHOW_EFFECT_ROLL_TO_BOTTOM,
wxSHOW_EFFECT_SLIDE_TO_LEFT,
wxSHOW_EFFECT_SLIDE_TO_RIGHT,
wxSHOW_EFFECT_SLIDE_TO_TOP,
wxSHOW_EFFECT_SLIDE_TO_BOTTOM,
wxSHOW_EFFECT_BLEND,
wxSHOW_EFFECT_EXPAND
} |
| | Valid values for wxWindow::ShowWithEffect() and wxWindow::HideWithEffect(). More...
|
| enum | wxWindowVariant {
wxWINDOW_VARIANT_NORMAL,
wxWINDOW_VARIANT_SMALL,
wxWINDOW_VARIANT_MINI,
wxWINDOW_VARIANT_LARGE,
wxWINDOW_VARIANT_MAX
} |
| | Different window variants, on platforms like eg mac uses different rendering sizes. More...
|
| enum | wxUpdateUI {
wxUPDATE_UI_NONE,
wxUPDATE_UI_RECURSE,
wxUPDATE_UI_FROMIDLE
} |
| | Flags which can be used in wxWindow::UpdateWindowUI(). More...
|
Functions |
| wxWindow * | wxFindWindowAtPointer (wxPoint &pt) |
| | Find the deepest window at the mouse pointer position, returning the window and current pointer position in screen coordinates.
|
| wxWindow * | wxGetActiveWindow () |
| | Gets the currently active window (implemented for MSW and GTK only currently, always returns NULL in the other ports).
|
| wxWindow * | wxGetTopLevelParent (wxWindow *window) |
| | Returns the first top level parent of the given window, or in other words, the frame or dialog containing it, or NULL.
|