Re: Combobox in a hbox...



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]