[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - tut-gtk2-mnstbs-statb

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2012年 10月 27日 (土) 04:40:56 JST


-------------------------
REMOTE_ADDR = 74.14.158.59
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-mnstbs-statb
-------------------------
@@ -7,11 +7,11 @@
 
 === The Status Bar Widget
 
-While status bar can only display one short message at the time, the widget also stores a stack of messages. The currently displayed message is on the top of the stack. When you pop a message from the stack, the previous message is displayed.If the stack is empty after you pop a message from it no message is displayed any more on the status bar.
+While status bar can only display one short message at the time, the widget also stores a stack of messages. The currently displayed message is on the top of the stack. When you pop a message from the stack, the previous message is displayed. If the stack is empty after you pop a message from it no message is displayed any more on the status bar.
 
 === Status Bar Context and Message Identifiers
 
-A new status bar widget is created with Gtk::Statusbar.new. Newly created status bar will have empty message stack. Before you are able add or remove a message to or from the new status bar's stack, you must retrieve a context identifier ((*(context_id)*)) with Gtk::Statusbar#get_context_id(context_description). The API documentation may help you see how this associations are related:
+A new status bar widget is created with Gtk::Statusbar.new. Newly created status bar will have empty message stack. Before you are able to add or remove a message to or from the new status bar's stack, you must retrieve a context identifier ((*(context_id)*)) with Gtk::Statusbar#get_context_id(context_description). The API documentation may help you see how this associations are related:
 
 --- get_context_id(context_description)
 
@@ -42,8 +42,21 @@
     * context_id: a context identifier. 
     * message_id: a message identifier, as returned by Gtk::Statusbar#push.  
     * Returns: self
+
+
+
+
+{{image_right("statbar-resize-grip.png")}}
+
+Status bar has one property that you will most likely want to set. It is Gtk::Statusbar#has_resize_grip=(Boolean). If set to true a graphic will be placed in the right corner of the status bar, allowing used to resize the window. You can see the enlarged resize grip in the image on the left here.
+
+
+
+
+
+
+
 
-Status bar has one property that you will most likely want to set. It is Gtk::Statusbar#has_resize_grip=(Boolean). If set to true a graphic will be placed in the right corner of the status bar, allowing used to resize the window.
 
 === Menu Item Information
 




ruby-gnome2-cvs メーリングリストの案内
Back to archive index