ui/gtk/container.c

changeset 552
131059d41671
parent 493
b045c70d7c02
equal deleted inserted replaced
551:0e543e1d060e 552:131059d41671
1173 cxMapPut(new_items, key, obj); 1173 cxMapPut(new_items, key, obj);
1174 } 1174 }
1175 elm = list->next(list); 1175 elm = list->next(list);
1176 index++; 1176 index++;
1177 } 1177 }
1178
1179 #if GTK_MAJOR_VERSION < 4
1180 gtk_widget_show_all(ct->widget);
1181 #endif
1178 } 1182 }
1179 1183
1180 static void destroy_itemlist_container(GtkWidget *w, UiGtkItemListContainer *container) { 1184 static void destroy_itemlist_container(GtkWidget *w, UiGtkItemListContainer *container) {
1181 container->remove_items = FALSE; 1185 container->remove_items = FALSE;
1182 cxMapFree(container->current_items); 1186 cxMapFree(container->current_items);

mercurial