Home
last modified time | relevance | path

Searched refs:import_sel_window (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcontacts_import.c87 gdk_window_get_root_origin (gtk_widget_get_window(appGUI->cnt->import_sel_window), in import_sel_window_close_cb()
92 gtk_widget_destroy(appGUI->cnt->import_sel_window); in import_sel_window_close_cb()
199 appGUI->cnt->import_sel_window = gtk_window_new (GTK_WINDOW_TOPLEVEL); in import_contacts_show_dialog()
200 gtk_container_set_border_width (GTK_CONTAINER (appGUI->cnt->import_sel_window), 6); in import_contacts_show_dialog()
203 gtk_window_move (GTK_WINDOW (appGUI->cnt->import_sel_window), in import_contacts_show_dialog()
205 gtk_window_set_default_size (GTK_WINDOW(appGUI->cnt->import_sel_window), 450, -1); in import_contacts_show_dialog()
210 gtk_window_set_modal(GTK_WINDOW(appGUI->cnt->import_sel_window), TRUE); in import_contacts_show_dialog()
212 g_signal_connect (G_OBJECT (appGUI->cnt->import_sel_window), "key_press_event", in import_contacts_show_dialog()
215 g_signal_connect (G_OBJECT (appGUI->cnt->import_sel_window), "delete_event", in import_contacts_show_dialog()
220 gtk_container_add (GTK_CONTAINER (appGUI->cnt->import_sel_window), vbox1); in import_contacts_show_dialog()
[all …]
H A Dgui.h567 GtkWidget *import_sel_window; member