Searched refs:m_frameShell (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dframe.cpp109 m_frameShell = (WXWidget) NULL;
169 XtVaSetValues((Widget) m_frameShell, XmNx, x, NULL);
171 XtVaSetValues((Widget) m_frameShell, XmNy, y, NULL);
173 XtVaSetValues((Widget) m_frameShell, XmNwidth, width, NULL);
175 XtVaSetValues((Widget) m_frameShell, XmNheight, height, NULL);
214 m_frameShell = (WXWidget)frameShell;
396 XtVaGetValues((Widget) m_frameShell, XmNwidth, &xx, XmNheight, &yy, NULL);
403 XtVaSetValues((Widget) m_frameShell, XmNx, x, NULL);
405 XtVaSetValues((Widget) m_frameShell, XmNy, y, NULL);
450 XtVaSetValues( (Widget)m_frameShell,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dframe.h77 WXWidget GetShellWidget() const { return m_frameShell; }
80 WXWidget GetTopWidget() const { return m_frameShell; }
103 WXWidget m_frameShell; member in class:wxFrame

Completed in 114 milliseconds