Re: gtk box and flow layout
- From: Paul Pogonyshev <pogonyshev gmx net>
- To: gtk-app-devel-list gnome org
- Subject: Re: gtk box and flow layout
- Date: Mon, 19 Feb 2007 02:14:59 +0200
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]