Re: Creating a container??
- From: Hagen Moebius <Hagen starschiffchen de>
- To: gtk-app-devel-list gnome org
- Subject: Re: Creating a container??
- Date: Thu, 5 Sep 2002 16:38:38 +0000
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]