Van H Tran wrote:
Hi!
I want to implement some kind of FOLDER browser window
using GtkTreeView. This tree has 2 columns, first
column for some icon, and the second for the folder
name
I have 4 icons
1. icon of a Folder open
2. icon of a Folder closed
3. icon of a small + sign
4. icon of a smal
Hello!
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?
Thanks.
Sorry for my bad english:)
--
Andrey Dubravin
___
gtk-app-d
Hello!
Paul Pogonyshev wrote:
> 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/
daa84 ?:
> I start to write my widget with FlowLayout functionality (with
> row-breaking). And find next problem:
>
> gtk_widget_size_request function obtains the preferred size of a widget
> gtk_widget_size_allocate assign a size and position to child widgets
&
Paul Pogonyshev wrote:
> daa84 wrote:
>> daa84 ?:
>> > I start to write my widget with FlowLayout functionality (with
>>> row-breaking). And find next problem:
>>>
>>> gtk_widget_size_request function obtains the preferred size of a widget
&