Home
last modified time | relevance | path

Searched refs:start_button (Results 1 – 25 of 593) sorted by relevance

12345678910>>...24

/dports/emulators/fs-uae/fs-uae-3.1.35/share/fs-uae/input/
H A Duniversal_gamepad.conf20 start_button = start_button
58 start_button = play
77 start_button = menu
105 start_button = start
125 start_button = reset
141 start_button = start
173 start_button = pause
191 start_button = start
285 start_button = (1)
420 start_button = run
[all …]
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsgs/res/input/
H A Duniversal_gamepad.conf20 start_button = start_button
58 start_button = play
77 start_button = menu
105 start_button = start
125 start_button = reset
141 start_button = start
173 start_button = pause
191 start_button = start
285 start_button = (1)
420 start_button = run
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-toolkit/diagnostics/
H A Dsradiagnosticsview.cpp133 start_button = new QPushButton ("Start"); in init_controls()
134 start_button -> setObjectName ( "start_diagnostics_button" ); in init_controls()
135 start_button -> setFixedSize ( 120, 60 ); in init_controls()
148 connect ( start_button, SIGNAL ( clicked () ), this, SLOT ( start_diagnostics () ) ); in init_controls()
156 controls_layout -> addWidget ( start_button ); in init_controls()
288 start_button -> hide (); in start_diagnostics()
302 start_button -> show (); in cancel_diagnostics()
310 start_button -> show (); in worker_finished()
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dserve_ui.py53 self.start_button = QtWidgets.QPushButton(ServeDialog)
54 self.start_button.setDefault(True)
55 self.start_button.setObjectName("start_button")
56 self.actions_layout.addWidget(self.start_button)
79 ServeDialog.setTabOrder(self.port_edit, self.start_button)
80 ServeDialog.setTabOrder(self.start_button, self.stop_button)
89 self.start_button.setText(_("Start"))
/dports/sysutils/quicksynergy/quicksynergy-0.9.0/src/
H A Dmain.c35 GtkWidget *start_button; variable
117 start_button = gtk_button_new_with_label(GTK_STOCK_EXECUTE); in main()
118 gtk_button_set_use_stock(GTK_BUTTON(start_button), TRUE); in main()
119 g_signal_connect(G_OBJECT(start_button), "clicked", in main()
121 gtk_box_pack_start(GTK_BOX(hbox), start_button, TRUE, TRUE, 0); in main()
H A Dcallbacks.c57 extern GtkWidget *start_button;
94 gtk_widget_set_sensitive(start_button, FALSE); in notebook_page_switched()
96 gtk_widget_set_sensitive(start_button, TRUE); in notebook_page_switched()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/devices/
H A DDeviceInternetView.java60 private Button start_button; field in DeviceInternetView
128 start_button = new Button( control, SWT.PUSH ); in initialize()
130 Messages.setLanguageText( start_button, "ConfigView.section.start"); in initialize()
132 start_button.addSelectionListener( in initialize()
139 start_button.setEnabled( false ); in initialize()
307 if ( !start_button.isDisposed()){ in startTestSupport()
309 start_button.setEnabled( true ); in startTestSupport()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/net/netstatus/swt/
H A DNetStatusPluginView.java67 private Button start_button; field in NetStatusPluginView
172 start_button = new Button( control, SWT.PUSH ); in initialise()
174 buttons.add( start_button ); in initialise()
176 Messages.setLanguageText( start_button, "ConfigView.section.start"); in initialise()
178 start_button.addSelectionListener( in initialise()
185 start_button.setEnabled( false ); in initialise()
481 if ( !start_button.isDisposed()){ in startTestSupport()
483 start_button.setEnabled( true ); in startTestSupport()
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/scripts/controllers/
H A Dcampaign_menu_controller.gd8 var start_button
32 self.start_button = self.campaign_menu.get_node("bottom/control/dialog_controls/start_button")
46 self.start_button.connect("pressed", self, "_start_button_pressed")
136 self.start_button.grab_focus()
146 self.start_button.grab_focus()
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dsprite_previewer.cpp58 connect(ui.start_button, &QPushButton::clicked, in SpritePreviewer()
183 ui.start_button->setEnabled(start_enabled); in update_buttons()
193 ui.start_button->setIcon(QIcon(":/images/icon_pause.png")); in update_buttons()
194 ui.start_button->setToolTip(tr("Pause")); in update_buttons()
196 ui.start_button->setIcon(QIcon(":/images/icon_start.png")); in update_buttons()
197 ui.start_button->setToolTip(tr("Start")); in update_buttons()
/dports/deskutils/gnome-clocks/gnome-clocks-40.0/src/
H A Dtimer-face.vala31 private unowned Gtk.Button start_button;
83 start_button.set_sensitive (false);
85 start_button.set_sensitive (duration != 0);
87 start_button.clicked.connect (() => {
139 start_button.grab_focus ();
/dports/net/bredbandskollen/bbk-7b810a6/src/gtkgui/
H A Dgtkclient.cpp271 gtk_button_set_label(GTK_BUTTON(start_button), "Start Measurement"); in setState()
275 gtk_button_set_label(GTK_BUTTON(start_button), "ABORT"); in setState()
278 gtk_button_set_label(GTK_BUTTON(start_button), "New Measurement"); in setState()
281 gtk_button_set_label(GTK_BUTTON(start_button), "RETRY"); in setState()
382 start_button = gtk_button_new_with_label("Start Measurement"); in doActivate()
383 gtk_grid_attach(GTK_GRID(mw), start_button, 1, res_line+4, 2, 1); in doActivate()
384 g_signal_connect(start_button, "clicked", in doActivate()
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/Widgets/
H A DDateSwitcher.vala41 var start_button = new Gtk.Button.from_icon_name ("pan-start-symbolic", Gtk.IconSize.MENU);
53 add (start_button);
57 start_button.clicked.connect (() => left_clicked ());
/dports/deskutils/gnome-initial-setup/gnome-initial-setup-41.2/gnome-initial-setup/pages/summary/
H A Dgis-summary-page.c41 GtkWidget *start_button; member
217 gtk_widget_grab_focus (priv->start_button); in gis_summary_page_shown()
254 g_signal_connect (priv->start_button, "clicked", G_CALLBACK (done_cb), page); in gis_summary_page_constructed()
276 …_widget_class_bind_template_child_private (GTK_WIDGET_CLASS (klass), GisSummaryPage, start_button); in gis_summary_page_class_init()
/dports/games/simutrans/simutrans-121.0/gui/
H A Denlarge_map_frame_t.cc113 start_button.init( button_t::roundbox | button_t::flexible, "enlarge map"); in enlarge_map_frame_t()
114 start_button.add_listener( this ); in enlarge_map_frame_t()
115 add_component( &start_button ); in enlarge_map_frame_t()
153 else if(comp==&start_button) { in action_triggered()
/dports/deskutils/zim/zim-0.74.3/zim/gui/
H A Dserver.py56 self.start_button = IconButton('gtk-media-play')
57 self.start_button.connect('clicked', lambda o: self.start())
96 hbox.pack_start(self.start_button, False, True, 0)
181 self.start_button.set_sensitive(False)
238 self.start_button.set_sensitive(True)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A DXLSGrid.py124 self.start_button = wx.Button(self, -1, "Start")
131 self.Bind(wx.EVT_BUTTON, self.OnStart, self.start_button)
153 …top_sizer.Add(self.start_button, 0, wx.ALL|wx.ALIGN_CENTER_HORIZONTAL|wx.ALIGN_CENTER_VERTICAL, 10)
204 self.start_button.Enable(False)
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/tile/
H A Dsolverdialog.py67 self.start_button.config(state='normal')
71 self.start_button.config(state='disabled')
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/tk/
H A Dsolverdialog.py75 self.start_button.config(state='normal')
78 self.start_button.config(state='disabled')
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dspellcheck.cpp101 , start_button(_("_Start"), true) in SpellCheck()
159 start_button.set_tooltip_text(_("Start the check")); in SpellCheck()
164 actionbutton_hbox.add(start_button); in SpellCheck()
183 start_button.signal_clicked().connect(sigc::mem_fun(*this, &SpellCheck::onStart)); in SpellCheck()
352 start_button.set_sensitive(false); in onStart()
389 start_button.set_sensitive(true); in finished()
/dports/games/julius/julius-1.7.0/src/window/
H A Dcck_selection.c35 static image_button start_button = variable
222 image_buttons_draw(0, 0, &start_button, 1); in draw_foreground()
238 if (image_buttons_handle_mouse(m_dialog, 0, 0, &start_button, 1, 0)) { in handle_input()
/dports/games/supertux/supertux-0.1.3/src/
H A Dconfigfile.cpp99 reader.read_int ("joystick-start", &joystick_keymap.start_button); in loadconfig()
137 fprintf(config, "\t(joystick-start %d)\n", joystick_keymap.start_button); in saveconfig()
/dports/games/augustus/augustus-3.1.0/src/window/
H A Dcck_selection.c43 static image_button start_button = variable
238 image_buttons_draw(0, 0, &start_button, 1); in draw_foreground()
255 if (image_buttons_handle_mouse(m_dialog, 0, 0, &start_button, 1, 0)) { in handle_input()
/dports/x11/conlecterm/conlecterm-1.4.3.0/
H A Dconlecterm.css145 #conlecterm stack .start_button {
153 #conlecterm button:hover .start_button {
159 #conlecterm button:hover:active .start_button {
/dports/devel/py-spyder/spyder-3.2.7/spyder_pylint/widgets/
H A Dpylintgui.py171 self.start_button = create_toolbutton(self, icon=ima.icon('run'),
180 self.filecombo.valid.connect(self.start_button.setEnabled)
199 hlayout1.addWidget(self.start_button)
223 self.start_button.setEnabled(False)
322 self.start_button.setEnabled(not state)

12345678910>>...24