Searched refs:wxTopLevelWindow (Results 1 - 25 of 84) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtaskbarpriv.h21 class WXDLLIMPEXP_ADV wxTaskBarIconAreaBase : public wxTopLevelWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtlw.tex3 %% Purpose: wxTopLevelWindow documentation
12 \section{\class{wxTopLevelWindow}}\label{wxtoplevelwindow}
14 wxTopLevelWindow is a common base class for \helpref{wxDialog}{wxdialog} and
32 \membersection{wxTopLevelWindow::CanSetTransparent}\label{wxtoplevelwindowcansettransparent}
40 \helpref{wxTopLevelWindow::SetTransparent}{wxtoplevelwindowsettransparent}
43 \membersection{wxTopLevelWindow::EnableCloseButton}\label{wxtoplevelenableclosebutton}
55 \membersection{wxTopLevelWindow::GetDefaultItem}\label{wxtoplevelwindowgetdefaultitem}
63 \membersection{wxTopLevelWindow::GetIcon}\label{wxtoplevelwindowgeticon}
75 \membersection{wxTopLevelWindow::GetIcons}\label{wxtoplevelwindowgeticons}
91 \membersection{wxTopLevelWindow
[all...]
H A Dmaxzevt.tex38 \helpref{wxTopLevelWindow::Maximize}{wxtoplevelwindowmaximize},\rtfsp
39 \helpref{wxTopLevelWindow::IsMaximized}{wxtoplevelwindowismaximized}
H A Diconevt.tex40 \helpref{wxTopLevelWindow::Iconize}{wxtoplevelwindowiconize},\rtfsp
41 \helpref{wxTopLevelWindow::IsIconized}{wxtoplevelwindowisiconized}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtopluniv.cpp54 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
[all...]
H A Ddialog.cpp44 IMPLEMENT_DYNAMIC_CLASS(wxDialog,wxTopLevelWindow)
69 return wxTopLevelWindow::Create(parent, id, title, pos, size, style, name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dbutton.cpp120 wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow);
236 wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow);
251 wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow);
264 wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow);
H A Ddialog.cpp36 IMPLEMENT_DYNAMIC_CLASS(wxDialog, wxTopLevelWindow)
103 if (!wxTopLevelWindow::Create( pParent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dtoplevel.h88 // wxTopLevelWindow
91 class WXDLLEXPORT wxTopLevelWindow : public wxTopLevelWindowNative, class in inherits:wxTopLevelWindowNative,wxInputConsumer
96 wxTopLevelWindow() { Init(); } function in class:wxTopLevelWindow
97 wxTopLevelWindow(wxWindow *parent, function in class:wxTopLevelWindow
157 virtual wxWindow *GetInputWindow() const { return wx_const_cast(wxTopLevelWindow*, this); }
192 DECLARE_DYNAMIC_CLASS(wxTopLevelWindow)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtoplvcmn.cpp3 // Purpose: common (for all platforms) wxTopLevelWindow functions
48 IMPLEMENT_ABSTRACT_CLASS(wxTopLevelWindow, wxWindow)
101 wxTopLevelWindow * const win = wx_static_cast(wxTopLevelWindow *, *i);
129 wxTopLevelWindow * const win = wx_static_cast(wxTopLevelWindow *, *i);
141 wxTopLevelWindow * const win = wx_static_cast(wxTopLevelWindow *, *i);
158 // wxTopLevelWindow geometry
298 // wxTopLevelWindow siz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddrawer.h28 class WXDLLEXPORT wxDrawerWindow : public wxTopLevelWindow
50 // If parent is not NULL, then wxTopLevelWindow::Attach this window to parent.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddialog.cpp31 IMPLEMENT_DYNAMIC_CLASS(wxDialog, wxTopLevelWindow)
54 if ( !wxTopLevelWindow::Create( parent, id, title, pos, size, style, name ) )
H A Dframe.cpp39 IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
61 if ( !wxTopLevelWindow::Create(parent, id, title, pos, size, style, name) )
78 wxPoint pt = wxTopLevelWindow::GetClientAreaOrigin();
256 wxTopLevelWindow::DoGetClientSize( x , y );
H A Ddrawer.cpp92 wxTopLevelWindow* tlwParent = wxDynamicCast(parent, wxTopLevelWindow);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddialog.cpp87 IMPLEMENT_DYNAMIC_CLASS_XTI(wxDialog, wxTopLevelWindow,"wx/dialog.h")
100 IMPLEMENT_DYNAMIC_CLASS(wxDialog, wxTopLevelWindow)
H A Dframe.cpp121 IMPLEMENT_DYNAMIC_CLASS_XTI(wxFrame, wxTopLevelWindow,"wx/frame.h")
137 IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
160 if ( !wxTopLevelWindow::Create(parent, id, title, pos, size, style, name) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddialog.cpp39 IMPLEMENT_DYNAMIC_CLASS(wxDialog,wxTopLevelWindow)
69 return wxTopLevelWindow::Create(parent, id, title, pos, size, style, name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dbutton.cpp69 wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow);
H A Ddialog.cpp29 IMPLEMENT_DYNAMIC_CLASS(wxDialog, wxTopLevelWindow)
59 if ( !wxTopLevelWindow::Create(parent, id, title, pos, size, style, name) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dbutton.cpp201 wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow);
348 wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow);
362 static wxTopLevelWindow *GetTLWParentIfNotBeingDeleted(wxWindow *win)
382 wxTopLevelWindow * const tlw = wxDynamicCast(win, wxTopLevelWindow);
391 wxTopLevelWindow * const tlw = GetTLWParentIfNotBeingDeleted(GetParent());
405 wxTopLevelWindow * const tlw = GetTLWParentIfNotBeingDeleted(GetParent());
849 wxTopLevelWindow *tl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtoplevel.h3 // Purpose: declares wxTopLevelWindow class, the base class for all
92 // (note that wxTopLevelWindow only handles wxFULLSCREEN_NOBORDER and
93 // wxFULLSCREEN_NOCAPTION; the rest is handled by wxTopLevelWindow)
115 // wxTopLevelWindow: a top level (as opposed to child) window
352 class WXDLLEXPORT wxTopLevelWindow : public wxTopLevelWindowNative class in inherits:wxTopLevelWindowNative
356 wxTopLevelWindow() { Init(); } function in class:wxTopLevelWindow
357 wxTopLevelWindow(wxWindow *parent, function in class:wxTopLevelWindow
369 DECLARE_DYNAMIC_CLASS_NO_COPY(wxTopLevelWindow)
H A Ddialog.h32 class WXDLLEXPORT wxDialogBase : public wxTopLevelWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcollpaneg.cpp155 wxTopLevelWindow *
156 top = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dbutton.cpp162 wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow);
H A Ddialog.cpp46 IMPLEMENT_DYNAMIC_CLASS(wxDialog,wxTopLevelWindow)
76 return wxTopLevelWindow::Create(parent, id, title, pos, size, style, name);

Completed in 114 milliseconds

1234