• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/

Lines Matching refs:wxTopLevelWindow

54     wxTopLevelWindow *m_winCapture;
66 BEGIN_EVENT_TABLE(wxTopLevelWindow, wxTopLevelWindowNative)
67 WX_EVENT_TABLE_INPUT_CONSUMER(wxTopLevelWindow)
68 EVT_NC_PAINT(wxTopLevelWindow::OnNcPaint)
69 EVT_MENU_RANGE(wxID_CLOSE_FRAME, wxID_RESTORE_FRAME, wxTopLevelWindow::OnSystemMenu)
72 WX_FORWARD_TO_INPUT_CONSUMER(wxTopLevelWindow)
78 int wxTopLevelWindow::ms_drawDecorations = -1;
79 int wxTopLevelWindow::ms_canIconize = -1;
81 void wxTopLevelWindow::Init()
97 bool wxTopLevelWindow::Create(wxWindow *parent,
135 bool wxTopLevelWindow::ShowFullScreen(bool show, long style)
159 void wxTopLevelWindow::UseNativeDecorationsByDefault(bool native)
164 void wxTopLevelWindow::UseNativeDecorations(bool native)
171 bool wxTopLevelWindow::IsUsingNativeDecorations() const
176 long wxTopLevelWindow::GetDecorationsStyle() const
219 void wxTopLevelWindow::RefreshTitleBar()
230 wxPoint wxTopLevelWindow::GetClientAreaOrigin() const
248 void wxTopLevelWindow::DoGetClientSize(int *width, int *height) const
267 void wxTopLevelWindow::DoSetClientSize(int width, int height)
279 void wxTopLevelWindow::OnNcPaint(wxNcPaintEvent& event)
299 long wxTopLevelWindow::HitTest(const wxPoint& pt) const
308 wxSize wxTopLevelWindow::GetMinSize() const
323 void wxTopLevelWindow::SetIcons(const wxIconBundle& icons)
396 wxTopLevelWindow *m_window;
632 void wxTopLevelWindow::InteractiveMove(int flags)
684 void wxTopLevelWindow::ClickTitleBarButton(long button)
717 bool wxTopLevelWindow::PerformAction(const wxControlAction& action,
780 void wxTopLevelWindow::OnSystemMenu(wxCommandEvent& event)
819 wxTopLevelWindow::GetStdInputHandler(wxInputHandler *handlerDef)
854 wxTopLevelWindow *w = wxStaticCast(consumer->GetInputWindow(), wxTopLevelWindow);
920 wxTopLevelWindow *win = wxStaticCast(consumer->GetInputWindow(),
921 wxTopLevelWindow);