Home
last modified time | relevance | path

Searched refs:auto_button (Results 1 – 22 of 22) sorted by relevance

/dports/security/clamtk/clamtk-1f026f0/lib/
H A DAssistant.pm52 my $auto_button = Gtk3::RadioButton->new_with_label_from_widget(
56 $auto_button->signal_connect(
58 if( $auto_button->get_active ) {
66 my $man_button = Gtk3::RadioButton->new_from_widget( $auto_button );
80 $bbox->pack_start( $auto_button, FALSE, FALSE, 0 );
84 $auto_button->set_active( TRUE );
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpdockwindow.c107 GtkWidget *auto_button; member
383 dock_window->p->auto_button = gtk_toggle_button_new_with_label (_("Auto")); in gimp_dock_window_constructed()
384 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dock_window->p->auto_button), in gimp_dock_window_constructed()
386 gtk_box_pack_start (GTK_BOX (hbox), dock_window->p->auto_button, FALSE, FALSE, 0); in gimp_dock_window_constructed()
387 gtk_widget_show (dock_window->p->auto_button); in gimp_dock_window_constructed()
389 g_signal_connect (dock_window->p->auto_button, "clicked", in gimp_dock_window_constructed()
393 gimp_help_set_help_data (dock_window->p->auto_button, in gimp_dock_window_constructed()
621 gtk_widget_style_get (dock_window->p->auto_button, in gimp_dock_window_style_set()
632 gtk_widget_set_size_request (dock_window->p->auto_button, -1, in gimp_dock_window_style_set()
1165 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dock_window->p->auto_button), in gimp_dock_window_set_auto_follow_active()
/dports/lang/python-legacy/Python-2.7.18/Tools/webchecker/
H A Dwsgui.py113 self.auto_button = Button(top, text="Paste+Go",
115 self.auto_button.grid(row=2, column=3, sticky='w')
131 self.auto_button.configure(state=NORMAL)
164 self.auto_button.configure(state=DISABLED)
/dports/lang/python27/Python-2.7.18/Tools/webchecker/
H A Dwsgui.py113 self.auto_button = Button(top, text="Paste+Go",
115 self.auto_button.grid(row=2, column=3, sticky='w')
131 self.auto_button.configure(state=NORMAL)
164 self.auto_button.configure(state=DISABLED)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
H A Dwsgui.py113 self.auto_button = Button(top, text="Paste+Go",
115 self.auto_button.grid(row=2, column=3, sticky='w')
131 self.auto_button.configure(state=NORMAL)
164 self.auto_button.configure(state=DISABLED)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/speedtest/
H A DSpeedTestSelector.java88 Button auto_button = new Button (gRadio, SWT.RADIO); in show() local
89 Messages.setLanguageText(auto_button, "speedtest.wizard.select.general"); in show()
90 auto_button.setSelection( true ); in show()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dprofile_gamma.c70 GtkWidget *auto_button; member
480 else if(picker == g->auto_button) in color_picker_apply()
681 g->auto_button = dt_color_picker_new(self, DT_COLOR_PICKER_AREA, dt_bauhaus_combobox_new(self)); in gui_init()
682 dt_bauhaus_widget_set_label(g->auto_button, NULL, N_("auto tune levels")); in gui_init()
683 gtk_widget_set_tooltip_text(g->auto_button, _("make an optimization with some guessing")); in gui_init()
684 gtk_box_pack_start(GTK_BOX(vbox_log), g->auto_button, TRUE, TRUE, 0); in gui_init()
H A Dfilmic.c111 GtkWidget *auto_button; member
860 else if(picker == g->auto_button) in color_picker_apply()
1640 g->auto_button = dt_bauhaus_combobox_new(self); in gui_init()
1641 dt_bauhaus_widget_set_label(g->auto_button, NULL, N_("auto tune levels")); in gui_init()
1642 dt_color_picker_new(self, DT_COLOR_PICKER_AREA, g->auto_button); in gui_init()
1643 gtk_widget_set_tooltip_text(g->auto_button, _("try to optimize the settings with some guessing.\n" in gui_init()
1646 gtk_box_pack_start(GTK_BOX(self->widget), g->auto_button, TRUE, TRUE, 0); in gui_init()
H A Dfilmicrgb.c235 GtkWidget *auto_button; member
2129 else if(picker == g->auto_button) in color_picker_apply()
3767 g->auto_button = dt_color_picker_new(self, DT_COLOR_PICKER_AREA, dt_bauhaus_combobox_new(self)); in gui_init()
3768 dt_bauhaus_widget_set_label(g->auto_button, NULL, N_("auto tune levels")); in gui_init()
3769 …gtk_widget_set_tooltip_text(g->auto_button, _("try to optimize the settings with some statistical … in gui_init()
3775 gtk_box_pack_start(GTK_BOX(self->widget), g->auto_button, FALSE, FALSE, 0); in gui_init()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dprofile_gamma.c70 GtkWidget *auto_button; member
480 else if(picker == g->auto_button) in color_picker_apply()
677 g->auto_button = dt_color_picker_new(self, DT_COLOR_PICKER_AREA, dt_bauhaus_combobox_new(self)); in gui_init()
678 dt_bauhaus_widget_set_label(g->auto_button, NULL, N_("auto tune levels")); in gui_init()
679 gtk_widget_set_tooltip_text(g->auto_button, _("make an optimization with some guessing")); in gui_init()
680 gtk_box_pack_start(GTK_BOX(vbox_log), g->auto_button, TRUE, TRUE, 0); in gui_init()
H A Dfilmic.c111 GtkWidget *auto_button; member
860 else if(picker == g->auto_button) in color_picker_apply()
1636 g->auto_button = dt_bauhaus_combobox_new(self); in gui_init()
1637 dt_bauhaus_widget_set_label(g->auto_button, NULL, N_("auto tune levels")); in gui_init()
1638 dt_color_picker_new(self, DT_COLOR_PICKER_AREA, g->auto_button); in gui_init()
1639 gtk_widget_set_tooltip_text(g->auto_button, _("try to optimize the settings with some guessing.\n" in gui_init()
1642 gtk_box_pack_start(GTK_BOX(self->widget), g->auto_button, TRUE, TRUE, 0); in gui_init()
H A Dfilmicrgb.c252 GtkWidget *auto_button; member
2213 else if(picker == g->auto_button) in color_picker_apply()
3946 g->auto_button = dt_color_picker_new(self, DT_COLOR_PICKER_AREA, dt_bauhaus_combobox_new(self)); in gui_init()
3947 dt_bauhaus_widget_set_label(g->auto_button, NULL, N_("auto tune levels")); in gui_init()
3948 …gtk_widget_set_tooltip_text(g->auto_button, _("try to optimize the settings with some statistical … in gui_init()
3954 gtk_box_pack_start(GTK_BOX(self->widget), g->auto_button, FALSE, FALSE, 0); in gui_init()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/config/wizard/
H A DTransferPanel2.java130 Button auto_button = new Button (gRadio, SWT.RADIO); in show() local
131 Messages.setLanguageText(auto_button, "auto.mode"); in show()
132 auto_button.setSelection( true ); in show()
/dports/astro/siril/siril/src/gui/
H A Dpreferences.c340 GtkToggleButton *auto_button = GTK_TOGGLE_BUTTON(lookup_widget("checkbutton_auto")); in on_checkbutton_cam_toggled() local
342 if (gtk_toggle_button_get_active(auto_button)) { in on_checkbutton_cam_toggled()
343 g_signal_handlers_block_by_func(auto_button, on_checkbutton_auto_toggled, NULL); in on_checkbutton_cam_toggled()
344 gtk_toggle_button_set_active(auto_button, FALSE); in on_checkbutton_cam_toggled()
345 g_signal_handlers_unblock_by_func(auto_button, on_checkbutton_auto_toggled, NULL); in on_checkbutton_cam_toggled()
350 void on_checkbutton_auto_toggled(GtkToggleButton *auto_button, gpointer user_data) { in on_checkbutton_auto_toggled() argument
357 gtk_toggle_button_set_active(auto_button, TRUE); in on_checkbutton_auto_toggled()
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/weather/
H A Dweatherwidget.c88 GtkWidget * auto_button; member
741 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(priv->preferences_data.auto_button)) && in gtk_weather_auto_update_toggled()
1118 …n->bEnabled_ = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(priv->preferences_data.auto_button)); in gtk_weather_preferences_dialog_response()
1311 priv->preferences_data.auto_button = in gtk_weather_create_preferences_dialog()
1336 gtk_box_pack_start(GTK_BOX(auto_hbox), priv->preferences_data.auto_button, FALSE, FALSE, 1); in gtk_weather_create_preferences_dialog()
1469 gtk_widget_set_sensitive(priv->preferences_data.auto_button, TRUE); in gtk_weather_update_preferences_dialog()
1486 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(priv->preferences_data.auto_button), TRUE); in gtk_weather_update_preferences_dialog()
1494 … gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(priv->preferences_data.auto_button), FALSE); in gtk_weather_update_preferences_dialog()
1515 gtk_widget_set_sensitive(priv->preferences_data.auto_button, FALSE); in gtk_weather_update_preferences_dialog()
/dports/games/quadra/quadra-1.3.0/source/
H A Dpane.cpp729 show_button = auto_button = NULL; in Pane_playerinfo()
746 if(auto_button) in activate_auto_watch()
747 auto_button->set_font(fteam[5]); in activate_auto_watch()
752 if(auto_button) in deactivate_auto_watch()
753 auto_button->set_font(inter->font); in deactivate_auto_watch()
831 show_button = auto_button = NULL; in refresh()
839 auto_button = new Zone_text_button2(inter, pi.fond, pi.font2, "�2 Auto-watch", x2+24, y2); in refresh()
840 list.zones.push_back(auto_button); in refresh()
972 if(Pane::clicked && Pane::clicked == auto_button) { in step()
/dports/security/py-keepkey/python-keepkey-7.2.1/
H A Dcmdkk.py739 client.auto_button = args.auto_button
H A Dkeepkeyctl739 client.auto_button = args.auto_button
/dports/games/quadra/quadra-1.3.0/include/
H A Dpane.h125 Zone_text *player[MAXPLAYERS], *show_button, *auto_button; variable
/dports/astro/siril/siril/src/algos/
H A DplateSolver.c518 GtkToggleButton *auto_button; in get_online_catalog() local
521 auto_button = GTK_TOGGLE_BUTTON(lookup_widget("GtkCheckButton_OnlineCat")); in get_online_catalog()
522 if (gtk_toggle_button_get_active(auto_button)) { in get_online_catalog()
/dports/cad/qflow/qflow-1.4.98/scripts/
H A Dpinmanager.py.in136 self.bbar.auto_button = ttk.Button(self.bbar, text='Auto Group',
138 self.bbar.auto_button.grid(column=4, row=0, padx = 5)
/dports/security/py-keepkey/python-keepkey-7.2.1/keepkeylib/
H A Dclient.py362 self.auto_button = True
458 if self.auto_button: