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

Re: How do I resize a CList inside a VBox, inside a Notebook inside...




On Fri, 27 Nov 1998, Josh M. Osborne wrote:
> 
> Ok, my current program is far from mission critical, so that sounds
> good to me too.  I went out and got gtk+-1.1.5, and glib-1.1.5,
> compiled 'em up just fine.
>

Cool, check out the CList functions having to do with width - there's some
sort of optimal_width() function or something like that.
 
> Then I tryed Gtk--0.10.1, but no luck (it looked like it wanted to
> use the accelaerator table stuff rather then the apparently newer
> accelerator group stuff).

This probably means it found the old Gtk or something? Make sure you rm
config.cache, then check config.log and the output of configure to make
sure it's using 1.1.

>  So i gave the "fresh from CVS" gtk-- a
> shot (on the night of the 26th, and again using an update from the
> morning of the 27th), but they are both upset because 'Gtk_Container
> has an incomplete type', which I tryed to fix by rearanging some
> includes, but no real luck there.
> 

The CVS version breaks sometimes... This probably means you need to
include container.h somewhere...

> Ok, howabout this, I select the tab for an extra wide list, and
> manually resize the top level window, and the CList/Tab/VBoxen
> don't reize.
>

This must be some kind of geometry problem; make sure you pack things in
boxes with TRUE, TRUE; that you attach to tables with GTK_EXPAND |
GTK_FILL; etc. Hard to say.
 
Havoc




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