Staus bar question
- From: Ionut Borcoman at musa <borco alpha1 infim ro>
- To: "gtk-list redhat com" <gtk-list redhat com>
- Subject: Staus bar question
- Date: Thu, 18 Jun 1998 08:33:49 +0000
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]