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 gtk_widget_size_allocate assign a size and position to child

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 When I fill GtkRequisition

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

Re: gtk box and flow layout

2007-02-18 Thread James Scott Jr
! 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:) James Scott, Jr

Re: gtk box and flow layout

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