Searched refs:radio (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dclonetiler.cpp826 GtkWidget* radio; local
828 radio = gtk_radio_button_new_with_label (NULL, _("Color"));
829 gtk_widget_set_tooltip_text (radio, _("Pick the visible color and opacity"));
830 clonetiler_table_attach (table, radio, 0.0, 1, 1);
831 g_signal_connect (G_OBJECT (radio), "toggled",
833 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_COLOR);
836 radio = gtk_radio_button_new_with_label (gtk_radio_button_get_group (GTK_RADIO_BUTTON (radio)), _("Opacity"));
837 gtk_widget_set_tooltip_text (radio, _("Pick the total accumulated opacity"));
838 clonetiler_table_attach (table, radio, 0.
1183 GtkWidget* radio; local
[all...]
/inkscape/src/extension/param/
H A Dradiobutton.cpp347 ParamRadioButtonWdg * radio = Gtk::manage(new ParamRadioButtonWdg(group, *text, this, doc, node, changeSignal)); local
348 radio->show();
349 vbox->pack_start(*radio, true, true);
351 radio->set_active();
/inkscape/src/ui/
H A Dinterface.cpp461 static GtkWidget *sp_ui_menu_append_item_from_verb(GtkMenu *menu, Inkscape::Verb *verb, Inkscape::UI::View::View *view, bool radio = false, GSList *group = NULL)
475 if (radio) {
632 * Callback function to update the status of the radio buttons in the View -> Display mode menu (Normal, No Filters, Outline) and Color display mode.
665 if (new_state) { //only one of the radio buttons has to be activated; the others will automatically be deactivated
849 if (menu_pntr->attribute("radio") != NULL) {
1559 void ContextMenu::AppendItemFromVerb(Inkscape::Verb *verb)//, SPDesktop *view)//, bool radio, GSList *group)

Completed in 638 milliseconds