Searched refs:OnInternalIdle (Results 1 - 25 of 98) 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 Dpopupwin.h33 virtual void OnInternalIdle();
H A Dcontrol.h51 virtual void OnInternalIdle();
H A Dframe.h79 virtual void OnInternalIdle();
H A Dtbargtk.h71 void OnInternalIdle();
H A Dglcanvas.h113 void OnInternalIdle();
H A Dtoplevel.h88 virtual void OnInternalIdle();
H A Ddataview.h223 void OnInternalIdle();
281 virtual void OnInternalIdle();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dpopupwin.h39 virtual void OnInternalIdle();
H A Dtglbtn.h81 virtual void OnInternalIdle();
135 virtual void OnInternalIdle();
H A Dcheckbox.h52 void OnInternalIdle();
H A Dradiobut.h56 void OnInternalIdle();
H A Dframe.h81 virtual void OnInternalIdle();
H A Dtbargtk.h65 void OnInternalIdle();
H A Dradiobox.h122 virtual void OnInternalIdle();
H A Dtoplevel.h87 virtual void OnInternalIdle();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dframe.cpp557 void wxFrame::OnInternalIdle() function in class:wxFrame
559 wxFrameBase::OnInternalIdle();
562 if (m_frameMenuBar) m_frameMenuBar->OnInternalIdle();
575 if (m_frameToolBar) m_frameToolBar->OnInternalIdle();
580 m_frameStatusBar->OnInternalIdle();
589 child->OnInternalIdle();
668 GtkUpdateSize(); // resize window in OnInternalIdle
690 // resize window in OnInternalIdle
H A Dpopupwin.cpp335 void wxPopupWindow::OnInternalIdle() function in class:wxPopupWindow
340 wxWindow::OnInternalIdle();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dframe.cpp200 // Resize on OnInternalIdle
513 void wxFrame::OnInternalIdle() function in class:wxFrame
515 wxFrameBase::OnInternalIdle();
518 if (m_frameMenuBar) m_frameMenuBar->OnInternalIdle();
521 if (m_frameToolBar) m_frameToolBar->OnInternalIdle();
526 m_frameStatusBar->OnInternalIdle();
535 child->OnInternalIdle();
605 GtkUpdateSize(); // resize window in OnInternalIdle
623 // resize window in OnInternalIdle
H A Dpopupwin.cpp343 void wxPopupWindow::OnInternalIdle() function in class:wxPopupWindow
348 wxWindow::OnInternalIdle();
H A Dtglbtn.cpp178 void wxToggleBitmapButton::OnInternalIdle() function in class:wxToggleBitmapButton
188 /* I now set the cursor the anew in every OnInternalIdle call
319 void wxToggleButton::OnInternalIdle() function in class:wxToggleButton
329 /* I now set the cursor the anew in every OnInternalIdle call
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dtoplevel.h77 virtual void OnInternalIdle();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dtoplevel.h76 void OnInternalIdle();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dtoolbar.h88 void OnInternalIdle();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dnotebook.h117 void OnInternalIdle();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dwindow.h101 void OnInternalIdle();

Completed in 197 milliseconds

1234