Something similar to a "Widget_Container" ? [message #38180] |
Wed, 25 February 2004 00:04  |
Antonio Santiago
Messages: 201 Registered: February 2004
|
Senior Member |
|
|
Hi, folks.
Is there some widget similar like other GUI libraries (like GTK and
gtk_box) to positioning another widgets as if it where a table. That is,
similar at the behavior of "grid_layout" at "widget_base" but without
set the "boxes" to the maximum dimension of the greatest child
Thanks.
(I'm working on a possible solution. )
|
|
|
Re: Something similar to a "Widget_Container" ? [message #38260 is a reply to message #38180] |
Thu, 26 February 2004 10:01  |
Antonio Santiago
Messages: 201 Registered: February 2004
|
Senior Member |
|
|
(First of all, sorry about my poor english)
Sorry, but i didnt want to say that you could understand in my last message.
I mean about a widget like gtk_box in GTK+ libraries.
That is, I define a widget with an "invisible table", and then i put
other widget inside this at different possition.
Example:
"boxtable" of 3x2 positions. Then i put on boxtable[1,2] a button and on
position boxtable[0,1] another widget or another boxtable.
Well, i am just finished a possible usefull thing like that, if for
someone can be usefull i will happy. Well, i will happy instead it's not :)
Bye.
Antonio Santiago wrote:
> Hi, folks.
>
> Is there some widget similar like other GUI libraries (like GTK and
> gtk_box) to positioning another widgets as if it where a table. That is,
> similar at the behavior of "grid_layout" at "widget_base" but without
> set the "boxes" to the maximum dimension of the greatest child
>
> Thanks.
>
> (I'm working on a possible solution. )
>
|
|
|