|
Code::Blocks
SVN r11506
|
Public Types | |
| typedef wxPopupWindow | BaseClass |
Public Member Functions | |
| UnfocusablePopupWindow (wxWindow *parent, int style=wxBORDER_NONE) | |
| bool | Destroy () override |
| void | OnFocus (wxFocusEvent &event) |
| void | ActivateParent () |
| void | DoSetSize (int x, int y, int width, int height, int sizeFlags=wxSIZE_AUTO) override |
| bool | Show (bool show=true) override |
Definition at line 158 of file ccmanager.cpp.
Definition at line 167 of file ccmanager.cpp.
|
inline |
Definition at line 169 of file ccmanager.cpp.
References wxDefaultPosition, wxDefaultSize, wxEmptyString, wxFRAME_FLOAT_ON_PARENT, wxFRAME_NO_TASKBAR, wxFRAME_SHAPED, wxID_ANY, wxNO_BORDER, wxPOPUP_WINDOW, and wxSIZE_AUTO.
| void UnfocusablePopupWindow::ActivateParent | ( | ) |
Definition at line 223 of file ccmanager.cpp.
References wxDynamicCast, and wxGetTopLevelParent().
|
override |
Definition at line 201 of file ccmanager.cpp.
References wxRect::GetHeight(), and wxRect::SetHeight().
|
override |
Definition at line 233 of file ccmanager.cpp.
References NULL, and wxDefaultCoord.
| void UnfocusablePopupWindow::OnFocus | ( | wxFocusEvent & | event | ) |
Definition at line 216 of file ccmanager.cpp.
Referenced by Show().
|
override |
Definition at line 247 of file ccmanager.cpp.
References OnFocus().
1.8.13