Home
last modified time | relevance | path

Searched refs:hbox_row2 (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/
H A Dwin-pho.c28 static GtkWidget *top_bin, *hbox_row2; variable
192 hbox_row2 = gtk_hbox_new (FALSE, 0); in create_win_pho_gui_simple()
194 gtk_container_add (GTK_CONTAINER (vbox_top), hbox_row2); in create_win_pho_gui_simple()
196 gtk_container_add (GTK_CONTAINER (hbox_row2), label_full); in create_win_pho_gui_simple()
199 gtk_box_pack_start (GTK_BOX (hbox_row2), event_box_pho, FALSE, FALSE, 0); in create_win_pho_gui_simple()
220 gtk_box_pack_start (GTK_BOX (hbox_row2), label_key_codes, FALSE, FALSE, 2); in create_win_pho_gui_simple()
235 gtk_widget_hide (hbox_row2); in create_win_pho_gui()
264 gtk_widget_hide (hbox_row2); in show_win_pho()
266 gtk_widget_show (hbox_row2); in show_win_pho()
H A Dwin-gtab.c40 static GtkWidget *hbox_row2; variable
241 if (s && strlen (s) && hbox_row2) { in set_key_codes_label()
246 gtk_widget_show (hbox_row2); in set_key_codes_label()
250 gtk_widget_hide (hbox_row2); in set_key_codes_label()
417 hbox_row2 = NULL; in destroy_if_necessary()
525 hbox_row2 = gtk_hbox_new (FALSE, 0); in create_win_gtab_gui_simple()
526 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_row2, FALSE, FALSE, 0); in create_win_gtab_gui_simple()
624 gtk_widget_hide (hbox_row2); in create_win_gtab_gui_simple()
663 if (hbox_row2) in show_input_method_name_on_gtab()
664 gtk_widget_hide (hbox_row2); in show_input_method_name_on_gtab()
[all …]
/dports/chinese/gcin-gtk3/gcin-2.9.0/
H A Dwin-pho.cpp10 static GtkWidget *top_bin, *hbox_row2; variable
203 hbox_row2 = gtk_hbox_new (FALSE, 0); in create_win_pho_gui_simple()
205 gtk_container_add (GTK_CONTAINER (vbox_top), hbox_row2); in create_win_pho_gui_simple()
207 gtk_container_add (GTK_CONTAINER (hbox_row2), label_full); in create_win_pho_gui_simple()
211 gtk_box_pack_start (GTK_BOX (hbox_row2), event_box_pho, FALSE, FALSE, 0); in create_win_pho_gui_simple()
242 gtk_box_pack_start (GTK_BOX (hbox_row2), label_key_codes, FALSE, FALSE, 2); in create_win_pho_gui_simple()
258 gtk_widget_hide(hbox_row2); in create_win_pho_gui()
298 gtk_widget_hide(hbox_row2); in show_win_pho()
300 gtk_widget_show(hbox_row2); in show_win_pho()
H A Dwin-gtab.cpp24 static GtkWidget *hbox_row2; variable
262 if (hbox_row2 && (!gtab_hide_row2 || ggg.wild_mode in set_key_codes_label()
267 gtk_widget_show(hbox_row2); in set_key_codes_label()
270 if (gtab_hide_row2 && hbox_row2) { in set_key_codes_label()
271 gtk_widget_hide(hbox_row2); in set_key_codes_label()
468 hbox_row2 = NULL; in destroy_if_necessary()
558 hbox_row2 = gtk_hbox_new (FALSE, 0); in create_win_gtab_gui_simple()
559 gtk_container_add (GTK_CONTAINER (vbox_top), hbox_row2); in create_win_gtab_gui_simple()
564 gtk_box_pack_start (GTK_BOX (hbox_row2), label_full, FALSE, FALSE, 0); in create_win_gtab_gui_simple()
674 gtk_widget_hide(hbox_row2); in create_win_gtab_gui_simple()
[all …]
/dports/chinese/gcin/gcin-2.9.0/
H A Dwin-pho.cpp10 static GtkWidget *top_bin, *hbox_row2; variable
203 hbox_row2 = gtk_hbox_new (FALSE, 0); in create_win_pho_gui_simple()
205 gtk_container_add (GTK_CONTAINER (vbox_top), hbox_row2); in create_win_pho_gui_simple()
207 gtk_container_add (GTK_CONTAINER (hbox_row2), label_full); in create_win_pho_gui_simple()
211 gtk_box_pack_start (GTK_BOX (hbox_row2), event_box_pho, FALSE, FALSE, 0); in create_win_pho_gui_simple()
242 gtk_box_pack_start (GTK_BOX (hbox_row2), label_key_codes, FALSE, FALSE, 2); in create_win_pho_gui_simple()
258 gtk_widget_hide(hbox_row2); in create_win_pho_gui()
298 gtk_widget_hide(hbox_row2); in show_win_pho()
300 gtk_widget_show(hbox_row2); in show_win_pho()
H A Dwin-gtab.cpp24 static GtkWidget *hbox_row2; variable
262 if (hbox_row2 && (!gtab_hide_row2 || ggg.wild_mode in set_key_codes_label()
267 gtk_widget_show(hbox_row2); in set_key_codes_label()
270 if (gtab_hide_row2 && hbox_row2) { in set_key_codes_label()
271 gtk_widget_hide(hbox_row2); in set_key_codes_label()
468 hbox_row2 = NULL; in destroy_if_necessary()
558 hbox_row2 = gtk_hbox_new (FALSE, 0); in create_win_gtab_gui_simple()
559 gtk_container_add (GTK_CONTAINER (vbox_top), hbox_row2); in create_win_gtab_gui_simple()
564 gtk_box_pack_start (GTK_BOX (hbox_row2), label_full, FALSE, FALSE, 0); in create_win_gtab_gui_simple()
674 gtk_widget_hide(hbox_row2); in create_win_gtab_gui_simple()
[all …]
/dports/chinese/gcin-qt5/gcin-2.9.0/
H A Dwin-pho.cpp10 static GtkWidget *top_bin, *hbox_row2; variable
203 hbox_row2 = gtk_hbox_new (FALSE, 0); in create_win_pho_gui_simple()
205 gtk_container_add (GTK_CONTAINER (vbox_top), hbox_row2); in create_win_pho_gui_simple()
207 gtk_container_add (GTK_CONTAINER (hbox_row2), label_full); in create_win_pho_gui_simple()
211 gtk_box_pack_start (GTK_BOX (hbox_row2), event_box_pho, FALSE, FALSE, 0); in create_win_pho_gui_simple()
242 gtk_box_pack_start (GTK_BOX (hbox_row2), label_key_codes, FALSE, FALSE, 2); in create_win_pho_gui_simple()
258 gtk_widget_hide(hbox_row2); in create_win_pho_gui()
298 gtk_widget_hide(hbox_row2); in show_win_pho()
300 gtk_widget_show(hbox_row2); in show_win_pho()
H A Dwin-gtab.cpp24 static GtkWidget *hbox_row2; variable
262 if (hbox_row2 && (!gtab_hide_row2 || ggg.wild_mode in set_key_codes_label()
267 gtk_widget_show(hbox_row2); in set_key_codes_label()
270 if (gtab_hide_row2 && hbox_row2) { in set_key_codes_label()
271 gtk_widget_hide(hbox_row2); in set_key_codes_label()
468 hbox_row2 = NULL; in destroy_if_necessary()
558 hbox_row2 = gtk_hbox_new (FALSE, 0); in create_win_gtab_gui_simple()
559 gtk_container_add (GTK_CONTAINER (vbox_top), hbox_row2); in create_win_gtab_gui_simple()
564 gtk_box_pack_start (GTK_BOX (hbox_row2), label_full, FALSE, FALSE, 0); in create_win_gtab_gui_simple()
674 gtk_widget_hide(hbox_row2); in create_win_gtab_gui_simple()
[all …]