Searched refs:GetTopWidget (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddialog.h60 WXWidget GetTopWidget() const { return m_mainWidget; } function in class:wxDialog
H A Dchoice.h101 WXWidget GetTopWidget() const { return m_formWidget; } function in class:wxChoice
H A Dframe.h80 WXWidget GetTopWidget() const { return m_frameShell; } function in class:wxFrame
H A Dlistbox.h96 WXWidget GetTopWidget() const;
H A Dcombobox.h104 WXWidget GetTopWidget() const { return m_mainWidget; } function in class:wxComboBox
H A Dtextctrl.h119 virtual WXWidget GetTopWidget() const;
H A Dmdi.h180 WXWidget GetTopWidget() const { return m_mainWidget; }; function in class:wxMDIChildFrame
H A Dwindow.h117 virtual WXWidget GetTopWidget() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcontrol.cpp117 Widget w = (Widget)GetTopWidget();
H A Dtoplevel.cpp189 Widget top = (Widget) GetTopWidget();
212 Widget top = (Widget) GetTopWidget();
233 Widget top = (Widget) GetTopWidget();
H A Dwindow.cpp568 Widget w = XmGetFocusWidget ((Widget) win->GetTopWidget());
608 if ( !MapOrUnmap(GetTopWidget(), show) )
618 Widget wTop = (Widget) GetTopWidget();
626 Widget wTop = (Widget) GetTopWidget();
1164 Widget widget = (Widget)( !m_drawingArea ? GetTopWidget() :
1183 GetTopWidget() );
1318 Widget widget = (Widget) GetTopWidget();
1354 Widget widget = (Widget) GetTopWidget();
1429 XtVaSetValues((Widget)GetTopWidget(),
1867 WXWidget wxWindow::GetTopWidget() cons function in class:wxWindow
[all...]
H A Ddialog.cpp146 parentWidget = (Widget) parent->GetTopWidget();
H A Dfiledlg.cpp161 parentWidget = (Widget) m_parent->GetTopWidget();
H A Dradiobox.cpp340 wxFont::GetFontTag(), m_font.GetFontTypeC(XtDisplay((Widget) GetTopWidget())),
H A Dmdi.cpp376 xmBulletinBoardWidgetClass, (Widget) clientWindow->GetTopWidget(),
H A Dlistbox.cpp571 WXWidget wxListBox::GetTopWidget() const function in class:wxListBox
H A Dtextctrl.cpp201 WXWidget wxTextCtrl::GetTopWidget() const function in class:wxTextCtrl

Completed in 84 milliseconds