| 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); |