Home
last modified time | relevance | path

Searched refs:location_entry (Results 1 – 25 of 50) sorted by relevance

12

/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-location-entry.c187 gtk_box_set_spacing (GTK_BOX (location_entry), 0); in thunar_location_entry_init()
190 location_entry->path_entry = thunar_path_entry_new (); in thunar_location_entry_init()
191 …exo_binding_new (G_OBJECT (location_entry), "current-directory", G_OBJECT (location_entry->path_en… in thunar_location_entry_init()
192 …_connect_after (G_OBJECT (location_entry->path_entry), "activate", G_CALLBACK (thunar_location_ent… in thunar_location_entry_init()
193 gtk_box_pack_start (GTK_BOX (location_entry), location_entry->path_entry, TRUE, TRUE, 0); in thunar_location_entry_init()
194 gtk_widget_show (location_entry->path_entry); in thunar_location_entry_init()
205 …al_connect_swapped (location_entry->path_entry, "focus-out-event", G_CALLBACK (thunar_location_ent… in thunar_location_entry_init()
208 location_entry->right_click_occurred = FALSE; in thunar_location_entry_init()
306 gtk_widget_grab_focus (location_entry->path_entry); in thunar_location_entry_accept_focus()
433 location_entry->right_click_occurred = TRUE; in thunar_location_entry_button_press_event()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/pool-mgr/duplicate/
H A Dduplicate_unit.cpp60 location_entry->set_append_json(true); in DuplicateSymbolWidget()
61 location_entry->set_rel_filename( in DuplicateSymbolWidget()
64 grid_attach_label_and_widget(grid, "Filename", location_entry, top); in DuplicateSymbolWidget()
80 auto filename = location_entry->get_filename(); in duplicate()
95 return location_entry->check_ends_json(); in check_valid()
102 class LocationEntry *location_entry = nullptr; member in horizon::DuplicateSymbolWidget
164 location_entry->set_append_json(true); in DuplicateUnitWidget()
167 grid_attach_label_and_widget(grid, "Filename", location_entry, top); in DuplicateUnitWidget()
191 const auto filename = location_entry->get_filename(); in duplicate()
195 filenames->push_back(location_entry->get_filename()); in duplicate()
[all …]
H A Dduplicate_part.cpp59 location_entry = Gtk::manage(new LocationEntry(pool.get_base_path())); in DuplicatePackageWidget()
62 location_entry->signal_changed().connect([this] { s_signal_changed.emit(); }); in DuplicatePackageWidget()
63 grid_attach_label_and_widget(grid, "Filename", location_entry, top); in DuplicatePackageWidget()
94 class LocationEntry *location_entry = nullptr; member in horizon::DuplicatePackageWidget
124 location_entry = Gtk::manage(new LocationEntry(pool.get_base_path())); in DuplicatePartWidget()
125 location_entry->set_append_json(true); in DuplicatePartWidget()
126 location_entry->set_rel_filename( in DuplicatePartWidget()
128 location_entry->signal_changed().connect([this] { s_signal_changed.emit(); }); in DuplicatePartWidget()
129 grid_attach_label_and_widget(grid, "Filename", location_entry, top); in DuplicatePartWidget()
161 auto part_filename = location_entry->get_filename(); in duplicate()
[all …]
H A Dduplicate_entity.cpp69 location_entry = Gtk::manage(new LocationEntry(pool.get_base_path())); in DuplicateEntityWidget()
70 location_entry->set_append_json(true); in DuplicateEntityWidget()
71 location_entry->set_rel_filename( in DuplicateEntityWidget()
73 location_entry->signal_changed().connect([this] { s_signal_changed.emit(); }); in DuplicateEntityWidget()
74 grid_attach_label_and_widget(grid, "Filename", location_entry, top); in DuplicateEntityWidget()
126 auto entity_filename = location_entry->get_filename(); in duplicate()
143 valid = location_entry->check_ends_json() && valid; in check_valid()
H A Dduplicate_entity.hpp19 class LocationEntry *location_entry = nullptr; member in horizon::DuplicateEntityWidget
H A Dduplicate_unit.hpp20 class LocationEntry *location_entry = nullptr; member in horizon::DuplicateUnitWidget
H A Dduplicate_part.hpp21 class LocationEntry *location_entry = nullptr; member in horizon::DuplicatePartWidget
/dports/lang/mono/mono-5.10.1.57/external/bockbuild/packages/patches/gtk/
H A D0075-filechooserwidget-location-entry-activation.patch18 if (!impl->location_entry)
19 - impl->location_entry = _gtk_file_chooser_entry_new (TRUE);
21 + impl->location_entry = _gtk_file_chooser_entry_new (TRUE);
22 + g_signal_connect (impl->location_entry, "xam-load-folder", G_CALLBACK (on_folder_loaded), im…
25 _gtk_file_chooser_entry_set_file_system (GTK_FILE_CHOOSER_ENTRY (impl->location_entry),
27 …_gtk_file_chooser_entry_set_local_only (GTK_FILE_CHOOSER_ENTRY (impl->location_entry), impl->local…
28 _gtk_file_chooser_entry_set_action (GTK_FILE_CHOOSER_ENTRY (impl->location_entry), impl->action);
29 gtk_entry_set_width_chars (GTK_ENTRY (impl->location_entry), 45);
30 - gtk_entry_set_activates_default (GTK_ENTRY (impl->location_entry), TRUE);
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/rules/
H A Dexport.cpp13 LocationEntry *location_entry = nullptr; member in horizon::RuleExportBox
22 location_entry = Gtk::manage(new LocationEntry("")); in RuleExportBox()
23 location_entry->set_append_json(true); in RuleExportBox()
24 file_name_box->pack_start(*location_entry, true, true, 0); in RuleExportBox()
25 location_entry->show(); in RuleExportBox()
55 return box->location_entry->get_filename(); in get_filename()
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/EventEdition/
H A DLocationPanel.vala24 private Gtk.SearchEntry location_entry;
35 get { return location_entry.get_text (); }
36 set { location_entry.set_text (value); }
51 location_entry = new Gtk.SearchEntry ();
53 location_entry.hexpand = true;
54 location_entry.activate.connect (() => {compute_location.begin (location_entry.text);});
56 attach (location_entry, 0, 1, 1, 1);
151 location_entry.grab_focus ();
160 string location = location_entry.text;
210 if (loc == location_entry.text)
[all …]
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dmeta.c204 GF_ItemLocationEntry *location_entry; in gf_isom_extract_meta_item_extended() local
220 location_entry = NULL; in gf_isom_extract_meta_item_extended()
224 if (location_entry->item_ID == item_id) break; in gf_isom_extract_meta_item_extended()
225 location_entry = NULL; in gf_isom_extract_meta_item_extended()
228 if (!location_entry) return GF_BAD_PARAM; in gf_isom_extract_meta_item_extended()
230 if (location_entry->data_reference_index) { in gf_isom_extract_meta_item_extended()
536 GF_ItemLocationEntry *location_entry; in gf_isom_add_meta_item_extended() local
605 if (!location_entry) { in gf_isom_add_meta_item_extended()
621 location_entry->item_ID = infe->item_ID; in gf_isom_add_meta_item_extended()
634 location_entry->data_reference_index = 0; in gf_isom_add_meta_item_extended()
[all …]
H A Dbox_code_meta.c377 …GF_ItemLocationEntry *location_entry = (GF_ItemLocationEntry *)gf_malloc(sizeof(GF_ItemLocationEnt… in iloc_Read() local
378 gf_list_add(ptr->location_entries, location_entry); in iloc_Read()
380 location_entry->item_ID = gf_bs_read_u16(bs); in iloc_Read()
383 location_entry->item_ID = gf_bs_read_u32(bs); in iloc_Read()
386 location_entry->construction_method = gf_bs_read_u16(bs); in iloc_Read()
389 location_entry->construction_method = 0; in iloc_Read()
391 location_entry->data_reference_index = gf_bs_read_u16(bs); in iloc_Read()
392 location_entry->base_offset = gf_bs_read_int(bs, 8 * ptr->base_offset_size); in iloc_Read()
394 location_entry->original_base_offset = location_entry->base_offset; in iloc_Read()
398 location_entry->extent_entries = gf_list_new(); in iloc_Read()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/isomedia/
H A Dmeta.c199 GF_ItemLocationEntry *location_entry; in gf_isom_extract_meta_item_intern() local
220 location_entry = NULL; in gf_isom_extract_meta_item_intern()
224 if (location_entry->item_ID == item_id) break; in gf_isom_extract_meta_item_intern()
225 location_entry = NULL; in gf_isom_extract_meta_item_intern()
238 if (!location_entry) return GF_BAD_PARAM; in gf_isom_extract_meta_item_intern()
241 if (location_entry->construction_method == 1) { in gf_isom_extract_meta_item_intern()
917 GF_ItemLocationEntry *location_entry; in gf_isom_add_meta_item_extended() local
986 if (!location_entry) { in gf_isom_add_meta_item_extended()
1001 location_entry->item_ID = infe->item_ID; in gf_isom_add_meta_item_extended()
1015 location_entry->data_reference_index = 0; in gf_isom_add_meta_item_extended()
[all …]
H A Dbox_code_meta.c289 if (!location_entry) return GF_OUT_OF_MEM; in iloc_box_read()
291 gf_list_add(ptr->location_entries, location_entry); in iloc_box_read()
294 location_entry->item_ID = gf_bs_read_u16(bs); in iloc_box_read()
297 location_entry->item_ID = gf_bs_read_u32(bs); in iloc_box_read()
301 location_entry->construction_method = gf_bs_read_u16(bs); in iloc_box_read()
304 location_entry->construction_method = 0; in iloc_box_read()
307 location_entry->data_reference_index = gf_bs_read_u16(bs); in iloc_box_read()
308 location_entry->base_offset = gf_bs_read_int(bs, 8*ptr->base_offset_size); in iloc_box_read()
310 location_entry->original_base_offset = location_entry->base_offset; in iloc_box_read()
315 location_entry->extent_entries = gf_list_new(); in iloc_box_read()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/isomedia/
H A Dmeta.c199 GF_ItemLocationEntry *location_entry; in gf_isom_extract_meta_item_intern() local
220 location_entry = NULL; in gf_isom_extract_meta_item_intern()
224 if (location_entry->item_ID == item_id) break; in gf_isom_extract_meta_item_intern()
225 location_entry = NULL; in gf_isom_extract_meta_item_intern()
238 if (!location_entry) return GF_BAD_PARAM; in gf_isom_extract_meta_item_intern()
241 if (location_entry->construction_method == 1) { in gf_isom_extract_meta_item_intern()
917 GF_ItemLocationEntry *location_entry; in gf_isom_add_meta_item_extended() local
986 if (!location_entry) { in gf_isom_add_meta_item_extended()
1001 location_entry->item_ID = infe->item_ID; in gf_isom_add_meta_item_extended()
1015 location_entry->data_reference_index = 0; in gf_isom_add_meta_item_extended()
[all …]
H A Dbox_code_meta.c289 if (!location_entry) return GF_OUT_OF_MEM; in iloc_box_read()
291 gf_list_add(ptr->location_entries, location_entry); in iloc_box_read()
294 location_entry->item_ID = gf_bs_read_u16(bs); in iloc_box_read()
297 location_entry->item_ID = gf_bs_read_u32(bs); in iloc_box_read()
301 location_entry->construction_method = gf_bs_read_u16(bs); in iloc_box_read()
304 location_entry->construction_method = 0; in iloc_box_read()
307 location_entry->data_reference_index = gf_bs_read_u16(bs); in iloc_box_read()
308 location_entry->base_offset = gf_bs_read_int(bs, 8*ptr->base_offset_size); in iloc_box_read()
310 location_entry->original_base_offset = location_entry->base_offset; in iloc_box_read()
315 location_entry->extent_entries = gf_list_new(); in iloc_box_read()
[all …]
/dports/www/epiphany/epiphany-41.0/lib/widgets/
H A Dephy-location-entry.c614 ephy_location_entry_focus (location_entry); in entry_key_press_cb()
620 if (location_entry->jump_tab) { in entry_key_press_cb()
621 …g_signal_handlers_block_by_func (location_entry->url_entry, G_CALLBACK (editable_changed_cb), loca… in entry_key_press_cb()
622 gtk_entry_set_text (GTK_ENTRY (location_entry->url_entry), location_entry->jump_tab); in entry_key_press_cb()
623 …g_signal_handlers_unblock_by_func (location_entry->url_entry, G_CALLBACK (editable_changed_cb), lo… in entry_key_press_cb()
630 …gtk_entry_set_text (GTK_ENTRY (entry), location_entry->jump_tab ? location_entry->jump_tab : text); in entry_key_press_cb()
638 …g_signal_handlers_block_by_func (location_entry->url_entry, G_CALLBACK (editable_changed_cb), loca… in entry_key_press_cb()
640 …g_signal_handlers_unblock_by_func (location_entry->url_entry, G_CALLBACK (editable_changed_cb), lo… in entry_key_press_cb()
650 …g_signal_handlers_block_by_func (location_entry->url_entry, G_CALLBACK (editable_changed_cb), loca… in entry_key_press_cb()
652 …g_signal_handlers_unblock_by_func (location_entry->url_entry, G_CALLBACK (editable_changed_cb), lo… in entry_key_press_cb()
[all …]
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/event-editor/
H A Dgcal-summary-section.c36 GtkEntry *location_entry; member
83 gtk_entry_set_text (self->location_entry, gcal_event_get_location (event)); in gcal_reminders_section_set_event()
98 gcal_event_set_location (self->event, gtk_entry_get_text (self->location_entry)); in gcal_reminders_section_apply()
181 gtk_widget_class_bind_template_child (widget_class, GcalSummarySection, location_entry); in gcal_summary_section_class_init()
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-location-entry.c225 CajaLocationEntry *location_entry) in editable_event_after_callback() argument
259 if (location_entry->details->idle_id == 0) in editable_event_after_callback()
261 location_entry->details->idle_id = g_idle_add (try_to_expand_path, location_entry); in editable_event_after_callback()
270 if (location_entry->details->idle_id != 0) in editable_event_after_callback()
272 g_source_remove (location_entry->details->idle_id); in editable_event_after_callback()
273 location_entry->details->idle_id = 0; in editable_event_after_callback()
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-location-entry.c199 NemoLocationEntry *location_entry) in editable_event_after_callback() argument
229 if (location_entry->details->idle_id == 0) { in editable_event_after_callback()
230 location_entry->details->idle_id = g_idle_add (try_to_expand_path, location_entry); in editable_event_after_callback()
237 if (location_entry->details->idle_id != 0) { in editable_event_after_callback()
238 g_source_remove (location_entry->details->idle_id); in editable_event_after_callback()
239 location_entry->details->idle_id = 0; in editable_event_after_callback()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfilechooserwidget.c235 GtkWidget *location_entry; member
2271 if (impl->location_entry) in location_entry_disconnect()
2278 if (!impl->location_entry) in location_entry_create()
2377 impl->location_entry = NULL; in save_widgets_destroy()
2405 if (!impl->location_entry) in location_switch_to_filename_entry()
2854 if (impl->location_entry) in update_appearance()
4699 !impl->location_entry) in update_chooser_entry()
5002 if (impl->location_entry) in update_current_folder_get_info_cb()
5475 else if (impl->location_entry && impl->toplevel_last_focus_widget == impl->location_entry) in gtk_file_chooser_widget_get_files()
6353 else if (impl->location_entry && impl->toplevel_last_focus_widget == impl->location_entry) in gtk_file_chooser_widget_should_respond()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/modules/cal-config-weather/
H A Devolution-cal-config-weather.c45 GtkWidget *location_entry; member
59 g_object_unref (context->location_entry); in G_DEFINE_DYNAMIC_TYPE()
281 context->location_entry = g_object_ref (widget); in cal_config_weather_insert_widgets()
316 context->location_entry, "location", in cal_config_weather_insert_widgets()
357 …e_util_set_entry_issue_hint (context->location_entry, correct ? NULL : _("Location cannot be empty… in cal_config_weather_check_complete()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfilechooserwidget.c296 GtkWidget *location_entry; member
1279 if (priv->location_entry in places_sidebar_open_location_cb()
2646 if (priv->location_entry) in location_entry_disconnect()
2655 if (!priv->location_entry) in location_entry_create()
2770 if (priv->location_entry) in location_switch_to_path_bar()
2797 if (!priv->location_entry) in location_switch_to_filename_entry()
3318 if (priv->location_entry) in update_appearance()
5723 if (priv->location_entry) in update_current_folder_get_info_cb()
6172 else if (priv->location_entry && current_focus == priv->location_entry) in gtk_file_chooser_widget_get_files()
7107 else if ((priv->location_entry != NULL) && (current_focus == priv->location_entry)) in gtk_file_chooser_widget_should_respond()
[all …]
/dports/deskutils/gnome-clocks/gnome-clocks-40.0/src/
H A Dworld-location-dialog.vala38 private unowned Gtk.SearchEntry location_entry;
64 return location_entry.handle_event (event);
104 if (location_entry.text == "") {
109 string search = location_entry.text.normalize ().casefold ();
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkfilechooserdefault.c3333 if (impl->location_entry) in shortcuts_key_press_event_after_cb()
4434 if (!impl->location_entry) in location_entry_create()
4518 if (impl->location_entry) in location_switch_to_path_bar()
4541 if (impl->location_entry) in location_switch_to_filename_entry()
5399 if (impl->location_entry) in update_appearance()
6930 !impl->location_entry) in update_chooser_entry()
7242 if (impl->location_entry) in update_current_folder_get_info_cb()
7659 else if (impl->location_entry && current_focus == impl->location_entry) in gtk_file_chooser_default_get_files()
8772 else if ((impl->location_entry != NULL) && (current_focus == impl->location_entry)) in gtk_file_chooser_default_should_respond()
9820 if (impl->location_entry in shortcuts_activate_iter()
[all …]

12