ui/gtk/text.c

changeset 680
a4795b40e679
parent 669
5b930e8c3a87
child 788
27f126f6e361
equal deleted inserted replaced
679:bdc3f59b21ca 680:a4795b40e679
1116 "destroy", 1116 "destroy",
1117 G_CALLBACK(ui_path_textfield_destroy), 1117 G_CALLBACK(ui_path_textfield_destroy),
1118 pathtf); 1118 pathtf);
1119 1119
1120 UI_APPLY_LAYOUT2(current, args); 1120 UI_APPLY_LAYOUT2(current, args);
1121 current->container->add(current->container, eventbox, FALSE); 1121 current->container->add(current->container, eventbox);
1122 1122
1123 // hbox as parent for the GtkEntry and GtkButtonBox 1123 // hbox as parent for the GtkEntry and GtkButtonBox
1124 GtkWidget *hbox = ui_gtk_hbox_new(0); 1124 GtkWidget *hbox = ui_gtk_hbox_new(0);
1125 pathtf->hbox = hbox; 1125 pathtf->hbox = hbox;
1126 gtk_container_add(GTK_CONTAINER(eventbox), hbox); 1126 gtk_container_add(GTK_CONTAINER(eventbox), hbox);

mercurial