Home
last modified time | relevance | path

Searched refs:entry_box (Results 1 – 25 of 51) sorted by relevance

123

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkcomboboxentry.c125 entry_box->priv = GTK_COMBO_BOX_ENTRY_GET_PRIVATE (entry_box); in gtk_combo_box_entry_init()
126 entry_box->priv->text_column = -1; in gtk_combo_box_entry_init()
223 entry_box); in gtk_combo_box_entry_add()
281 if (GTK_BIN (entry_box)->child) in has_frame_changed()
410 return entry_box->priv->text_column; in gtk_combo_box_entry_get_text_column()
417 GtkBin *entry_box = GTK_BIN (widget); in gtk_combo_box_entry_mnemonic_activate() local
419 if (entry_box->child) in gtk_combo_box_entry_mnemonic_activate()
428 GtkBin *entry_box = GTK_BIN (widget); in gtk_combo_box_entry_grab_focus() local
430 if (entry_box->child) in gtk_combo_box_entry_grab_focus()
455 GtkWidget *entry_box; in gtk_combo_box_entry_new_text() local
[all …]
H A Dgtkcomboboxentry.h70 void gtk_combo_box_entry_set_text_column (GtkComboBoxEntry *entry_box,
72 gint gtk_combo_box_entry_get_text_column (GtkComboBoxEntry *entry_box);
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkComboBoxEntry.t9 my $entry_box;
11 $entry_box = Gtk2::ComboBoxEntry->new;
12 isa_ok ($entry_box, 'Gtk2::ComboBoxEntry');
13 ginterfaces_ok($entry_box);
19 $entry_box->set_model ($model);
20 is ($entry_box->get_model, $model);
21 $entry_box->set_text_column (2);
22 is ($entry_box->get_text_column, 2);
26 isa_ok ($entry_box, 'Gtk2::ComboBoxEntry');
35 $entry_box->get_child->set_text ('whee');
[all …]
/dports/finance/homebank/homebank-5.5.1/src/
H A Dui-group.c51 ui_grp_comboboxentry_get_key_add_new(GtkComboBox *entry_box) in ui_grp_comboboxentry_get_key_add_new() argument
74 ui_grp_comboboxentry_add(entry_box, item); in ui_grp_comboboxentry_get_key_add_new()
94 ui_grp_comboboxentry_get_key(GtkComboBox *entry_box) in ui_grp_comboboxentry_get_key() argument
110 *ui_grp_comboboxentry_get(GtkComboBox *entry_box) in ui_grp_comboboxentry_get() argument
125 ui_grp_comboboxentry_set_active(GtkComboBox *entry_box, guint32 key) in ui_grp_comboboxentry_set_active() argument
147 gtk_entry_set_text(GTK_ENTRY (gtk_bin_get_child(GTK_BIN (entry_box))), ""); in ui_grp_comboboxentry_set_active()
160 ui_grp_comboboxentry_add(GtkComboBox *entry_box, Group *grp) in ui_grp_comboboxentry_add() argument
167 model = gtk_combo_box_get_model(GTK_COMBO_BOX(entry_box)); in ui_grp_comboboxentry_add()
198 ui_grp_comboboxentry_populate(GtkComboBox *entry_box, GHashTable *hash) in ui_grp_comboboxentry_populate() argument
200 ui_grp_comboboxentry_populate_except(entry_box, hash, -1); in ui_grp_comboboxentry_populate()
[all …]
H A Dui-group.h34 guint32 ui_grp_comboboxentry_get_key(GtkComboBox *entry_box);
35 guint32 ui_grp_comboboxentry_get_key_add_new(GtkComboBox *entry_box);
36 Group *ui_grp_comboboxentry_get(GtkComboBox *entry_box);
37 gboolean ui_grp_comboboxentry_set_active(GtkComboBox *entry_box, guint32 key);
38 void ui_grp_comboboxentry_add(GtkComboBox *entry_box, Group *pay);
39 void ui_grp_comboboxentry_populate(GtkComboBox *entry_box, GHashTable *hash);
40 void ui_grp_comboboxentry_populate_except(GtkComboBox *entry_box, GHashTable *hash, guint except_ke…
H A Dui-category.h63 gchar *ui_cat_comboboxentry_get_name(GtkComboBox *entry_box);
64 guint32 ui_cat_comboboxentry_get_key(GtkComboBox *entry_box);
65 guint32 ui_cat_comboboxentry_get_key_add_new(GtkComboBox *entry_box);
66 Category *ui_cat_comboboxentry_get(GtkComboBox *entry_box);
79 gboolean ui_cat_comboboxentry_set_active(GtkComboBox *entry_box, guint32 key);
80 void ui_cat_comboboxentry_add(GtkComboBox *entry_box, Category *pay);
81 void ui_cat_comboboxentry_populate(GtkComboBox *entry_box, GHashTable *hash);
82 void ui_cat_comboboxentry_populate_except(GtkComboBox *entry_box, GHashTable *hash, guint except_ke…
83 void ui_cat_combobox_entry_clear(GtkComboBox *entry_box);
H A Dui-currency.h112 gchar *ui_cur_combobox_get_name(GtkComboBox *entry_box);
113 guint32 ui_cur_combobox_get_key(GtkComboBox *entry_box);
114 guint32 ui_cur_combobox_get_key_add_new(GtkComboBox *entry_box);
115 gboolean ui_cur_combobox_set_active(GtkComboBox *entry_box, guint32 key);
116 void ui_cur_combobox_add(GtkComboBox *entry_box, Currency *cur);
117 void ui_cur_combobox_populate(GtkComboBox *entry_box, GHashTable *hash);
118 void ui_cur_combobox_populate_except(GtkComboBox *entry_box, GHashTable *hash, guint except_key);
H A Dui-assign.h30 gchar *ui_asg_comboboxentry_get_name(GtkComboBox *entry_box);
31 guint32 ui_asg_comboboxentry_get_key(GtkComboBox *entry_box);
32 gboolean ui_asg_comboboxentry_set_active(GtkComboBox *entry_box, guint32 key);
33 void ui_asg_comboboxentry_add(GtkComboBox *entry_box, Assign *asg);
34 void ui_asg_comboboxentry_populate(GtkComboBox *entry_box, GHashTable *hash);
35 void ui_asg_comboboxentry_populate_except(GtkComboBox *entry_box, GHashTable *hash, guint except_ke…
H A Dui-account.h124 gchar *ui_acc_comboboxentry_get_name(GtkComboBox *entry_box);
125 guint32 ui_acc_comboboxentry_get_key(GtkComboBox *entry_box);
126 Account *ui_acc_comboboxentry_get(GtkComboBox *entry_box);
127 gboolean ui_acc_comboboxentry_set_active(GtkComboBox *entry_box, guint32 key);
128 void ui_acc_comboboxentry_add(GtkComboBox *entry_box, Account *acc);
129 void ui_acc_comboboxentry_populate(GtkComboBox *entry_box, GHashTable *hash, gint insert_type);
130 void ui_acc_comboboxentry_populate_except(GtkComboBox *entry_box, GHashTable *hash, guint except_ke…
H A Dui-payee.h75 guint32 ui_pay_comboboxentry_get_key(GtkComboBox *entry_box);
76 guint32 ui_pay_comboboxentry_get_key_add_new(GtkComboBox *entry_box);
77 Payee *ui_pay_comboboxentry_get(GtkComboBox *entry_box);
78 gboolean ui_pay_comboboxentry_set_active(GtkComboBox *entry_box, guint32 key);
79 void ui_pay_comboboxentry_populate(GtkComboBox *entry_box, GHashTable *hash);
H A Dui-currency.c52 ui_cur_combobox_get_name(GtkComboBox *entry_box) in ui_cur_combobox_get_name() argument
78 ui_cur_combobox_get_key(GtkComboBox *entry_box) in ui_cur_combobox_get_key() argument
84 if (gtk_combo_box_get_active_iter(entry_box, &iter) == TRUE) in ui_cur_combobox_get_key()
86 model = gtk_combo_box_get_model(entry_box); in ui_cur_combobox_get_key()
102 model = gtk_combo_box_get_model(entry_box); in ui_cur_combobox_set_active()
113 gtk_combo_box_set_active_iter(entry_box, &iter); in ui_cur_combobox_set_active()
130 ui_cur_combobox_add(GtkComboBox *entry_box, Currency *cur) in ui_cur_combobox_add() argument
165 model = gtk_combo_box_get_model(GTK_COMBO_BOX(entry_box)); in ui_cur_combobox_populate_except()
169 gtk_combo_box_set_model(GTK_COMBO_BOX(entry_box), NULL); in ui_cur_combobox_populate_except()
178 gtk_combo_box_set_model(GTK_COMBO_BOX(entry_box), model); in ui_cur_combobox_populate_except()
[all …]
H A Dui-payee.c418 ui_pay_comboboxentry_add(GtkComboBox *entry_box, Payee *pay) in ui_pay_comboboxentry_add() argument
425 model = gtk_combo_box_get_model(GTK_COMBO_BOX(entry_box)); in ui_pay_comboboxentry_add()
444 ui_pay_comboboxentry_get_key_add_new(GtkComboBox *entry_box) in ui_pay_comboboxentry_get_key_add_new() argument
458 ui_pay_comboboxentry_add(entry_box, item); in ui_pay_comboboxentry_get_key_add_new()
473 ui_pay_comboboxentry_get_key(GtkComboBox *entry_box) in ui_pay_comboboxentry_get_key() argument
489 *ui_pay_comboboxentry_get(GtkComboBox *entry_box) in ui_pay_comboboxentry_get() argument
504 ui_pay_comboboxentry_set_active(GtkComboBox *entry_box, guint32 key) in ui_pay_comboboxentry_set_active() argument
526 gtk_entry_set_text(GTK_ENTRY (gtk_bin_get_child(GTK_BIN (entry_box))), ""); in ui_pay_comboboxentry_set_active()
557 model = gtk_combo_box_get_model(GTK_COMBO_BOX(entry_box)); in ui_pay_comboboxentry_populate_except()
593 ui_pay_comboboxentry_populate(GtkComboBox *entry_box, GHashTable *hash) in ui_pay_comboboxentry_populate() argument
[all …]
H A Dui-account.c432 ui_acc_comboboxentry_get_key(GtkComboBox *entry_box) in ui_acc_comboboxentry_get_key() argument
451 *ui_acc_comboboxentry_get(GtkComboBox *entry_box) in ui_acc_comboboxentry_get() argument
463 ui_acc_comboboxentry_set_active(GtkComboBox *entry_box, guint32 key) in ui_acc_comboboxentry_set_active() argument
476 gtk_entry_set_text(GTK_ENTRY (gtk_bin_get_child(GTK_BIN (entry_box))), ""); in ui_acc_comboboxentry_set_active()
490 ui_acc_comboboxentry_add(GtkComboBox *entry_box, Account *acc) in ui_acc_comboboxentry_add() argument
497 model = gtk_combo_box_get_model(GTK_COMBO_BOX(entry_box)); in ui_acc_comboboxentry_add()
542 ui_acc_comboboxentry_populate_except(entry_box, hash, 0, insert_type); in ui_acc_comboboxentry_populate()
556 model = gtk_combo_box_get_model(GTK_COMBO_BOX(entry_box)); in ui_acc_comboboxentry_populate_except()
561 gtk_combo_box_set_model(GTK_COMBO_BOX(entry_box), NULL); in ui_acc_comboboxentry_populate_except()
575 gtk_entry_set_text(GTK_ENTRY (gtk_bin_get_child(GTK_BIN (entry_box))), ""); in ui_acc_comboboxentry_populate_except()
[all …]
H A Dui-category.c517 ui_cat_comboboxentry_get_key_add_new(GtkComboBox *entry_box) in ui_cat_comboboxentry_get_key_add_new() argument
533 ui_cat_comboboxentry_add(entry_box, item); in ui_cat_comboboxentry_get_key_add_new()
550 ui_cat_comboboxentry_get_key(GtkComboBox *entry_box) in ui_cat_comboboxentry_get_key() argument
568 *ui_cat_comboboxentry_get(GtkComboBox *entry_box) in ui_cat_comboboxentry_get() argument
584 ui_cat_comboboxentry_set_active(GtkComboBox *entry_box, guint32 key) in ui_cat_comboboxentry_set_active() argument
618 ui_cat_comboboxentry_add(GtkComboBox *entry_box, Category *item) in ui_cat_comboboxentry_add() argument
634 model = gtk_combo_box_get_model(GTK_COMBO_BOX(entry_box)); in ui_cat_comboboxentry_add()
729 ui_cat_comboboxentry_populate_except(entry_box, hash, -1); in ui_cat_comboboxentry_populate()
741 model = gtk_combo_box_get_model(GTK_COMBO_BOX(entry_box)); in ui_cat_comboboxentry_populate_except()
770 ui_cat_combobox_entry_clear(GtkComboBox *entry_box) in ui_cat_combobox_entry_clear() argument
[all …]
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/tests/
H A Dtest-entry-box.c6 GtkWidget *entry_box; in main() local
17 entry_box = g_object_new (DZL_TYPE_ENTRY_BOX, in main()
23 gtk_container_add (GTK_CONTAINER (window), entry_box); in main()
29 gtk_container_add (GTK_CONTAINER (entry_box), label); in main()
35 gtk_container_add_with_properties (GTK_CONTAINER (entry_box), icon, in main()
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/platform-demos/C/samples/
H A Dentry.c25 GtkWidget *entry_box; in activate() local
35 entry_box = gtk_entry_new (); in activate()
36 gtk_container_add (GTK_CONTAINER (window), entry_box); in activate()
39 g_signal_connect (GTK_ENTRY (entry_box), "activate", in activate()
/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/widgets/
H A Dsourceview_entry.rs14 pub entry_box: gtk::Box, field
62 let entry_box = gtk::Box::new(gtk::Orientation::Vertical, 0); in default() localVariable
63 entry_box.get_style_context().add_class("message-input"); in default()
85 entry_box.add(&scroll); in default()
97 container.pack_start(&entry_box, false, true, 0); in default()
112 entry_box, in default()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dsearch_and_run.c41 GtkWidget *entry_box; member
306 sar->entry_box = gtk_entry_new(); in search_and_run_new()
307 gtk_box_pack_start(GTK_BOX(sar->vbox), sar->entry_box, FALSE, FALSE, 0); in search_and_run_new()
308 gtk_widget_show(sar->entry_box); in search_and_run_new()
309 gtk_entry_set_icon_from_stock(GTK_ENTRY(sar->entry_box), GTK_ENTRY_ICON_PRIMARY, GTK_STOCK_FIND); in search_and_run_new()
311 gtk_widget_set_tooltip_text(sar->entry_box, "Search for commands and run them"); in search_and_run_new()
312 g_signal_connect(G_OBJECT(sar->entry_box), "key_press_event", G_CALLBACK(keypress_cb), sar); in search_and_run_new()
313 g_signal_connect(G_OBJECT(sar->entry_box), "activate", G_CALLBACK(entry_box_activate_cb), sar); in search_and_run_new()
318 gtk_entry_set_completion(GTK_ENTRY(sar->entry_box), sar->completion); in search_and_run_new()
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/ext/events/trayicon/
H A Dprefs.py67 entry_box = Gtk.HBox(spacing=6)
70 entry_box.pack_start(entry, True, True, 0)
80 entry_box.pack_start(revert, False, True, 0)
82 box.pack_start(entry_box, False, True, 0)
/dports/x11/cinnamon-screensaver/cinnamon-screensaver-4.8.1/src/
H A Dunlock.py71 self.entry_box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL)
73 self.box.pack_start(self.entry_box, True, True, 2)
89 self.entry_box.pack_start(self.password_entry, False, False, 15)
92 self.entry_box.pack_end(button_box, False, False, 0)
196 self.entry_box.set_sensitive(False)
200 self.entry_box.set_sensitive(True)
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dmulti.c35 extern GtkWidget *entry_box;
242 gtk_box_pack_start(GTK_BOX(entry_box), frame, FALSE, FALSE, 0); in show_candidate()
299 gtk_box_pack_start(GTK_BOX(entry_box), button, FALSE, TRUE, 2); in show_candidate()
304 gtk_box_pack_start(GTK_BOX(entry_box), frame, TRUE, TRUE, 0); in show_candidate()
343 gtk_widget_show_all(entry_box); in show_candidate()
360 if(!GTK_IS_CONTAINER(entry_box)) in clear_candidate()
362 list = gtk_container_get_children(GTK_CONTAINER(entry_box)); in clear_candidate()
365 gtk_container_remove(GTK_CONTAINER(entry_box), list->data); in clear_candidate()
/dports/textproc/xfce4-dict-plugin/xfce4-dict-0.8.4/lib/
H A Dgui.c776 GtkWidget *main_box, *entry_box, *label_box; in dict_gui_create_main_window() local
799 entry_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 5); in dict_gui_create_main_window()
800 gtk_widget_show(entry_box); in dict_gui_create_main_window()
801 gtk_container_set_border_width(GTK_CONTAINER(entry_box), 2); in dict_gui_create_main_window()
802 gtk_box_pack_start(GTK_BOX(main_box), entry_box, FALSE, TRUE, 5); in dict_gui_create_main_window()
806 gtk_box_pack_start(GTK_BOX(entry_box), label_box, TRUE, TRUE, 5); in dict_gui_create_main_window()
822 update_search_button(dd, entry_box); in dict_gui_create_main_window()
826 gtk_box_pack_start(GTK_BOX(entry_box), sep, FALSE, FALSE, 2); in dict_gui_create_main_window()
833 gtk_box_pack_start(GTK_BOX(entry_box), button, FALSE, FALSE, 2); in dict_gui_create_main_window()
837 gtk_box_pack_start(GTK_BOX(entry_box), sep, FALSE, FALSE, 2); in dict_gui_create_main_window()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkcomboboxentry.inc38 procedure gtk_combo_box_entry_set_text_column(entry_box:PGtkComboBoxEntry; text_column:gint);cdecl;…
39 function gtk_combo_box_entry_get_text_column(entry_box:PGtkComboBoxEntry):gint;cdecl;external gtkli…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkcomboboxentry.inc38 procedure gtk_combo_box_entry_set_text_column(entry_box:PGtkComboBoxEntry; text_column:gint);cdecl;…
39 function gtk_combo_box_entry_get_text_column(entry_box:PGtkComboBoxEntry):gint;cdecl;external gtkli…
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkComboBoxEntry.xs88 gint gtk_combo_box_entry_get_text_column (GtkComboBoxEntry *entry_box);
90 void gtk_combo_box_entry_set_text_column (GtkComboBoxEntry *entry_box, gint text_column);

123