Status-Bar placed at the bottom of the window
- From: Christian Schneider <christian_schneider_2000 yahoo de>
- To: Gtk Application Development <gtk-app-devel-list gnome org>
- Subject: Status-Bar placed at the bottom of the window
- Date: Wed, 9 Apr 2003 19:53:07 +0200 (CEST)
Hallo,
I want to place a status-bar direct at the bottom of
the window independant from the window height (like a
menubar is always at the top of the window).
Now I place my status-bar at the bottom of a table
(...
gtk_table_attach (GTK_TABLE (haupttable),
statusbar, 0,10, 4,5,
GTK_FILL, GTK_FILL, 0,20);
gtk_scrolled_window_add_with_viewport
(GTK_SCROLLED_WINDOW (hauptscrollfenster),
haupttable);
...
)
but if the window is higher than all items in the
table the status-bar is not at the bottom of the
window.
Is there a solution for my problem? How can place the
status-bar at the bottom of the window?
Perhaps you have a little example?
Bye
Christian
__________________________________________________________________
Gesendet von Yahoo! Mail - http://mail.yahoo.de
Bis zu 100 MB Speicher bei http://premiummail.yahoo.de
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]