Home
last modified time | relevance | path

Searched refs:hbox_buttons (Results 1 – 25 of 89) sorted by relevance

1234

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/
H A Dhime-sim2trad.c24 GtkWidget *hbox_buttons; variable
120 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
121 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
124 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_fetch, FALSE, FALSE, 0); in main()
129 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_exit, FALSE, FALSE, 0); in main()
H A Dhime-juyin-learn.c26 GtkWidget *hbox_buttons; variable
149 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
150 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
153 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_fetch, FALSE, FALSE, 0); in main()
158 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_exit, FALSE, FALSE, 0); in main()
H A Dhime-tslearn.c40 GtkWidget *hbox_buttons; variable
373 gtk_box_pack_start (GTK_BOX (hbox_buttons), sel, FALSE, FALSE, 20); in cb_button_add()
375 gtk_widget_show_all (hbox_buttons); in cb_button_add()
458 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
459 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
462 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_parse, FALSE, FALSE, 0); in main()
467 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_add, TRUE, TRUE, 0); in main()
472 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_quit, FALSE, FALSE, 0); in main()
H A Dhime-ts-edit.c45 GtkWidget *hbox_buttons; variable
616 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
617 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
620 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_delete, FALSE, FALSE, 0); in main()
625 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_find, FALSE, FALSE, 0); in main()
630 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_save, FALSE, FALSE, 0); in main()
635 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_quit, FALSE, FALSE, 0); in main()
640 gtk_box_pack_start (GTK_BOX (hbox_buttons), label_page_ofs, FALSE, FALSE, 3); in main()
/dports/chinese/gcin-gtk3/gcin-2.9.0/
H A Dsim2trad.cpp8 GtkWidget *hbox_buttons; variable
116 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
117 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
120 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_fetch, FALSE, FALSE, 0); in main()
124 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_exit, FALSE, FALSE, 0); in main()
H A Djuyin-learn.cpp11 GtkWidget *hbox_buttons; variable
154 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
155 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
158 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_fetch, FALSE, FALSE, 0); in main()
163 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_exit, FALSE, FALSE, 0); in main()
H A Dtslearn.cpp25 GtkWidget *hbox_buttons; variable
401 gtk_box_pack_start (GTK_BOX (hbox_buttons), sel, FALSE, FALSE, 20); in cb_button_add()
403 gtk_widget_show_all(hbox_buttons); in cb_button_add()
505 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
506 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
509 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_parse, FALSE, FALSE, 0); in main()
514 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_add, TRUE, TRUE, 0); in main()
523 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_quit, FALSE, FALSE, 0); in main()
/dports/chinese/gcin/gcin-2.9.0/
H A Dsim2trad.cpp8 GtkWidget *hbox_buttons; variable
116 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
117 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
120 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_fetch, FALSE, FALSE, 0); in main()
124 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_exit, FALSE, FALSE, 0); in main()
H A Djuyin-learn.cpp11 GtkWidget *hbox_buttons; variable
154 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
155 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
158 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_fetch, FALSE, FALSE, 0); in main()
163 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_exit, FALSE, FALSE, 0); in main()
H A Dtslearn.cpp25 GtkWidget *hbox_buttons; variable
401 gtk_box_pack_start (GTK_BOX (hbox_buttons), sel, FALSE, FALSE, 20); in cb_button_add()
403 gtk_widget_show_all(hbox_buttons); in cb_button_add()
505 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
506 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
509 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_parse, FALSE, FALSE, 0); in main()
514 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_add, TRUE, TRUE, 0); in main()
523 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_quit, FALSE, FALSE, 0); in main()
/dports/chinese/gcin-qt5/gcin-2.9.0/
H A Dsim2trad.cpp8 GtkWidget *hbox_buttons; variable
116 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
117 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
120 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_fetch, FALSE, FALSE, 0); in main()
124 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_exit, FALSE, FALSE, 0); in main()
H A Djuyin-learn.cpp11 GtkWidget *hbox_buttons; variable
154 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
155 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
158 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_fetch, FALSE, FALSE, 0); in main()
163 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_exit, FALSE, FALSE, 0); in main()
H A Dtslearn.cpp25 GtkWidget *hbox_buttons; variable
401 gtk_box_pack_start (GTK_BOX (hbox_buttons), sel, FALSE, FALSE, 20); in cb_button_add()
403 gtk_widget_show_all(hbox_buttons); in cb_button_add()
505 hbox_buttons = gtk_hbox_new (FALSE, 0); in main()
506 gtk_box_pack_start (GTK_BOX (vbox_top), hbox_buttons, FALSE, FALSE, 0); in main()
509 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_parse, FALSE, FALSE, 0); in main()
514 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_add, TRUE, TRUE, 0); in main()
523 gtk_box_pack_start (GTK_BOX (hbox_buttons), button_quit, FALSE, FALSE, 0); in main()
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/GUI/
H A Dgui_chat_session.c149 GtkWidget *hbox_buttons; in gui_chat_session_create_buttons_box() local
159 hbox_buttons = gtk_hbox_new(FALSE, 0); in gui_chat_session_create_buttons_box()
179 gtk_box_pack_start(GTK_BOX(hbox_buttons), button_send, FALSE, FALSE, 0); in gui_chat_session_create_buttons_box()
180 gtk_box_pack_start(GTK_BOX(hbox_buttons), button_autosend, FALSE, FALSE, 0); in gui_chat_session_create_buttons_box()
181 gtk_box_pack_start(GTK_BOX(hbox_buttons), button_find, FALSE, FALSE, 0); in gui_chat_session_create_buttons_box()
182 gtk_box_pack_end(GTK_BOX(hbox_buttons), button_close, FALSE, FALSE, 0); in gui_chat_session_create_buttons_box()
183 gtk_box_pack_end(GTK_BOX(hbox_buttons), button_stick, FALSE, FALSE, 0); in gui_chat_session_create_buttons_box()
211 gcs->buttons_widget = hbox_buttons; in gui_chat_session_create_buttons_box()
212 return hbox_buttons; in gui_chat_session_create_buttons_box()
H A Dgui_chat.c733 GtkWidget *hbox_buttons; in window_resize_signal() local
745 hbox_buttons = g_object_get_data(G_OBJECT(chat), "hbox_buttons"); in window_resize_signal()
751 if (hbox_buttons) in window_resize_signal()
752 gtk_widget_size_request(GTK_WIDGET(hbox_buttons), &rb); in window_resize_signal()
775 hbox_buttons = g_object_get_data(G_OBJECT(chat), "hbox_buttons"); in window_resize_signal()
790 if (hbox_buttons) in window_resize_signal()
791 gtk_widget_size_request(GTK_WIDGET(hbox_buttons), &rb); in window_resize_signal()
828 GtkWidget *hbox_buttons; in create_chat() local
894 hbox_buttons = gtk_hbox_new(FALSE, 0); /* buttons hbox */ in create_chat()
946 gtk_box_pack_end(GTK_BOX(vbox), hbox_buttons, FALSE, FALSE, 0); in create_chat()
[all …]
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/codenav/src/
H A Dcodenavigation.c375 GtkWidget *hbox_buttons, *add_button, *remove_button, *reset_button; in config_widget() local
436 hbox_buttons = gtk_hbox_new(FALSE, 0); in config_widget()
437 gtk_box_pack_start(GTK_BOX(vbox), hbox_buttons, FALSE, FALSE, 0); in config_widget()
442 gtk_box_pack_start(GTK_BOX(hbox_buttons), add_button, FALSE, FALSE, 0); in config_widget()
447 gtk_box_pack_start(GTK_BOX(hbox_buttons), remove_button, FALSE, FALSE, 0); in config_widget()
452 gtk_box_pack_start(GTK_BOX(hbox_buttons), reset_button, FALSE, FALSE, 0); in config_widget()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/codenav/src/
H A Dcodenavigation.c375 GtkWidget *hbox_buttons, *add_button, *remove_button, *reset_button; in config_widget() local
436 hbox_buttons = gtk_hbox_new(FALSE, 0); in config_widget()
437 gtk_box_pack_start(GTK_BOX(vbox), hbox_buttons, FALSE, FALSE, 0); in config_widget()
442 gtk_box_pack_start(GTK_BOX(hbox_buttons), add_button, FALSE, FALSE, 0); in config_widget()
447 gtk_box_pack_start(GTK_BOX(hbox_buttons), remove_button, FALSE, FALSE, 0); in config_widget()
452 gtk_box_pack_start(GTK_BOX(hbox_buttons), reset_button, FALSE, FALSE, 0); in config_widget()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/codenav/src/
H A Dcodenavigation.c375 GtkWidget *hbox_buttons, *add_button, *remove_button, *reset_button; in config_widget() local
436 hbox_buttons = gtk_hbox_new(FALSE, 0); in config_widget()
437 gtk_box_pack_start(GTK_BOX(vbox), hbox_buttons, FALSE, FALSE, 0); in config_widget()
442 gtk_box_pack_start(GTK_BOX(hbox_buttons), add_button, FALSE, FALSE, 0); in config_widget()
447 gtk_box_pack_start(GTK_BOX(hbox_buttons), remove_button, FALSE, FALSE, 0); in config_widget()
452 gtk_box_pack_start(GTK_BOX(hbox_buttons), reset_button, FALSE, FALSE, 0); in config_widget()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/codenav/src/
H A Dcodenavigation.c375 GtkWidget *hbox_buttons, *add_button, *remove_button, *reset_button; in config_widget() local
436 hbox_buttons = gtk_hbox_new(FALSE, 0); in config_widget()
437 gtk_box_pack_start(GTK_BOX(vbox), hbox_buttons, FALSE, FALSE, 0); in config_widget()
442 gtk_box_pack_start(GTK_BOX(hbox_buttons), add_button, FALSE, FALSE, 0); in config_widget()
447 gtk_box_pack_start(GTK_BOX(hbox_buttons), remove_button, FALSE, FALSE, 0); in config_widget()
452 gtk_box_pack_start(GTK_BOX(hbox_buttons), reset_button, FALSE, FALSE, 0); in config_widget()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/codenav/src/
H A Dcodenavigation.c375 GtkWidget *hbox_buttons, *add_button, *remove_button, *reset_button; in config_widget() local
436 hbox_buttons = gtk_hbox_new(FALSE, 0); in config_widget()
437 gtk_box_pack_start(GTK_BOX(vbox), hbox_buttons, FALSE, FALSE, 0); in config_widget()
442 gtk_box_pack_start(GTK_BOX(hbox_buttons), add_button, FALSE, FALSE, 0); in config_widget()
447 gtk_box_pack_start(GTK_BOX(hbox_buttons), remove_button, FALSE, FALSE, 0); in config_widget()
452 gtk_box_pack_start(GTK_BOX(hbox_buttons), reset_button, FALSE, FALSE, 0); in config_widget()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/codenav/src/
H A Dcodenavigation.c375 GtkWidget *hbox_buttons, *add_button, *remove_button, *reset_button; in config_widget() local
436 hbox_buttons = gtk_hbox_new(FALSE, 0); in config_widget()
437 gtk_box_pack_start(GTK_BOX(vbox), hbox_buttons, FALSE, FALSE, 0); in config_widget()
442 gtk_box_pack_start(GTK_BOX(hbox_buttons), add_button, FALSE, FALSE, 0); in config_widget()
447 gtk_box_pack_start(GTK_BOX(hbox_buttons), remove_button, FALSE, FALSE, 0); in config_widget()
452 gtk_box_pack_start(GTK_BOX(hbox_buttons), reset_button, FALSE, FALSE, 0); in config_widget()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/codenav/src/
H A Dcodenavigation.c375 GtkWidget *hbox_buttons, *add_button, *remove_button, *reset_button; in config_widget() local
436 hbox_buttons = gtk_hbox_new(FALSE, 0); in config_widget()
437 gtk_box_pack_start(GTK_BOX(vbox), hbox_buttons, FALSE, FALSE, 0); in config_widget()
442 gtk_box_pack_start(GTK_BOX(hbox_buttons), add_button, FALSE, FALSE, 0); in config_widget()
447 gtk_box_pack_start(GTK_BOX(hbox_buttons), remove_button, FALSE, FALSE, 0); in config_widget()
452 gtk_box_pack_start(GTK_BOX(hbox_buttons), reset_button, FALSE, FALSE, 0); in config_widget()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/codenav/src/
H A Dcodenavigation.c375 GtkWidget *hbox_buttons, *add_button, *remove_button, *reset_button; in config_widget() local
436 hbox_buttons = gtk_hbox_new(FALSE, 0); in config_widget()
437 gtk_box_pack_start(GTK_BOX(vbox), hbox_buttons, FALSE, FALSE, 0); in config_widget()
442 gtk_box_pack_start(GTK_BOX(hbox_buttons), add_button, FALSE, FALSE, 0); in config_widget()
447 gtk_box_pack_start(GTK_BOX(hbox_buttons), remove_button, FALSE, FALSE, 0); in config_widget()
452 gtk_box_pack_start(GTK_BOX(hbox_buttons), reset_button, FALSE, FALSE, 0); in config_widget()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/codenav/src/
H A Dcodenavigation.c375 GtkWidget *hbox_buttons, *add_button, *remove_button, *reset_button; in config_widget() local
436 hbox_buttons = gtk_hbox_new(FALSE, 0); in config_widget()
437 gtk_box_pack_start(GTK_BOX(vbox), hbox_buttons, FALSE, FALSE, 0); in config_widget()
442 gtk_box_pack_start(GTK_BOX(hbox_buttons), add_button, FALSE, FALSE, 0); in config_widget()
447 gtk_box_pack_start(GTK_BOX(hbox_buttons), remove_button, FALSE, FALSE, 0); in config_widget()
452 gtk_box_pack_start(GTK_BOX(hbox_buttons), reset_button, FALSE, FALSE, 0); in config_widget()
/dports/devel/geany-plugin-scope/geany-plugins-1.38/codenav/src/
H A Dcodenavigation.c375 GtkWidget *hbox_buttons, *add_button, *remove_button, *reset_button; in config_widget() local
436 hbox_buttons = gtk_hbox_new(FALSE, 0); in config_widget()
437 gtk_box_pack_start(GTK_BOX(vbox), hbox_buttons, FALSE, FALSE, 0); in config_widget()
442 gtk_box_pack_start(GTK_BOX(hbox_buttons), add_button, FALSE, FALSE, 0); in config_widget()
447 gtk_box_pack_start(GTK_BOX(hbox_buttons), remove_button, FALSE, FALSE, 0); in config_widget()
452 gtk_box_pack_start(GTK_BOX(hbox_buttons), reset_button, FALSE, FALSE, 0); in config_widget()

1234