Searched refs:GtkOnSize (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dpopupwin.h40 void GtkOnSize();
H A Dframe.h78 virtual void GtkOnSize();
H A Dtoplevel.h87 virtual void GtkOnSize();
H A Dmdi.h61 virtual void GtkOnSize();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dpopupwin.h43 void GtkOnSize( int x, int y, int width, int height );
H A Dframe.h80 virtual void GtkOnSize( int x, int y, int width, int height );
H A Dtoplevel.h86 virtual void GtkOnSize( int x, int y, int width, int height );
H A Dmdi.h81 virtual void GtkOnSize( int x, int y, int width, int height );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddialog.cpp81 /* by calling GtkOnSize here, we don't have to call
86 GtkOnSize();
H A Dpopupwin.cpp295 /* actual resizing is deferred to GtkOnSize in idle time and
304 void wxPopupWindow::GtkOnSize() function in class:wxPopupWindow
338 GtkOnSize();
347 /* by calling GtkOnSize here, we don't have to call
352 GtkOnSize();
H A Dmdi.cpp129 void wxMDIParentFrame::GtkOnSize() function in class:wxMDIParentFrame
131 wxFrame::GtkOnSize();
H A Dtoplevel.cpp936 /* by calling GtkOnSize here, we don't have to call
941 GtkOnSize();
1039 /* we set the size in GtkOnSize, i.e. mostly the actual resizing is
1127 void wxTopLevelWindowGTK::GtkOnSize() function in class:wxTopLevelWindowGTK
1200 GtkOnSize();
H A Dframe.cpp347 void wxFrame::GtkOnSize() function in class:wxFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dpopupwin.cpp296 /* actual resizing is deferred to GtkOnSize in idle time and
305 void wxPopupWindow::GtkOnSize( int WXUNUSED(x), int WXUNUSED(y), int width, int height ) function in class:wxPopupWindow
346 GtkOnSize( m_x, m_y, m_width, m_height );
355 /* by calling GtkOnSize here, we don't have to call
360 GtkOnSize( m_x, m_y, m_width, m_height );
H A Ddialog.cpp157 /* by calling GtkOnSize here, we don't have to call
162 GtkOnSize( m_x, m_y, m_width, m_height );
H A Dmdi.cpp138 void wxMDIParentFrame::GtkOnSize( int x, int y, int width, int height ) function in class:wxMDIParentFrame
140 wxFrame::GtkOnSize( x, y, width, height );
H A Dtoplevel.cpp780 /* by calling GtkOnSize here, we don't have to call
785 GtkOnSize( m_x, m_y, m_width, m_height );
882 /* we set the size in GtkOnSize, i.e. mostly the actual resizing is
915 void wxTopLevelWindowGTK::GtkOnSize( int WXUNUSED(x), int WXUNUSED(y), function in class:wxTopLevelWindowGTK
1032 GtkOnSize( m_x, m_y, m_width, m_height );
H A Dframe.cpp338 void wxFrame::GtkOnSize( int WXUNUSED(x), int WXUNUSED(y), function in class:wxFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dframecmn.cpp183 ((wxFrame*)this)->GtkOnSize(

Completed in 184 milliseconds