Home
last modified time | relevance | path

Searched refs:open_button (Results 1 – 25 of 94) sorted by relevance

1234

/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/platform-demos/C/samples/
H A Dtooltip.c40 GtkToolItem *open_button; in activate() local
76 open_button = gtk_tool_button_new_from_stock (GTK_STOCK_OPEN); in activate()
77 gtk_tool_item_set_is_important (open_button, TRUE); in activate()
78 gtk_toolbar_insert (GTK_TOOLBAR (toolbar), open_button, 1); in activate()
79 gtk_widget_show (GTK_WIDGET (open_button)); in activate()
80 gtk_actionable_set_action_name (GTK_ACTIONABLE (open_button), "app.open"); in activate()
87 gtk_tool_item_set_tooltip_text (open_button, "Open an <i>existing</i> file"); in activate()
H A Dtooltip.py46 open_button = Gtk.ToolButton.new_from_stock(Gtk.STOCK_OPEN)
48 open_button.set_tooltip_markup("Open an <i>existing</i> file")
49 open_button.set_is_important(True)
50 toolbar.insert(open_button, 1)
51 open_button.show()
52 open_button.set_action_name("app.open")
H A Dtoolbar.c60 GtkToolItem *open_button; in activate() local
94 open_button = gtk_tool_button_new_from_stock (GTK_STOCK_OPEN); in activate()
95 gtk_tool_item_set_is_important (open_button, TRUE); in activate()
96 gtk_toolbar_insert (GTK_TOOLBAR (toolbar), open_button, 1); in activate()
97 gtk_widget_show (GTK_WIDGET (open_button)); in activate()
98 gtk_actionable_set_action_name (GTK_ACTIONABLE (open_button), "app.open"); in activate()
H A Dtoolbar.py63 open_button = Gtk.ToolButton.new_from_stock(Gtk.STOCK_OPEN)
64 open_button.set_is_important(True)
65 toolbar.insert(open_button, 1)
66 open_button.show()
67 open_button.set_action_name("app.open")
H A Dtooltip.vala7 Gtk.ToolButton open_button;
66 open_button = new Gtk.ToolButton.from_stock (Gtk.Stock.OPEN);
69 open_button.set_tooltip_markup ("Open an <i>existing</i> file");
71 open_button.is_important = true;
72 toolbar.add (open_button);
73 open_button.show ();
74 open_button.action_name = "app.open";
H A Dtoolbar.vala7 Gtk.ToolButton open_button;
49 open_button = new Gtk.ToolButton.from_stock (Gtk.Stock.OPEN);
50 open_button.is_important = true;
51 toolbar.add (open_button);
52 open_button.show ();
53 open_button.action_name = "app.open";
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/templates/
H A Dtemplate_image_open_dialog.cpp115 open_button = new QPushButton(QIcon(QString::fromLatin1(":/images/arrow-right.png")), tr("Open")); in TemplateImageOpenDialog()
116 open_button->setDefault(true); in TemplateImageOpenDialog()
121 buttons_layout->addWidget(open_button); in TemplateImageOpenDialog()
139 connect(open_button, &QAbstractButton::clicked, this, &TemplateImageOpenDialog::doAccept); in TemplateImageOpenDialog()
177 open_button->setEnabled(!mpp_edit->text().isEmpty()); in setOpenEnabled()
179 open_button->setEnabled(!scale_edit->text().isEmpty() && !dpi_edit->text().isEmpty()); in setOpenEnabled()
181 open_button->setEnabled(true); in setOpenEnabled()
/dports/x11-toolkits/gtk-layer-shell/gtk-layer-shell-0.7.0/examples/demo/
H A Dmargin-control.c102 GtkWidget *open_button = gtk_button_new_with_label ("Set margin"); in margin_control_new() local
103 gtk_widget_set_tooltip_text (open_button, "Space to leave empty around surface"); in margin_control_new()
104 GtkWidget *popover = gtk_popover_new (open_button); in margin_control_new()
110 g_signal_connect (open_button, "clicked", G_CALLBACK (on_open_clicked), popover); in margin_control_new()
111 return open_button; in margin_control_new()
/dports/math/rkward-kde/rkward-0.7.1/rkward/dialogs/
H A Dstartupdialog.cpp73 …choser_layout->addWidget (open_button = new QRadioButton (i18n ("Load an existing workspace:"), ch… in StartupDialog()
74 choser->addButton (open_button); in StartupDialog()
75 connect (open_button, &QRadioButton::toggled, this, &StartupDialog::openButtonSelected); in StartupDialog()
112 } else if (open_button->isChecked ()) { in accept()
139 open_button->setChecked (true); in listDoubleClicked()
150 open_button->setChecked (true); in listClicked()
/dports/www/drupal8/drupal-8.9.20/core/modules/media_library/tests/src/FunctionalJavascript/
H A DEntityReferenceWidgetTest.php72 …$open_button = $this->assertElementExistsAfterWait('css', '.js-media-library-open-button[name^="fi…
75 $this->assertFalse($open_button->hasAttribute('data-disabled-focus'));
76 $this->assertTrue($open_button->hasAttribute('disabled'));
321 …$open_button = $this->assertElementExistsAfterWait('css', '.js-media-library-open-button[name^="fi…
322 $this->assertTrue($open_button->hasAttribute('data-disabled-focus'));
323 $this->assertTrue($open_button->hasAttribute('disabled'));
343 …$open_button = $assert_session->elementExists('css', '.js-media-library-open-button[name^="field_t…
344 $this->assertFalse($open_button->hasAttribute('data-disabled-focus'));
345 $this->assertFalse($open_button->hasAttribute('disabled'));
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/screenComponents/
H A DmainScreenControls.cpp14open_button = new GuiToggleButton(this, "MAIN_SCREEN_CONTROLS_SHOW", tr("controlbutton", "Main scr… in GuiMainScreenControls()
27 open_button->setValue(false); in GuiMainScreenControls()
28 open_button->setSize(GuiElement::GuiSizeMax, 50); in GuiMainScreenControls()
134 open_button->setValue(false); in closePopup()
/dports/www/drupal9/drupal-9.2.10/core/modules/media_library/tests/src/FunctionalJavascript/
H A DEntityReferenceWidgetTest.php74 …$open_button = $this->assertElementExistsAfterWait('css', '.js-media-library-open-button[name^="fi…
77 $this->assertFalse($open_button->hasAttribute('data-disabled-focus'));
78 $this->assertTrue($open_button->hasAttribute('disabled'));
336 …$open_button = $this->assertElementExistsAfterWait('css', '.js-media-library-open-button[name^="fi…
337 $this->assertTrue($open_button->hasAttribute('data-disabled-focus'));
338 $this->assertTrue($open_button->hasAttribute('disabled'));
358 …$open_button = $assert_session->elementExists('css', '.js-media-library-open-button[name^="field_t…
359 $this->assertFalse($open_button->hasAttribute('data-disabled-focus'));
360 $this->assertFalse($open_button->hasAttribute('disabled'));
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpdocumentview.c70 view->open_button = NULL; in gimp_document_view_init()
109 document_view->open_button = in gimp_document_view_new()
118 GTK_BUTTON (document_view->open_button), in gimp_document_view_new()
171 gtk_button_clicked (GTK_BUTTON (view->open_button)); in gimp_document_view_activate_item()
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dmain_window_file.vala87 MenuToolButton open_button = new MenuToolButton (null, null);
88 open_button.icon_name = "document-open";
89 open_button.set_menu (recent_menu);
90 open_button.set_tooltip_text (_("Open a file"));
91 open_button.set_arrow_tooltip_text (_("Open a recently used file"));
94 open_button.set_related_action (action);
96 return open_button;
/dports/www/eolie/eolie-0.9.101/eolie/
H A Dpopover_uri_row.py126 open_button = Gtk.Button.new_from_icon_name(
129 open_button.connect("clicked", self.__on_open_clicked)
130 open_button.get_style_context().add_class("overlay-button-alt")
131 open_button.set_tooltip_text(_("Open all pages with this tag"))
132 open_button.show()
133 grid.attach(open_button, 0, 0, 1, 1)
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dwebconf_ui.py35 self.open_button = QtWidgets.QToolButton(WebconfForm)
36 self.open_button.setObjectName("open_button")
37 self.path_layout.addWidget(self.open_button)
79 self.open_button.setText(_("Open"))
/dports/devel/gtranslator/gtranslator-40.0/src/
H A Dgtr-projects.c32 GtkWidget *open_button; member
76 gtk_widget_class_bind_template_child_private (widget_class, GtrProjects, open_button); in gtr_projects_class_init()
88 g_signal_connect (priv->open_button, in gtr_projects_init()
/dports/devel/gtranslator/gtranslator-40.0/plugins/alternate-language/
H A Dgtr-alternate-language-panel.c49 GtkWidget *open_button; member
210 open_button_clicked_cb (GtkWidget * open_button, in open_button_clicked_cb() argument
322 panel->priv->open_button = gtr_gtk_button_new_with_stock_icon (_("_Open"), in gtr_alternate_lang_panel_init()
324 g_signal_connect (panel->priv->open_button, in gtr_alternate_lang_panel_init()
326 gtk_widget_show (panel->priv->open_button); in gtr_alternate_lang_panel_init()
341 panel->priv->open_button, TRUE, TRUE, 0); in gtr_alternate_lang_panel_init()
/dports/textproc/pageedit/PageEdit-1.2.0/
H A DPreferences.cpp151 QPushButton *open_button = ui.buttonBox->button(QDialogButtonBox::Reset); in extendUI() local
152 open_button->setText(tr("Open Preferences Location")); in extendUI()
153 open_button->setToolTip(QDir::toNativeSeparators(Utility::DefinePrefsDir())); in extendUI()
/dports/deskutils/zim/zim-0.74.3/zim/gui/
H A Dserver.py66 self.open_button = IconButton('gtk-index')
67 self.open_button.connect('clicked', lambda *a: NotebookDialog(self).run())
102 (_('Notebook'), self.notebookcombobox, self.open_button),
180 self.open_button.set_sensitive(False)
236 self.open_button.set_sensitive(True)
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dlistview_words.c185 GtkWidget *header, *listview, *sw, *vbox, *search_entry, *open_button, *overlay; in do_listview_words() local
215 open_button = gtk_button_new_with_mnemonic ("_Open"); in do_listview_words()
216 g_signal_connect (open_button, "clicked", G_CALLBACK (file_open_cb), stringlist); in do_listview_words()
217 gtk_header_bar_pack_start (GTK_HEADER_BAR (header), open_button); in do_listview_words()
/dports/graphics/zbar/zbar-0.23.90/zbarcam/
H A Dzbarcam-gtk.c192 GtkWidget *open_button = gtk_button_new_from_icon_name("gtk-open", in main() local
195 GtkWidget *open_button = gtk_button_new_from_stock(GTK_STOCK_OPEN); in main() local
198 g_signal_connect(G_OBJECT(open_button), "clicked", in main()
215 gtk_box_pack_start(GTK_BOX(hbox), open_button, FALSE, FALSE, 0); in main()
/dports/editors/quilter/quilter-2.2.3/src/Widgets/
H A DHeaderBar.vala31 private Gtk.Button open_button;
87 open_button = new Gtk.Button ();
88 open_button.has_tooltip = true;
89 open_button.tooltip_markup = Granite.markup_accel_tooltip (
94 open_button.clicked.connect (() => open ());
235 pack_start (open_button);
260open_button.set_image (new Gtk.Image.from_icon_name ("document-open-symbolic", Gtk.IconSize.LARGE_…
/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/
H A DPreferences.cpp197 QPushButton *open_button = ui.buttonBox->button(QDialogButtonBox::Reset); in extendUI() local
198 open_button->setText(tr("Open Preferences Location")); in extendUI()
199 open_button->setToolTip(QDir::toNativeSeparators(Utility::DefinePrefsDir())); in extendUI()
/dports/graphics/zbar/zbar-0.23.90/test/
H A Dtest_pygtk.py147 open_button = gtk.Button(stock=gtk.STOCK_OPEN) variable
148 open_button.connect("clicked", open_button_clicked)
174 hbox.pack_start(open_button, expand=False)

1234