comparison src/bar.c @ 1350:9d190c098b97

rewritten exif pane to support arbitrary number of entries
author nadvornik
date Sat, 28 Feb 2009 23:59:02 +0000
parents eebb8d0cb677
children 93fe7a68a689
comparison
equal deleted inserted replaced
1349:5f21db044ec4 1350:9d190c098b97
272 bar_add(bar, widget); 272 bar_add(bar, widget);
273 273
274 widget = bar_pane_comment_new(_("Comment"), "Xmp.dc.description", TRUE, 150); 274 widget = bar_pane_comment_new(_("Comment"), "Xmp.dc.description", TRUE, 150);
275 bar_add(bar, widget); 275 bar_add(bar, widget);
276 276
277 widget = bar_pane_exif_new(_("Exif"), TRUE); 277 widget = bar_pane_exif_new(_("Exif"), TRUE, TRUE);
278 bar_add(bar, widget); 278 bar_add(bar, widget);
279 } 279 }
280 280
281 static void bar_sized(GtkWidget *widget, GtkAllocation *allocation, gpointer data) 281 static void bar_sized(GtkWidget *widget, GtkAllocation *allocation, gpointer data)
282 { 282 {