Searched refs:m_radio (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dradiobox.cpp89 virtual wxControl *GetWidget() const { return m_radio; }
131 wxRadioBox *m_radio; member in class:RadioWidgetsPage
202 m_radio =
327 if ( m_radio )
329 sel = m_radio->GetSelection();
331 m_sizerRadio->Detach( m_radio );
333 delete m_radio;
392 m_radio = new wxRadioBox(this, RadioPage_Radio,
403 m_radio->SetSelection(sel);
406 m_sizerRadio->Add(m_radio,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dradiobox.cpp219 GtkRadioButton *m_radio = (GtkRadioButton*) NULL; local
232 radio_button_group = gtk_radio_button_group( GTK_RADIO_BUTTON(m_radio) );
241 m_radio = GTK_RADIO_BUTTON( gtk_radio_button_new_with_label( radio_button_group, wxGTK_CONV( label ) ) );
242 gtk_widget_show( GTK_WIDGET(m_radio) );
244 gtk_signal_connect( GTK_OBJECT(m_radio), "key_press_event",
247 m_boxes.Append( (wxObject*) m_radio );
255 gtk_table_attach( GTK_TABLE(table), GTK_WIDGET(m_radio), left, right, top, bottom,
264 gtk_table_attach( GTK_TABLE(table), GTK_WIDGET(m_radio), left, right, top, bottom,
268 ConnectWidget( GTK_WIDGET(m_radio) );
270 if (!i) gtk_toggle_button_set_state( GTK_TOGGLE_BUTTON(m_radio), TRU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/wizard/
H A Dwizard.cpp186 m_radio = new wxRadioBox(this, wxID_ANY, _T("Allow to proceed:"),
190 m_radio->SetSelection(Both);
194 m_radio,
217 int sel = m_radio->GetSelection();
235 wxRadioBox *m_radio; member in class:wxRadioboxPage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dradiobox.cpp61 wxRadioHookHandler(wxRadioBox *radio) { m_radio = radio; }
68 m_radio->OnRadioButton(event);
72 if ( m_radio->OnKeyDown((wxKeyEvent &)event) )
83 wxRadioBox *m_radio; member in class:wxRadioHookHandler
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp132 wxRadioBox *m_radio; member in class:MyPanel
607 m_radio = NULL;
821 m_radio = new wxRadioBox( panel, ID_RADIOBOX, _T("T&his"), wxPoint(10,10), wxDefaultSize, WXSIZEOF(choices), choices, 1, wxRA_SPECIFY_COLS );
827 //m_radio->SetToolTip(_T("Tooltip for the entire radiobox"));
830 m_radio->SetItemToolTip(nb, _T("tooltip for\n") + choices[nb]);
834 m_radio->SetItemToolTip(2, _T(""));
839 m_radio->SetItemHelpText( item, wxString::Format( _T("Help text for \"%s\""), choices[item].c_str() ) );
842 m_radio->SetItemHelpText( 1, _T("") );
844 m_radio->SetHelpText( _T("Default helptext for wxRadioBox") );
1486 m_radio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp680 wxRadioBox *m_radio; member in class:DnDShapeDialog
1541 m_radio = new wxRadioBox( this, wxID_ANY, wxT("&Shape"),
1544 shapesSizer->Add( m_radio, 0, wxGROW|wxALL, 5 );
1613 m_radio->SetSelection(m_shape->GetKind());
1620 m_radio->SetSelection(DnDShape::None);
1635 m_shapeKind = (DnDShape::Kind)m_radio->GetSelection();

Completed in 88 milliseconds