Tim Müller wrote:
> GtkCellRendererText *cell;
> cell = gtk_cell_renderer_text_new ();
> gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (cb1), cell, FALSE);
> gtk_cell_layout_add_attribute (GTK_CELL_LAYOUT (cb1), cell, "text", 0);
Just another doubt: is there a way to make the cells aligned? Now it
seems more a vbox containing hboxes than a table...

BYtE,
 Diego.
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to