Searched refs:GetControl (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoolbar.cpp154 curSize = GetControl()->GetSize();
396 GetControl()->Enable( enable );
452 GetControl()->Move( position );
1232 CFIndex count = CFGetRetainCount( tool2->GetControl()->GetPeer()->GetControlRef() ) ;
1234 wxASSERT( IsValidControlHandle(tool2->GetControl()->GetPeer()->GetControlRef() )) ;
1244 CFIndex count = CFGetRetainCount( tool2->GetControl()->GetPeer()->GetControlRef() ) ;
1246 wxASSERT( IsValidControlHandle(tool2->GetControl()->GetPeer()->GetControlRef() )) ;
1264 CFIndex count = CFGetRetainCount( tool->GetControl()->GetPeer()->GetControlRef() ) ;
1266 wxASSERT( IsValidControlHandle(tool->GetControl()->GetPeer()->GetControlRef() )) ;
1601 wxASSERT( tool->GetControl() !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtoolbar.cpp72 return GetControl()->GetSize() ;
113 GetControl()->SetSize( size ) ;
153 GetControl()->Move( position ) ;
468 tool->GetControl()->Enable( enable ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtoolbar.cpp289 wxControl* control = tool->GetControl();
516 wxSize size = t->GetControl()->GetSize();
546 wxPoint location = t->GetControl()->GetPosition();
553 t->GetControl()->Move( location );
591 tool->GetControl()->Enable(enable);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcombopopup.tex84 \membersection{wxComboPopup::GetControl}\label{wxcombopopupgetcontrol}
86 \func{wxWindow*}{GetControl}{\void}
H A Dgridevt.tex42 \membersection{wxGridEditorCreatedEvent::GetControl}\label{wxgrideditorcreatedeventgetcontrol}
44 \func{wxControl*}{GetControl}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtbargtk.cpp492 gtk_container_add((GtkContainer*)align, tool->GetControl()->m_widget);
526 GTK_CONTAINER(tool->m_item), tool->GetControl()->m_widget);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtbargtk.cpp466 tool->GetControl()->m_widget,
491 tool->GetControl()->Destroy();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dodcombo.h83 virtual wxWindow *GetControl() { return this; } function in class:wxVListBoxComboPopup
H A Dcombo.h670 virtual wxWindow *GetControl() = 0;
H A Dtbarbase.h116 wxControl *GetControl() const function in class:wxToolBarToolBase
H A Dsizer.h889 wxBookCtrlBase *GetControl() const { return m_bookctrl; } function in class:wxBookCtrlSizer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcombocmn.cpp274 wxWindow* popup = m_combo->GetPopupControl()->GetControl();
385 ptw->Popup(combo->GetPopupControl()->GetControl());
664 wxSize sz = m_combo->GetPopupControl()->GetControl()->GetClientSize();
1627 GetPopupControl()->GetControl()->AddPendingEvent(event);
1745 m_popup = popup = popupInterface->GetControl();
H A Dtbarbase.cpp235 wxControl * const control = tool->GetControl();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtoolbar.cpp501 wxControl *control = tool->GetControl();
699 wxControl *control = tool->GetControl();
H A Dcombobox.cpp77 virtual wxWindow *GetControl() { return this; } function in class:wxComboListBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtbar95.cpp506 tool->GetControl()->Destroy();
531 wxControl *control = tool2->GetControl();
1029 wxControl *control = tool->GetControl();
1664 wxControl *control = tool->GetControl();
H A Dcombo.cpp803 wxWindow* popup = GetPopupControl()->GetControl();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatectlg.cpp154 virtual wxWindow *GetControl() { return this; } function in class:wxCalendarComboPopup
H A Dbuttonbar.cpp442 wxControl *control = tool->GetControl();
H A Dgrid.cpp4777 editor->GetControl()->GetSize(&w2, &h2);
8517 isShown = editor->GetControl()->IsShown();
8589 editor->GetControl());
8634 editor->GetControl()->Move(
8635 editor->GetControl()->GetPosition().x + nXMove,
8636 editor->GetControl()->GetPosition().y );
8675 editorHadFocus = wxWindow::FindFocus() == editor->GetControl();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp295 virtual wxWindow *GetControl() { return this; } function in class:ListViewComboPopup
402 virtual wxWindow *GetControl() { return this; } function in class:TreeCtrlComboPopup
542 wxWindow* popup = GetPopupControl()->GetControl();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmediactrl.cpp206 wxMediaCtrl* GetControl() { return m_ctrl; } // for C Callbacks function in class:wxGStreamerMediaBackend
283 GdkWindow *window = GTK_PIZZA(be->GetControl()->m_wxwindow)->bin_window;
338 g_signal_connect (be->GetControl()->m_wxwindow,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtbarwce.cpp349 wxControl *control = tool2->GetControl();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextstyles.h590 virtual wxWindow *GetControl() { return this; } function in class:wxRichTextStyleComboPopup
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h296 wxControl* GetControl() { return m_control; } function in class:wxGridCellEditor
2187 wxControl* GetControl() { return m_ctrl; } function in class:wxGridEditorCreatedEvent

Completed in 249 milliseconds

12