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

Resizing



I init my window to 640x480 with
gtk_widget_set_usize(GTK_WIDGET(window), 640,480)

But then I can't change the size of the window to something thinner
(horizontally smaller) than 640. I have a text widget with a scrollbar in
the window.

The textbox is packed with gtk_box_pack_start(GTK_BOX(box), txtbox, TRUE, TRUE, 0);

How do I fix it so that I can resize it as I want?

---------
typedef struct me_s {
  char name[]    = { "Thomas Habets" };
  char email[]   = { "thomas@habets.pp.se" };
  char os[]      = { "Linux" };
  char pgpKey[]  = { "finger -m thompa@habets.pp.se" };
} me_t;



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