Home
last modified time | relevance | path

Searched refs:chooser_entry (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfilechooserentry.c267 chooser_entry); in _gtk_file_chooser_entry_init()
272 chooser_entry); in _gtk_file_chooser_entry_init()
288 if (chooser_entry->base_folder) in gtk_file_chooser_entry_finalize()
294 g_free (chooser_entry->dir_part); in gtk_file_chooser_entry_finalize()
295 g_free (chooser_entry->file_part); in gtk_file_chooser_entry_finalize()
486 chooser_entry->eat_escape) in gtk_file_chooser_entry_tab_handler()
492 if (!chooser_entry->eat_tabs) in gtk_file_chooser_entry_tab_handler()
524 switch (chooser_entry->action) in update_inline_completion()
665 g_free (chooser_entry->dir_part); in set_completion_folder()
843 if (chooser_entry->base_folder) in _gtk_file_chooser_entry_set_base_folder()
[all …]
H A Dgtkfilechooserentry.h35 void _gtk_file_chooser_entry_set_action (GtkFileChooserEntry *chooser_entry,
37 GtkFileChooserAction _gtk_file_chooser_entry_get_action (GtkFileChooserEntry *chooser_entry);
38 void _gtk_file_chooser_entry_set_base_folder (GtkFileChooserEntry *chooser_entry,
40 GFile * _gtk_file_chooser_entry_get_current_folder (GtkFileChooserEntry *chooser_entry);
41 const char * _gtk_file_chooser_entry_get_file_part (GtkFileChooserEntry *chooser_entry);
42 gboolean _gtk_file_chooser_entry_get_is_folder (GtkFileChooserEntry *chooser_entry,
44 void _gtk_file_chooser_entry_select_filename (GtkFileChooserEntry *chooser_entry);
45 void _gtk_file_chooser_entry_set_file_filter (GtkFileChooserEntry *chooser_entry,
H A Dgtkfilechooserwidget.c5275 GtkFileChooserEntry *chooser_entry; in check_save_entry() local
5287 chooser_entry = GTK_FILE_CHOOSER_ENTRY (impl->location_entry); in check_save_entry()
5289 if (strlen (gtk_editable_get_text (GTK_EDITABLE (chooser_entry))) == 0) in check_save_entry()
5302 current_folder = _gtk_file_chooser_entry_get_current_folder (chooser_entry); in check_save_entry()
5313 file_part = _gtk_file_chooser_entry_get_file_part (chooser_entry); in check_save_entry()
5348 *is_folder = _gtk_file_chooser_entry_get_is_folder (chooser_entry, file); in check_save_entry()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkfilechooserentry.c174 chooser_entry->local_only = TRUE; in _gtk_file_chooser_entry_init()
188 chooser_entry, in _gtk_file_chooser_entry_init()
221 if (chooser_entry->base_folder) in gtk_file_chooser_entry_finalize()
227 g_free (chooser_entry->dir_part); in gtk_file_chooser_entry_finalize()
228 g_free (chooser_entry->file_part); in gtk_file_chooser_entry_finalize()
417 if (!chooser_entry->eat_tabs) in gtk_file_chooser_entry_tab_handler()
461 switch (chooser_entry->action) in update_inline_completion()
587 chooser_entry->local_only in set_completion_folder()
606 g_free (chooser_entry->dir_part); in set_completion_folder()
783 if (chooser_entry->base_folder) in _gtk_file_chooser_entry_set_base_folder()
[all …]
H A Dgtkfilechooserentry.h37 void _gtk_file_chooser_entry_set_action (GtkFileChooserEntry *chooser_entry,
39 GtkFileChooserAction _gtk_file_chooser_entry_get_action (GtkFileChooserEntry *chooser_entry);
40 void _gtk_file_chooser_entry_set_base_folder (GtkFileChooserEntry *chooser_entry,
42 GFile * _gtk_file_chooser_entry_get_current_folder (GtkFileChooserEntry *chooser_entry);
43 const gchar * _gtk_file_chooser_entry_get_file_part (GtkFileChooserEntry *chooser_entry);
44 gboolean _gtk_file_chooser_entry_get_is_folder (GtkFileChooserEntry *chooser_entry,
46 void _gtk_file_chooser_entry_select_filename (GtkFileChooserEntry *chooser_entry);
47 void _gtk_file_chooser_entry_set_local_only (GtkFileChooserEntry *chooser_entry,
49 gboolean _gtk_file_chooser_entry_get_local_only (GtkFileChooserEntry *chooser_entry);
H A Dgtkfilechooserdefault.c7506 GtkFileChooserEntry *chooser_entry; in check_save_entry() local
7518 chooser_entry = GTK_FILE_CHOOSER_ENTRY (impl->location_entry); in check_save_entry()
7520 if (strlen (gtk_entry_get_text (GTK_ENTRY (chooser_entry))) == 0) in check_save_entry()
7533 current_folder = _gtk_file_chooser_entry_get_current_folder (chooser_entry); in check_save_entry()
7544 file_part = _gtk_file_chooser_entry_get_file_part (chooser_entry); in check_save_entry()
7574 *is_folder = _gtk_file_chooser_entry_get_is_folder (chooser_entry, file); in check_save_entry()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfilechooserentry.c267 chooser_entry->local_only = TRUE; in _gtk_file_chooser_entry_init()
314 if (chooser_entry->base_folder) in gtk_file_chooser_entry_finalize()
320 g_free (chooser_entry->dir_part); in gtk_file_chooser_entry_finalize()
321 g_free (chooser_entry->file_part); in gtk_file_chooser_entry_finalize()
511 chooser_entry->eat_escape) in gtk_file_chooser_entry_tab_handler()
517 if (!chooser_entry->eat_tabs) in gtk_file_chooser_entry_tab_handler()
561 switch (chooser_entry->action) in update_inline_completion()
688 chooser_entry->local_only in set_completion_folder()
707 g_free (chooser_entry->dir_part); in set_completion_folder()
885 if (chooser_entry->base_folder) in _gtk_file_chooser_entry_set_base_folder()
[all …]
H A Dgtkfilechooserentry.h36 void _gtk_file_chooser_entry_set_action (GtkFileChooserEntry *chooser_entry,
38 GtkFileChooserAction _gtk_file_chooser_entry_get_action (GtkFileChooserEntry *chooser_entry);
39 void _gtk_file_chooser_entry_set_base_folder (GtkFileChooserEntry *chooser_entry,
41 GFile * _gtk_file_chooser_entry_get_current_folder (GtkFileChooserEntry *chooser_entry);
42 const gchar * _gtk_file_chooser_entry_get_file_part (GtkFileChooserEntry *chooser_entry);
43 gboolean _gtk_file_chooser_entry_get_is_folder (GtkFileChooserEntry *chooser_entry,
45 void _gtk_file_chooser_entry_select_filename (GtkFileChooserEntry *chooser_entry);
46 void _gtk_file_chooser_entry_set_local_only (GtkFileChooserEntry *chooser_entry,
48 gboolean _gtk_file_chooser_entry_get_local_only (GtkFileChooserEntry *chooser_entry);
49 void _gtk_file_chooser_entry_set_file_filter (GtkFileChooserEntry *chooser_entry,
H A Dgtkfilechooserwidget.c6017 GtkFileChooserEntry *chooser_entry; in check_save_entry() local
6030 chooser_entry = GTK_FILE_CHOOSER_ENTRY (priv->location_entry); in check_save_entry()
6032 if (strlen (gtk_entry_get_text (GTK_ENTRY (chooser_entry))) == 0) in check_save_entry()
6045 current_folder = _gtk_file_chooser_entry_get_current_folder (chooser_entry); in check_save_entry()
6056 file_part = _gtk_file_chooser_entry_get_file_part (chooser_entry); in check_save_entry()
6091 *is_folder = _gtk_file_chooser_entry_get_is_folder (chooser_entry, file); in check_save_entry()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkfilechooserentry.inc22 procedure _gtk_file_chooser_entry_set_file_system(chooser_entry:PGtkFileChooserEntry; file_system:P…
24 procedure _gtk_file_chooser_entry_set_base_folder(chooser_entry:PGtkFileChooserEntry; path:PGtkFile…
26 procedure _gtk_file_chooser_entry_set_file_part(chooser_entry:PGtkFileChooserEntry; file_part:Pgcha…
28 function _gtk_file_chooser_entry_get_current_folder(chooser_entry:PGtkFileChooserEntry):PGtkFilePat…
30 function _gtk_file_chooser_entry_get_file_part(chooser_entry:PGtkFileChooserEntry):Pgchar;cdecl;ext…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkfilechooserentry.inc22 procedure _gtk_file_chooser_entry_set_file_system(chooser_entry:PGtkFileChooserEntry; file_system:P…
24 procedure _gtk_file_chooser_entry_set_base_folder(chooser_entry:PGtkFileChooserEntry; path:PGtkFile…
26 procedure _gtk_file_chooser_entry_set_file_part(chooser_entry:PGtkFileChooserEntry; file_part:Pgcha…
28 function _gtk_file_chooser_entry_get_current_folder(chooser_entry:PGtkFileChooserEntry):PGtkFilePat…
30 function _gtk_file_chooser_entry_get_file_part(chooser_entry:PGtkFileChooserEntry):Pgchar;cdecl;ext…
/dports/lang/mono/mono-5.10.1.57/external/bockbuild/packages/patches/gtk/
H A D0075-filechooserwidget-location-entry-activation.patch71 @@ -168,6 +174,8 @@ static void pop_up_completion_feedback (GtkFileChooserEntry *chooser_entry,
96 GtkFileChooserEntry *chooser_entry = GTK_FILE_CHOOSER_ENTRY (entry);
98 commit_completion_and_refresh (chooser_entry);
99 + g_signal_emit (chooser_entry, signals[XAM_LOAD_FOLDER], 0);
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-161270 chooser_entry->current_folder_file != NULL implies that:
1274 * we are loading that folder (chooser_entry->load_folder_cancellable != NULL)
1277 to it at least (chooser_entry->current_folder != NULL)
1280 chooser_entry->current_folder_file == NULL) implies that the user