daa84 wrote:
> Can I create flow layout box in gtk like java FlowLayout Layout Manager?
> Or it is need to create derivative class (from GtkTable for example) and 
> release it behaviour itself?

In case you want row-breaking functionality of FlowLayout (e.g. when third
widget is placed below the first two since there is not enough width), you
likely need a custom container, as standard ones don't support this.
Otherwise you probably just want GtkHBox/GtkVBox.

Paul
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to