Searched refs:m_radioButtons (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dradiobox.cpp131 m_radioButtons = NULL;
163 m_radioButtons = new wxSubwindows(n);
193 (*m_radioButtons)[i] = hwndBtn;
207 m_radioButtons->SetFont(GetFont());
244 delete m_radioButtons;
278 const HWND hwndBtn = (*m_radioButtons)[i];
336 return m_radioButtons ? m_radioButtons->GetCount() : 0u;
346 ::SetWindowText((*m_radioButtons)[item], label.c_str());
357 ::SendMessage((*m_radioButtons)[m_selectedButto
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dradiobox.cpp113 m_radioButtons.reserve(n);
130 m_radioButtons.push_back((WXWidget)radioItem);
175 Widget widget = (Widget)m_radioButtons[item];
197 XmToggleButtonSetState ((Widget) m_radioButtons[n], True, False);
201 XmToggleButtonSetState ((Widget) m_radioButtons[i], False, False);
250 XtSetSensitive ((Widget) m_radioButtons[n], (Boolean) enable);
261 XtSetSensitive ((Widget) m_radioButtons[i], (Boolean) enable);
289 XtVaSetValues ((Widget) m_radioButtons[n],
337 WXWidget radioButton = m_radioButtons[i];
354 WXWidget radioButton = m_radioButtons[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dradiobox.h111 const wxWidgetArray& GetRadioButtons() const { return m_radioButtons; }
124 wxWidgetArray m_radioButtons; member in class:wxRadioBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dradiobox.h159 wxSubwindows *m_radioButtons; member in class:wxRadioBox

Completed in 168 milliseconds