RE: Getting started...
- From: "Thomas Cameron" <tom ceisystems com>
- To: "Evan Martin" <martine cs washington edu>
- Cc: <gtk-app-devel-list gnome org>
- Subject: RE: Getting started...
- Date: Fri, 9 Aug 2002 10:31:31 -0400
Evan,
Thanks for the answer. As I drew it out, the answer was obvious.
Again, thanks. Now, is there any way to tell the boxes what their
minimum size should be? What about a min/max size for the button. I'll
look it up in the API reference, but I don't think I saw any size
attributes for h/vboxes. Thanks!
Tom Cameron
-----Original Message-----
From: Evan Martin [mailto:martine cs washington edu]
Sent: Thursday, August 08, 2002 11:24 PM
To: Thomas Cameron
Cc: gtk-app-devel-list gnome org
Subject: Re: Getting started...
Thomas Cameron wrote:
The Navigation button, and status area will both be the same hight.
The
button will be to the left of the status area. I suppose my question
would be which container to use? What kind of frame, box, etc. can I
use, and tell it to only be so tall?
Put the button and the status area into an hbox, the first with
expand/fill = FALSE and the second with TRUE.
Then put the main display and that hbox into a vbox, with expand/fill =
TRUE for the main display and FALSE for the hbox.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]