Home
last modified time | relevance | path

Searched refs:edit_button (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/dports/www/eolie/eolie-0.9.101/eolie/
H A Dpopover_uri_row.py106 edit_button = Gtk.Button.new_from_icon_name(
109 edit_button.get_image().set_opacity(0.5)
110 edit_button.set_margin_end(5)
111 edit_button.connect("clicked", self.__on_edit_clicked)
112 edit_button.get_style_context().add_class("overlay-button")
113 edit_button.set_property("valign", Gtk.Align.CENTER)
114 edit_button.set_tooltip_text(_("Edit bookmark"))
115 edit_button.show()
116 grid.attach(edit_button, 2, 0, 1, 2)
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dexport_format_selector.cc33 edit_button (Gtk::Stock::EDIT), in ExportFormatSelector()
38 pack_start (edit_button, false, false, 3); in ExportFormatSelector()
42edit_button.signal_clicked().connect (sigc::hide_return (sigc::bind (sigc::mem_fun (*this, &Export… in ExportFormatSelector()
79 edit_button.set_sensitive (false); in update_format_list()
83 edit_button.set_sensitive (true); in update_format_list()
179 edit_button.set_sensitive (false); in update_format_combo()
/dports/www/p5-HTML-Template/HTML-Template-2.97/bench/
H A Dprofile_large.pl23 edit_button =>
36 edit_button =>
49 edit_button =>
62 edit_button =>
H A Dprofile_var.pl69 edit_button =>
82 edit_button =>
95 edit_button =>
108 edit_button =>
H A Dvars.pl69 edit_button =>
82 edit_button =>
95 edit_button =>
108 edit_button =>
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/payments/
H A Dpayment_request_item_list.cc111 auto edit_button = views::CreateVectorImageButton( in Init() local
115 edit_button->SetImage(views::Button::STATE_NORMAL, in Init()
118 edit_button->SetInkDropBaseColor(icon_color); in Init()
119 edit_button->SetFocusBehavior(views::View::FocusBehavior::ALWAYS); in Init()
120 edit_button->SetID(static_cast<int>(DialogViewID::EDIT_ITEM_BUTTON)); in Init()
121 edit_button->SetAccessibleName( in Init()
123 layout->AddView(std::move(edit_button)); in Init()
/dports/x11-fonts/font-manager/font-manager-0.8.7/src/font-manager/
H A DSidebar.vala81 [GtkChild] unowned Gtk.Button edit_button;
100 set_control_sensitivity(edit_button, is_lang_filter);
102 edit_button.get_style_context().add_class(Gtk.STYLE_CLASS_SUGGESTED_ACTION);
103 edit_button.set_relief(Gtk.ReliefStyle.NORMAL);
105 edit_button.get_style_context().remove_class(Gtk.STYLE_CLASS_SUGGESTED_ACTION);
106 edit_button.set_relief(Gtk.ReliefStyle.NONE);
120 edit_button.clicked.connect(() => {
/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Drewardlist-dialog.cpp53 xml->get_widget("edit_button", edit_button); in RewardlistDialog()
54 edit_button->signal_clicked().connect (method(on_edit_clicked)); in RewardlistDialog()
86 edit_button->set_sensitive(false); in update_rewardlist_buttons()
93 edit_button->set_sensitive(true); in update_rewardlist_buttons()
102 edit_button->set_sensitive (path.to_string () == "0"); in update_rewardlist_buttons()
199 edit_button->set_visible (false); in run()
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-label-manager.c38 GtkWidget *edit_button; member
62 GtkWidget *edit_button; in G_DEFINE_TYPE() local
67 edit_button = manager->priv->edit_button; in G_DEFINE_TYPE()
81 gtk_widget_set_sensitive (edit_button, TRUE); in G_DEFINE_TYPE()
84 gtk_widget_set_sensitive (edit_button, FALSE); in G_DEFINE_TYPE()
131 g_clear_object (&priv->edit_button); in mail_label_manager_dispose()
366 manager->priv->edit_button = g_object_ref (widget); in e_mail_label_manager_init()
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Dopenwith_menu.py27 self.edit_button = action.create_menu_item()
28 self.append(self.edit_button)
41 if item != self.edit_button:
69 if item != self.edit_button:
H A Dbookmark_menu.py36 self.edit_button = action.create_menu_item()
37 self.append(self.edit_button)
49 if item not in (self.add_button, self.edit_button):
/dports/devel/vitables/ViTables-3.0.2/vitables/vtwidgets/
H A Dnodenamedlg.py83 self.edit_button = self.buttonsBox.addButton(
110 self.edit_button.setEnabled(0)
112 self.edit_button.setEnabled(1)
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/Widgets/
H A DSourceRow.vala34 private Gtk.Button edit_button;
86 edit_button = new Gtk.Button.from_icon_name ("edit-symbolic", Gtk.IconSize.MENU);
87 edit_button.tooltip_text = source.writable ? _("Edit…"): _("Not Editable");
88 edit_button.relief = Gtk.ReliefStyle.NONE;
89 edit_button.sensitive = source.writable;
93 edit_revealer.add (edit_button);
142 edit_button.clicked.connect (() => {edit_request (source);});
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/gtk/
H A Dchapterdialog.c46 GtkWidget * edit_button; member
94 gtk_widget_set_sensitive(win->edit_button, 0); in select_row_callback()
99 gtk_widget_set_sensitive(win->edit_button, 1); in select_row_callback()
143 gtk_widget_set_sensitive(win->edit_button, 0); in update_list()
148 gtk_widget_set_sensitive(win->edit_button, 1); in update_list()
276 else if(w == win->edit_button) in button_callback()
361 ret->edit_button = in create_dialog()
422 gtk_table_attach(GTK_TABLE(table), ret->edit_button, 1, 2, 1, 2, in create_dialog()
/dports/graphics/elementary-photos/photos-2.7.1/src/Widgets/
H A DEditableTitle.vala68 var edit_button = new Gtk.Button ();
69 edit_button.image = new Gtk.Image.from_icon_name ("edit-symbolic", Gtk.IconSize.MENU);
70 edit_button.get_style_context ().add_class (Gtk.STYLE_CLASS_FLAT);
74 button_revealer.add (edit_button);
112 edit_button.clicked.connect (() => {
/dports/devel/git-cola/git-cola-3.10.1/cola/widgets/
H A Drecent.py74 self.edit_button = qtutils.edit_button(enabled=False, default=True)
93 self.edit_button,
114 qtutils.connect_button(self.edit_button, self.edit_selected)
148 self.edit_button.setEnabled(bool(filenames))
H A Dfinder.py123 self.edit_button = qtutils.edit_button(default=True)
124 self.edit_button.setShortcut(hotkeys.EDIT)
131 self.button_group = Group(self.edit_button, self.open_default_button)
155 self.edit_button,
190 qtutils.connect_button(self.edit_button, self.edit)
/dports/sysutils/brut/brut-1.55/
H A DeditorWindow.c47 edit_button = gtk_button_new_with_mnemonic(l.apply); in editor()
48 g_signal_connect (edit_button, "clicked", G_CALLBACK (on_edit_clicked), NULL); in editor()
60 gtk_widget_show(GTK_WIDGET(edit_button)); in editor()
/dports/multimedia/olive/olive-0.1.2/ui/
H A Dtexteditex.cpp43 QPushButton* edit_button = new QPushButton(tr("Edit Text")); in TextEditEx() local
44 layout->addWidget(edit_button); in TextEditEx()
45 connect(edit_button, SIGNAL(clicked(bool)), this, SLOT(open_text_edit())); in TextEditEx()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpdatafactoryview.c76 GtkWidget *edit_button; member
165 view->priv->edit_button = NULL; in gimp_data_factory_view_init()
242 priv->edit_button = in gimp_data_factory_view_constructed()
306 if (priv->edit_button) in gimp_data_factory_view_constructed()
308 GTK_BUTTON (priv->edit_button), in gimp_data_factory_view_constructed()
469 return factory_view->priv->edit_button; in gimp_data_factory_view_get_edit_button()
553 if (view->priv->edit_button && in gimp_data_factory_view_activate_item()
554 gtk_widget_is_sensitive (view->priv->edit_button)) in gimp_data_factory_view_activate_item()
555 gtk_button_clicked (GTK_BUTTON (view->priv->edit_button)); in gimp_data_factory_view_activate_item()
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/bin/
H A DTreeListWidgets.py188 self.edit_button = Gtk.ToolButton(None, None)
189 self.edit_button.set_icon_name("list-edit-symbolic")
190 self.edit_button.set_tooltip_text(_("Edit selected entry"))
191 self.edit_button.connect("clicked", self.edit_item)
192 self.edit_button.set_sensitive(False)
205 button_toolbar.insert(self.edit_button, 2)
219 self.edit_button.set_sensitive(False)
222 self.edit_button.set_sensitive(True)
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/symbols/
H A Dsymbol_properties_widget.cpp75 edit_button = new QPushButton(tr("Edit")); in SymbolPropertiesWidget()
89 connect(edit_button, &QPushButton::clicked, this, &SymbolPropertiesWidget::editClicked); in SymbolPropertiesWidget()
115 layout->addWidget(edit_button, row, num_col-2); in SymbolPropertiesWidget()
230 edit_button->setEnabled(false); in editClicked()
326 edit_button->setEnabled(false); in reset()
341 edit_button->setEnabled(true); in reset()
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dwebconf_ui.py60 self.edit_button = QtWidgets.QToolButton(WebconfForm)
61 self.edit_button.setObjectName("edit_button")
62 self.addremove_layout.addWidget(self.edit_button)
82 self.edit_button.setText(_("Edit"))
/dports/editors/libreoffice6/libreoffice-6.4.7.2/uitest/ui_logger_dsl/
H A DUI_Object_commands.tx51 'Type on' edit_button=STRING what_to_type=Type_options
54 'Select in ' edit_button=STRING
58 'Clear' edit_button=STRING
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/shellexecui/
H A Dinterface.c38 GtkWidget *edit_button; in create_shellexec_conf_dialog() local
70 edit_button = gtk_button_new_with_mnemonic (_("Edit")); in create_shellexec_conf_dialog()
71 gtk_widget_show (edit_button); in create_shellexec_conf_dialog()
72 gtk_box_pack_start (GTK_BOX (hbox1), edit_button, TRUE, TRUE, 0); in create_shellexec_conf_dialog()
102 g_signal_connect ((gpointer) edit_button, "clicked", in create_shellexec_conf_dialog()
116 GLADE_HOOKUP_OBJECT (shellexec_conf_dialog, edit_button, "edit_button"); in create_shellexec_conf_dialog()

12345678910>>...13