Re: gtk box and flow layout



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]