Searched refs:wxTopLevelWindowMSW (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtoplevel.cpp121 // wxTopLevelWindowMSW implementation
124 BEGIN_EVENT_TABLE(wxTopLevelWindowMSW, wxTopLevelWindowBase)
125 EVT_ACTIVATE(wxTopLevelWindowMSW::OnActivate)
129 // wxTopLevelWindowMSW creation
132 void wxTopLevelWindowMSW::Init()
158 WXDWORD wxTopLevelWindowMSW::MSWGetStyle(long style, WXDWORD *exflags) const
171 ((wxTopLevelWindowMSW*)this)->wxWindowBase::Show(true);
287 WXHWND wxTopLevelWindowMSW::MSWGetParent() const
322 bool wxTopLevelWindowMSW::HandleSettingChange(WXWPARAM wParam, WXLPARAM lParam)
334 WXLRESULT wxTopLevelWindowMSW
[all...]
H A Dframe.cpp400 autoMenu = wxTopLevelWindowMSW::ButtonMenu::DuplicateMenu(menubar->GetMenu(0));
411 wxMenu *new_item = wxTopLevelWindowMSW::ButtonMenu::DuplicateMenu(item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dmenuce.cpp47 wxTopLevelWindowMSW::ButtonMenu::ButtonMenu()
55 wxTopLevelWindowMSW::ButtonMenu::~ButtonMenu()
64 void wxTopLevelWindowMSW::SetLeftMenu(int id, const wxString& label, wxMenu *subMenu)
70 void wxTopLevelWindowMSW::SetRightMenu(int id, const wxString& label, wxMenu *subMenu)
76 void wxTopLevelWindowMSW::ButtonMenu::SetButton(int id, const wxString& label, wxMenu *subMenu)
87 wxMenu *wxTopLevelWindowMSW::ButtonMenu::DuplicateMenu(wxMenu *menu)
179 void wxTopLevelWindowMSW::ReloadButton(ButtonMenu& button, UINT menuID)
201 void wxTopLevelWindowMSW::ReloadAllButtons()
249 bool wxTopLevelWindowMSW::HandleCommand(WXWORD id, WXWORD WXUNUSED(cmd), WXHWND WXUNUSED(control))
263 bool wxTopLevelWindowMSW
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtoplevel.h3 // Purpose: wxTopLevelWindowMSW is the MSW implementation of wxTLW
16 // wxTopLevelWindowMSW
19 class WXDLLEXPORT wxTopLevelWindowMSW : public wxTopLevelWindowBase class in inherits:wxTopLevelWindowBase
23 wxTopLevelWindowMSW() { Init(); } function in class:wxTopLevelWindowMSW
25 wxTopLevelWindowMSW(wxWindow *parent, function in class:wxTopLevelWindowMSW
46 virtual ~wxTopLevelWindowMSW();
194 DECLARE_NO_COPY_CLASS(wxTopLevelWindowMSW)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtoplevel.h318 #define wxTopLevelWindowNative wxTopLevelWindowMSW

Completed in 90 milliseconds