Home
last modified time | relevance | path

Searched refs:select_on_focus (Results 1 – 16 of 16) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/
H A DnsLookAndFeel.cpp486 gboolean select_on_focus; in GetIntImpl() local
491 g_object_get(settings, "gtk-entry-select-on-focus", &select_on_focus, in GetIntImpl()
494 if (select_on_focus) in GetIntImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/
H A DnsLookAndFeel.cpp576 gboolean select_on_focus; in GetIntImpl() local
581 g_object_get(settings, "gtk-entry-select-on-focus", &select_on_focus, in GetIntImpl()
584 if (select_on_focus) in GetIntImpl()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/
H A DnsLookAndFeel.cpp680 gboolean select_on_focus; in GetIntImpl() local
687 &select_on_focus, in GetIntImpl()
690 if(select_on_focus) in GetIntImpl()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DnsLookAndFeel.cpp678 gboolean select_on_focus; in NativeGetInt() local
681 g_object_get(settings, "gtk-entry-select-on-focus", &select_on_focus, in NativeGetInt()
684 if (select_on_focus) in NativeGetInt()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DnsLookAndFeel.cpp678 gboolean select_on_focus; in NativeGetInt() local
681 g_object_get(settings, "gtk-entry-select-on-focus", &select_on_focus, in NativeGetInt()
684 if (select_on_focus) in NativeGetInt()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DnsLookAndFeel.cpp798 gboolean select_on_focus; in NativeGetInt() local
801 g_object_get(settings, "gtk-entry-select-on-focus", &select_on_focus, in NativeGetInt()
804 if (select_on_focus) in NativeGetInt()
/dports/misc/gpsim/gpsim-0.31.0/gui/gtkextra/
H A Dgtkitementry.c555 gboolean select_on_focus; in gtk_entry_grab_focus() local
561 &select_on_focus, in gtk_entry_grab_focus()
564 if (select_on_focus && entry->editable && !entry->in_click) in gtk_entry_grab_focus()
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkitementry.c702 gboolean select_on_focus; in gtk_item_entry_grab_focus() local
708 &select_on_focus, in gtk_item_entry_grab_focus()
711 if (select_on_focus && entry->editable && !entry->in_click) in gtk_item_entry_grab_focus()
H A Dgtksheet.c9311 gboolean select_on_focus; in _gtk_sheet_entry_preselect() local
9321 &select_on_focus, in _gtk_sheet_entry_preselect()
9324 if (select_on_focus && editable && !in_click) in _gtk_sheet_entry_preselect()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkitementry.c552 gboolean select_on_focus; in gtk_entry_grab_focus() local
558 &select_on_focus, in gtk_entry_grab_focus()
561 if (select_on_focus && entry->editable && !entry->in_click) in gtk_entry_grab_focus()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtklabel.c1549 gboolean select_on_focus; in gtk_label_grab_focus() local
1564 &select_on_focus, in gtk_label_grab_focus()
1567 if (select_on_focus && !self->in_click && in gtk_label_grab_focus()
H A Dgtktext.c3279 gboolean select_on_focus; in gtk_text_grab_focus() local
3293 &select_on_focus, in gtk_text_grab_focus()
3296 if (select_on_focus) in gtk_text_grab_focus()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtklabel.c4032 gboolean select_on_focus; in gtk_label_grab_focus() local
4046 &select_on_focus, in gtk_label_grab_focus()
4049 if (select_on_focus && !label->in_click) in gtk_label_grab_focus()
H A Dgtkentry.c4190 gboolean select_on_focus; in gtk_entry_grab_focus() local
4198 &select_on_focus, in gtk_entry_grab_focus()
4201 if (select_on_focus) in gtk_entry_grab_focus()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtklabel.c4791 gboolean select_on_focus; in gtk_label_grab_focus() local
4804 &select_on_focus, in gtk_label_grab_focus()
4807 if (select_on_focus && !priv->in_click) in gtk_label_grab_focus()
H A Dgtkentry.c5060 gboolean select_on_focus; in gtk_entry_grab_focus() local
5066 &select_on_focus, in gtk_entry_grab_focus()
5069 _gtk_entry_grab_focus (entry, select_on_focus); in gtk_entry_grab_focus()