Home
last modified time | relevance | path

Searched refs:response_id (Results 1 – 25 of 1895) sorted by last modified time

12345678910>>...76

/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/settings-dialogs/
H A Dxfwm4-settings.c842 gint response_id) in xfwm_settings_response() argument
844 if (response_id == GTK_RESPONSE_HELP) in xfwm_settings_response()
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgtk.override2759 gint response_id;
2761 if (!PyArg_ParseTuple(curr_args, "si", &text, &response_id))
2764 gtk_dialog_add_button(dialog, text, response_id);
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-files-view.c1500 gint response_id, in app_chooser_dialog_response_cb() argument
1510 if (response_id != GTK_RESPONSE_OK) in app_chooser_dialog_response_cb()
5972 gint response_id, in on_destination_dialog_response() argument
5977 if (response_id == GTK_RESPONSE_OK) in on_destination_dialog_response()
6489 gint response_id, in on_extract_destination_dialog_response() argument
6496 if (response_id == GTK_RESPONSE_OK) in on_extract_destination_dialog_response()
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/modules/
H A Dcs_user.py316 def _on_response(self, dialog, response_id): argument
317 if response_id == Gtk.ResponseType.OK:
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings-users/
H A Dcinnamon-settings-users.py247 def _on_response(self, dialog, response_id): argument
248 if response_id == Gtk.ResponseType.OK:
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-looking-glass/
H A Dpageutils.py42 def on_response(self, response_id, data=None): argument
/dports/x11/mate-screensaver/mate-screensaver-1.26.1/src/
H A Dmate-screensaver-preferences.c412 int response_id) in response_cb() argument
415 if (response_id == GTK_RESPONSE_HELP) in response_cb()
419 else if (response_id == GTK_RESPONSE_REJECT) in response_cb()
/dports/x11/xapp/xapp-2.2.6/libxapp/
H A Dxapp-icon-chooser-dialog.h40 … GtkResponseType response_id);
H A Dxapp-icon-chooser-dialog.c947 GtkResponseType response_id; in on_custom_button_clicked() local
949 response_id = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (button), "response-id")); in on_custom_button_clicked()
951 xapp_icon_chooser_dialog_close (XAPP_ICON_CHOOSER_DIALOG (user_data), response_id); in on_custom_button_clicked()
968 GtkResponseType response_id) in xapp_icon_chooser_dialog_add_button() argument
981 "response-id", GINT_TO_POINTER (response_id)); in xapp_icon_chooser_dialog_add_button()
/dports/x11/guake/Guake-3.4.0/guake/
H A Dguake_app.py988 def _dialog_response_callback(self, dialog, response_id): argument
989 if response_id not in (RESPONSE_FORWARD, RESPONSE_BACKWARD):
999 if response_id == RESPONSE_FORWARD else "backward"
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gtk/printing/
H A Dprint_dialog_gtk.cc452 void PrintDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { in OnResponse() argument
459 switch (response_id) { in OnResponse()
/dports/sysutils/xfce4-settings/xfce4-settings-4.16.2/dialogs/appearance-settings/
H A Dmain.c1212 gint response_id) in appearance_settings_dialog_response() argument
1214 if (response_id == GTK_RESPONSE_HELP) in appearance_settings_dialog_response()
/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dos_freebsd.h265 u_int32_t response_id:8; member
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/xrandr/
H A Dcsd-xrandr-manager.c580 int response_id; member
601 timeout->response_id = GTK_RESPONSE_CANCEL; in timeout_cb()
611 timeout_response_cb (GtkDialog *dialog, int response_id, gpointer data) in timeout_response_cb() argument
615 if (response_id == GTK_RESPONSE_DELETE_EVENT) { in timeout_response_cb()
617 timeout->response_id = GTK_RESPONSE_CANCEL; in timeout_response_cb()
619 timeout->response_id = response_id; in timeout_response_cb()
667 if (timeout.response_id == GTK_RESPONSE_ACCEPT) in user_says_things_are_ok()
/dports/sysutils/catfish/catfish-4.16.3/catfish/
H A DCatfishWindow.py544 def on_update_infobar_response(self, widget, response_id): argument
545 if response_id == Gtk.ResponseType.OK:
/dports/science/v_sim/v_sim-3.8.0/lib/python/
H A DabinitParser.py16 def loadData(widget, response_id, window): argument
17 if (response_id != gtk.RESPONSE_ACCEPT):
/dports/print/system-config-printer/system-config-printer-1.5.12/
H A Duserdefault.py156 def on_response (self, dialog, response_id): argument
157 if response_id != Gtk.ResponseType.OK:
/dports/net-mgmt/p5-SNMP_Session/SNMP_Session-1.13/lib/
H A DSNMP_Session.pm875 my ($response_community, $response_id, @unwrapped)
879 || $response_id ne $this->{request_id}) {
884 carp ("$response_id != $this->{request_id}")
886 || $response_id == $this->{request_id};
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/ajax/
H A Devents.php61 $response_id = get_parameter ('response_id'); variable
63 $description = db_get_value('description','tevent_response','id',$response_id);
78 $response_id = get_parameter ('response_id'); variable
80 $params = db_get_value('params','tevent_response','id',$response_id);
92 $response_id = get_parameter ('response_id'); variable
96 $event_response = db_get_row('tevent_response','id',$response_id);
102 echo events_get_response_target($event_id, $response_id, $server_id);
108 $response_id = get_parameter ('response_id'); variable
110 $event_response = db_get_row('tevent_response','id',$response_id);
146 $response_id = get_parameter ('response_id'); variable
[all …]
/dports/mail/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0/panel-plugin/
H A Dmailwatch-plugin.c932 gint response_id, argument
939 if (response_id == GTK_RESPONSE_YES) {
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/plug-ins/
H A Dpython-console.py103 def response(self, dialog, response_id): argument
104 if response_id == RESPONSE_BROWSE:
106 elif response_id == RESPONSE_CLEAR:
109 elif response_id == RESPONSE_SAVE:
116 def browse_response(self, dlg, response_id): argument
117 if response_id != gtk.RESPONSE_APPLY:
173 def save_response(self, dlg, response_id): argument
174 if response_id == gtk.RESPONSE_DELETE_EVENT:
177 elif response_id == gtk.RESPONSE_OK:
/dports/games/wesnoth/wesnoth-1.14.17/data/tools/
H A Dtrackplacer1110 def track_visibility_revert(self, w, response_id):
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dpreferences.cpp1038 Preferences::font_chooser_response(int const response_id, in font_chooser_response() argument
1041 if (response_id == Gtk::RESPONSE_OK) { in font_chooser_response()
1057 Preferences::color_chooser_response(int const response_id, in color_chooser_response() argument
1060 if (response_id == Gtk::RESPONSE_OK) { in color_chooser_response()
H A Dpreferences.h98 void font_chooser_response(int response_id,
100 void color_chooser_response(int response_id,
/dports/games/quadrapassel/quadrapassel-40.2/src/
H A Dquadrapassel.vala254 private void preferences_dialog_response_cb (int response_id)

12345678910>>...76