Re: Combobox in a hbox...
- From: Evan Martin <martine cs washington edu>
- To: Ian Molton <spyro armlinux org>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Combobox in a hbox...
- Date: Sun, 9 Jun 2002 17:49:56 -0700
On Wed, Jun 05, 2002 at 11:51:04PM +0100, Ian Molton wrote:
I have a hbox, which contains a combobox and a checkbox.
the combobox is used to select between two values - 1 and 2.
gtk renders the combobox about 10 characters wide. how do I make it only
render about 2 chars wide? it looks ridiculous ;-)
gtk_widget_set_usize(combo, 20, -1);
(First param is minimum width = 20, second is minimum height = don't care.).
--
Evan Martin
martine cs washington edu
http://neugierig.org
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]