Re: GtkTreeView PixBuf cell to display 2 images

2006-04-21 Thread daa84
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

gtk box and flow layout

2007-02-18 Thread daa84
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

Re: gtk box and flow layout

2007-02-19 Thread daa84
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/

Re: gtk box and flow layout

2007-02-22 Thread daa84
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 &

Re: gtk box and flow layout

2007-02-23 Thread daa84
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 &