Home
last modified time | relevance | path

Searched refs:sbutton (Results 1 – 25 of 55) sorted by relevance

123

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkvolumebutton.c72 GtkScaleButton *sbutton = GTK_SCALE_BUTTON (button); in gtk_volume_button_init() local
90 atk_object_set_name (gtk_widget_get_accessible (sbutton->minus_button), in gtk_volume_button_init()
92 atk_object_set_description (gtk_widget_get_accessible (sbutton->minus_button), in gtk_volume_button_init()
94 gtk_widget_set_tooltip_text (sbutton->minus_button, _("Volume Down")); in gtk_volume_button_init()
96 atk_object_set_name (gtk_widget_get_accessible (sbutton->plus_button), in gtk_volume_button_init()
98 atk_object_set_description (gtk_widget_get_accessible (sbutton->plus_button), in gtk_volume_button_init()
100 gtk_widget_set_tooltip_text (sbutton->plus_button, _("Volume Up")); in gtk_volume_button_init()
102 gtk_scale_button_set_icons (sbutton, icons); in gtk_volume_button_init()
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/gui/forms/
H A Duzcfcommandline.pas174 sbutton:TmySpeedButton;
230 sbutton:=TmySpeedButton.Create(self);
231 sbutton.OnClick:=ButtonPressed;
233 sbutton.Align:=alLeft;
237 sbutton.width:=cx
239 sbutton.width:=15;
241 sbutton.Color:=panel.Color;
242 sbutton.parent:=panel;
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DSelectorInteractor.C153 Widget sbutton; in reloadMenuOptions() local
201 sbutton = NULL; in reloadMenuOptions()
230 sbutton = button; in reloadMenuOptions()
236 ASSERT(sbutton); in reloadMenuOptions()
255 sbutton = XmCreatePushButton(this->pulldown, "(empty)", wargs, n); in reloadMenuOptions()
256 XtManageChild(sbutton); in reloadMenuOptions()
257 if (!xmfl) XtVaGetValues (sbutton, XmNfontList, &xmfl, NULL); in reloadMenuOptions()
260 this->appendOptionWidget(sbutton); in reloadMenuOptions()
269 XtSetArg(wargs[n], XmNmenuHistory, sbutton); n++; in reloadMenuOptions()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqdialogbuttonbox.cpp318 const char *standardButtonText(QDialogButtonBox::StandardButton sbutton) const;
499 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
506 switch (sbutton) { in createButton()
552 buttonText = standardButtonText(sbutton); in createButton()
560 standardButtonHash.insert(button, sbutton); in createButton()
561 if (roleFor(sbutton) != QDialogButtonBox::InvalidRole) { in createButton()
562 addButton(button, roleFor(sbutton), doLayout); in createButton()
570 if (sbutton == QDialogButtonBox::Discard) in createButton()
652 const char *QDialogButtonBoxPrivate::standardButtonText(QDialogButtonBox::StandardButton sbutton) c… in standardButtonText()
656 switch (sbutton) { in standardButtonText()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/src/org/eclipse/ui/forms/examples/internal/rcp/
H A DNewStylePage.java110 final Button sbutton = toolkit.createButton(client, "Short title", in createFormContent() local
112 sbutton.setSelection(true); in createFormContent()
113 sbutton.setEnabled(false); in createFormContent()
116 sbutton.setLayoutData(gd); in createFormContent()
131 updateTitle(form, tbutton.getSelection(), sbutton in createFormContent()
133 sbutton.setEnabled(tbutton.getSelection()); in createFormContent()
138 sbutton.addSelectionListener(new SelectionAdapter() { in createFormContent()
141 updateTitle(form, tbutton.getSelection(), sbutton in createFormContent()
148 updateTitle(form, tbutton.getSelection(), sbutton in createFormContent()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqdialogbuttonbox.cpp349 QPushButton *QDialogButtonBoxPrivate::createButton(QDialogButtonBox::StandardButton sbutton, in createButton() argument
355 switch (sbutton) { in createButton()
414 …*button = new QPushButton(QGuiApplicationPrivate::platformTheme()->standardButtonText(sbutton), q); in createButton()
420 standardButtonHash.insert(button, sbutton); in createButton()
421 …e = QPlatformDialogHelper::buttonRole(static_cast<QPlatformDialogHelper::StandardButton>(sbutton)); in createButton()
427 …quence standardShortcut = QGuiApplicationPrivate::platformTheme()->standardButtonShortcut(sbutton); in createButton()
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dcfg_dirpane.c55 GtkWidget *sbutton[4]; /* The fun buttons themselves. */ member
192 for(i = 0; i < sizeof def->sbutton / sizeof def->sbutton[0]; i++) in set_pane_widgets()
193 gtk_widget_set_sensitive(def->sbutton[i], FALSE); in set_pane_widgets()
658 gtk_widget_set_sensitive(def->sbutton[0], TRUE); in evt_sview_selection_changed()
659 gtk_widget_set_sensitive(def->sbutton[1], TRUE); in evt_sview_selection_changed()
673 gtk_widget_set_sensitive(def->sbutton[0], FALSE); in evt_sview_selection_changed()
674 gtk_widget_set_sensitive(def->sbutton[1], FALSE); in evt_sview_selection_changed()
675 gtk_widget_set_sensitive(def->sbutton[2], FALSE); in evt_sview_selection_changed()
676 gtk_widget_set_sensitive(def->sbutton[3], FALSE); in evt_sview_selection_changed()
1067 def->sbutton[1] = gtk_button_new_with_label(_("Remove")); in init_pane_page()
[all …]

123