[ruby-gnome2-doc-cvs] [Hiki] update - Gtk::Progress

Zurück zum Archiv-Index

ruby-****@sourc***** ruby-****@sourc*****
2003年 8月 25日 (月) 10:10:11 JST


-------------------------
REMOTE_ADDR = 61.204.181.66
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?Gtk%3A%3AProgress
-------------------------
  = class Gtk::Progress
  A Gtk::Progress is the abstract base class used to derive a Gtk::ProgressBar which provides a visual representation of the progress of a long running operation. 
  
- == Super Class
- * Gtk::Widget
+ == Object Hierarchy
+ * Object
+   * GLib::Instantiatable
+     * GLib::Object
+       * Gtk::Object
+         * Gtk::Widget
+           * Gtk::Progress
  
- == Class Methods
- 
  == Instance Methods
  --- activity_mode?
      Return a value indicating whether activity mode is enabled.
      * Returns: true if activity mode is enabled.
  --- activity_mode=(enable)
      Sets a value indicating whether activity mode is enabled.
      * enable: true if activity mode is enabled.
      * Returns: enable
  --- set_activity_mode(enable)
      Same as activity_mode=.
      * enable: true if activity mode is enabled.
      * Returns: self
  
  --- show_text?
      Return a value indicating whether the progress is shown as text.
      * Returns: true if the progress is shown as text.
  --- show_text=(shown)
      Return a value indicating whether the progress is shown as text.
      * shown: true if the progress is shown as text.
      * Returns: shown
  --- set_show_text(shown)
      Same as show_text=.
      * shown: true if the progress is shown as text.
      * Returns: shown
  
  --- text_xalign
      Return a number between 0.0 and 1.0 specifying the horizontal alignment.
      * Returns: a number specifying th horizontal alignment.
  --- text_xalign=(xalign)
      Sets a number between 0.0 and 1.0 specifying the horizontal alignment.
      * xalign: a number specifying th horizontal alignment.
      * Returns: xalign
  --- set_text_xalign(xalign)
      Same as text_xalign=.
      * xalign: a number specifying th horizontal alignment.
      * Returns: self
  
  --- text_yalign
      Return a number between 0.0 and 1.0 specifying the vertical alignment.
      * Returns: a number specifying th vertical alignment.
  --- text_yalign=(yalign)
      Sets a number between 0.0 and 1.0 specifying the vertical alignment.
      * yalign: a number specifying th vertical alignment.
      * Returns: yalign
  --- set_text_yalign(yalign)
      Same as text_yalign=.
      * yalign: a number specifying th vertical alignment.
      * Returns: self
  
+ == Properties
+ --- activity-mode: true or false (Read/Write)
+     If true the Gtk::Progress is in activity mode, meaning that it signals something is happening, but not how much of the activity is finished. This is used when you're doing something that you don't know how long it will take
+ 
+ --- show-text: true or false (Read/Write)
+     Whether the progress is shown as text
+ 
+ --- text-xalign: Float (Read/Write)
+     A number between 0.0 and 1.0 specifying the horizontal alignment of the text in the progress widget
+ 
+ --- text-yalign: Float (Read/Write)
+     A number between 0.0 and 1.0 specifying the vertical alignment of the text in the progress widget
  
  ((<Masao>))





ruby-gnome2-cvs メーリングリストの案内
Zurück zum Archiv-Index