Re: setting size problem
- From: Owen Taylor <otaylor redhat com>
- To: Omar Armas Aleman <kaos jlagunez iquimica unam mx>
- Cc: gtk-list <gtk-list redhat com>
- Subject: Re: setting size problem
- Date: 19 Feb 1999 11:53:21 -0500
Omar Armas Aleman <kaos@jlagunez.iquimica.unam.mx> writes:
> I have a frame, and within the frame a set of icons and lists, but the
> widgets inside the frame all set it's size to the biggest widget.
> Here is the code:
Probably, you what you are seeing is the effect of:
> search_box = gtk_hbox_new (TRUE, 0);
> gtk_container_add (GTK_CONTAINER(search_frame), search_box);
The first parameter is 'homogeneous'. If set to TRUE, all
items in the box are given the same size.
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]