ruby-****@sourc*****
ruby-****@sourc*****
2012年 10月 27日 (土) 05:27:30 JST
------------------------- REMOTE_ADDR = 74.14.158.59 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-mnstbs-statb ------------------------- @@ -3,7 +3,8 @@ == Status Bar Hints -Usually placed along the bottom of the window, the Gtk::Statusbar widget can be used to give the user further information about what is going on in the application. A status bar can also be very useful with menus, because you can provide more information to the user about the functionality of the menu item that the mouse cursor is hovering over. +Usually placed along the bottom of the window, the Gtk::Statusbar widget is used to display the current state in which the application is at any point in time. In addition to this it can also be used to give the user further information about what is going on in the application. This is what we here refer to as instantaneous or temporary((*'status bar hints'.*)) They most often manifest themselves as temporary messages associated to individual menu items explaining their actions, whereby they provide more information to the user about the functionality of the menu item that the mouse cursor is hovering over. + === The Status Bar Widget