Home
last modified time | relevance | path

Searched refs:should_respond (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkfilechooserembed.c57 iface->should_respond = delegate_should_respond; in _gtk_file_chooser_embed_delegate_iface_init()
188 return GTK_FILE_CHOOSER_EMBED_GET_IFACE (chooser_embed)->should_respond (chooser_embed); in _gtk_file_chooser_embed_should_respond()
H A Dgtkfilechooserembed.h47 gboolean (*should_respond) (GtkFileChooserEmbed *chooser_embed); member
H A Dgtkfilechooserdefault.c709 iface->should_respond = gtk_file_chooser_default_should_respond; in gtk_file_chooser_embed_default_iface_init()
8295 gboolean should_respond = FALSE; in confirmation_confirm_get_info_cb() local
8308 should_respond = TRUE; in confirmation_confirm_get_info_cb()
8310should_respond = confirm_dialog_should_accept_filename (data->impl, data->file_part, g_file_info_g… in confirmation_confirm_get_info_cb()
8313 if (should_respond) in confirmation_confirm_get_info_cb()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfilechooserembed.c54 iface->should_respond = delegate_should_respond; in _gtk_file_chooser_embed_delegate_iface_init()
185 return GTK_FILE_CHOOSER_EMBED_GET_IFACE (chooser_embed)->should_respond (chooser_embed); in _gtk_file_chooser_embed_should_respond()
H A Dgtkfilechooserembed.h45 gboolean (*should_respond) (GtkFileChooserEmbed *chooser_embed); member
H A Dgtkfilechooserwidget.c668 iface->should_respond = gtk_file_chooser_widget_should_respond; in gtk_file_chooser_embed_default_iface_init()
6621 gboolean should_respond = FALSE; in confirmation_confirm_get_info_cb() local
6635 should_respond = TRUE; in confirmation_confirm_get_info_cb()
6637should_respond = confirm_dialog_should_accept_filename (data->impl, data->file_part, g_file_info_g… in confirmation_confirm_get_info_cb()
6640 if (should_respond) in confirmation_confirm_get_info_cb()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkfilechooserembed.inc17 should_respond : function (chooser_embed:PGtkFileChooserEmbed):gboolean;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkfilechooserembed.inc17 should_respond : function (chooser_embed:PGtkFileChooserEmbed):gboolean;
/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-named-icon-chooser-dialog.c117 static gboolean should_respond (GladeNamedIconChooserDialog *dialog);
1266 if (!should_respond (GLADE_NAMED_ICON_CHOOSER_DIALOG (dialog))) in response_cb()
1563 should_respond (GladeNamedIconChooserDialog *dialog) in should_respond() function
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-41235 Added a ::should_respond() method.
1238 (_gtk_file_chooser_embed_delegate_iface_init): Add a delegate for ::should_respond().
1244 (gtk_file_chooser_default_init): Hook up our ::should_respond() implementation.
H A DChangeLog.pre-2-64377 at the time our "should_respond" method gets called.