Searched refs:GetInputWindow (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dinpcons.cpp45 GetInputWindow()->Refresh();
53 GetInputWindow()->Refresh();
H A Dbutton.cpp379 m_winCapture = consumer->GetInputWindow();
425 consumer->GetInputWindow()->SetCurrent(false);
439 consumer->GetInputWindow()->SetCurrent(true);
462 return wxStaticCast(consumer->GetInputWindow(), wxButton)->IsDefault();
H A Dchecklst.cpp278 wxCheckListBox *lbox = wxStaticCast(consumer->GetInputWindow(), wxCheckListBox);
282 pt -= consumer->GetInputWindow()->GetClientAreaOrigin();
H A Dspinbutt.cpp410 wxSpinButton *spinbtn = wxStaticCast(consumer->GetInputWindow(), wxSpinButton);
424 wxSpinButton *spinbtn = wxStaticCast(consumer->GetInputWindow(), wxSpinButton);
H A Dtopluniv.cpp854 wxTopLevelWindow *w = wxStaticCast(consumer->GetInputWindow(), wxTopLevelWindow);
871 else if ( (consumer->GetInputWindow()->GetWindowStyle() & wxRESIZE_BORDER)
918 else if ( consumer->GetInputWindow()->GetWindowStyle() & wxRESIZE_BORDER )
920 wxTopLevelWindow *win = wxStaticCast(consumer->GetInputWindow(),
956 consumer->GetInputWindow()->SetCursor(m_origCursor);
H A Dscrolbar.cpp1003 wxScrollBar *scrollbar = wxStaticCast(consumer->GetInputWindow(), wxScrollBar);
1013 m_winCapture = consumer->GetInputWindow();
1104 wxScrollBar *scrollbar = wxStaticCast(consumer->GetInputWindow(), wxScrollBar);
H A Dcheckbox.cpp364 return consumer->GetInputWindow()->IsFocused();
H A Dslider.cpp1068 wxSlider *slider = wxStaticCast(consumer->GetInputWindow(), wxSlider);
1082 wxSlider *slider = wxStaticCast(consumer->GetInputWindow(), wxSlider);
H A Dtoolbar.cpp836 wxToolBar *tbar = wxStaticCast(consumer->GetInputWindow(), wxToolBar);
887 wxToolBar *tbar = wxStaticCast(consumer->GetInputWindow(), wxToolBar);
H A Dlistbox.cpp1398 int style = consumer->GetInputWindow()->GetWindowStyle();
1488 wxListBox *lbox = wxStaticCast(consumer->GetInputWindow(), wxListBox);
1536 wxListBox *lbox = wxStaticCast(consumer->GetInputWindow(), wxListBox);
H A Dnotebook.cpp1369 wxNotebook *notebook = wxStaticCast(consumer->GetInputWindow(), wxNotebook);
1420 wxNotebook *notebook = wxStaticCast(consumer->GetInputWindow(), wxNotebook);
1459 wxNotebook *notebook = wxStaticCast(consumer->GetInputWindow(), wxNotebook);
H A Dtextctrl.cpp4938 wxTextCtrl *text = wxStaticCast(consumer->GetInputWindow(), wxTextCtrl);
4991 wxTextCtrl *text = wxStaticCast(consumer->GetInputWindow(), wxTextCtrl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dcontrol.h86 virtual wxWindow *GetInputWindow() const { return (wxWindow*)this; } function in class:wxControl
H A Dstatusbr.h62 virtual wxWindow *GetInputWindow() const function in class:wxStatusBarUniv
H A Dinpcons.h61 virtual wxWindow *GetInputWindow() const = 0;
H A Dtoplevel.h157 virtual wxWindow *GetInputWindow() const { return wx_const_cast(wxTopLevelWindow*, this); } function in class:wxTopLevelWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dwin32.cpp3198 wxWindow *win = control->GetInputWindow();
3200 if ( (wxWindow::FindFocus() != control->GetInputWindow()) &&
3288 wxScrollBar *scrollbar = wxStaticCast(control->GetInputWindow(), wxScrollBar);
3532 wxWindow *statbar = consumer->GetInputWindow();
3557 wxWindow *statbar = consumer->GetInputWindow();
3615 m_wnd = wxStaticCast(consumer->GetInputWindow(), wxTopLevelWindow);
3697 wxStaticCast(consumer->GetInputWindow(), wxTopLevelWindow);
3765 if ( consumer->GetInputWindow()->GetWindowStyle() & wxSYSTEM_MENU )
H A Dgtk.cpp2586 if ( event.ButtonDown() && wxWindow::FindFocus() != control->GetInputWindow() )
2588 control->GetInputWindow()->SetFocus();
2601 control->GetInputWindow()->SetCurrent(true);
2605 control->GetInputWindow()->SetCurrent(false);

Completed in 113 milliseconds