Re: Creating a container??



On 2002.09.05 14:49 Hagen Moebius wrote:
If you keep passing the same GtkVBox to the library, it'll put each
item
into the vbox like you want.

iain

Oh, much thanx ... that was very helpful ... now this code works. My problem now is that this was only a workaround to describe the real problem. So once again I'm ASCII painting:

+============================+  <-- now that's the real deal
| label |    .so goes here   |
|       |                    |
|-------|--------------------|
| label |    .so goes here   |
|       |                    |
+----------------------------+

What I use here is not a vbox but a table und I want the library in the
second column only ... so what I (think I) should do is passing the table's cells to the library without the library noticing it is a table.
(not information hiding but information ignoring). So how can I pass
a table's cell as a GtkContainer???

Thanx again in advance ... Hagen!!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]