Home
last modified time | relevance | path

Searched refs:yesBtn (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/
H A DConfirmationDialog.java54 Button yesBtn = createButton(parent, YES, SecurityUIMsg.CONFIRMATION_DIALGO_YES, true); in createButtonsForButtonBar() local
55 yesBtn.addSelectionListener(SelectionListener.widgetSelectedAdapter(e -> { in createButtonsForButtonBar()
/dports/games/wargus/wargus-3.2.0/scripts/menus/
H A Dsave.lua23 local yesBtn = confirm:addHalfButton(_("~!Yes"), "y", 1 * (300 / 3) - 90, 120 - 16 - 27,
29 yesBtn:requestFocus()
/dports/graphics/pho/pho/
H A Dgdialogs.c438 static GtkWidget* yesBtn = 0; in Prompt() local
458 yesBtn = gtk_dialog_add_button((GtkDialog*)promptDialog, in Prompt()
484 gtk_button_set_label(GTK_BUTTON(yesBtn), yesStr); in Prompt()
485 gtk_widget_show(yesBtn); in Prompt()
488 gtk_widget_hide(yesBtn); in Prompt()
/dports/astro/phd2/phd2-2.6.10/
H A Dprofile_wizard.cpp1270 wxButton* yesBtn = new wxButton(this, wxID_ANY, _("Yes")); in ConnectDialog() local
1271yesBtn->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(ConnectDialog::OnYesButton), N… in ConnectDialog()
1279 yesBtn, in ConnectDialog()