Staus bar question



Hi,

I have a window with a 6x2 table on it. I have also added an status bar:

  // add a status bar
  status_bar = gtk_statusbar_new();      
  gtk_table_attach(GTK_TABLE(table), 
                   status_bar, 
                   0,2,5,6,
                   GTK_FILL|GTK_EXPAND,GTK_EXPAND,
                   0,0);
  gtk_widget_show(status_bar);

Now the status_bar has y height fixed (as I whant). The problem is that
the table's row 5->6 is growing and I would rather like it to have the
height of the status_bar. Is there a way to do this ?

TIA,

Ionutz



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