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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2005年 6月 17日 (金) 01:27:48 JST


-------------------------
REMOTE_ADDR = 218.45.66.76
REMOTE_HOST = 
REMOTE_USER = ruby-gnome2-hiki        URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Gtk%3A%3ATextView
-------------------------
@@ -194,14 +194,14 @@
 
 --- wrap_mode
     Gets the line wrapping for the view.
-    * Returns: the line wrap setting 
+    * Returns: the line wrap setting ((GtkWrapMode|Gtk::TextTag#GtkWrapMode>))
 --- wrap_mode=(wrap_mode)
     Sets the line wrapping for the view.
-    * wrap_mode : a GtkWrapMode 
+    * wrap_mode : a ((GtkWrapMode|Gtk::TextTag#GtkWrapMode>)) 
     * Returns: wrap_mode
 --- set_wrap_mode(wrap_mode)
     Same as wrap_mode=.
-    * wrap_mode : a GtkWrapMode 
+    * wrap_mode : a ((GtkWrapMode|Gtk::TextTag#GtkWrapMode>)) 
     * Returns: self
 
 --- editable?
@@ -367,41 +367,69 @@
 The priority at which the text view validates onscreen lines in an idle job in the background(Gdk::PRIORITY_REDRAW + 5).
 
 == Properties
+--- accepts-tab: true or false (Read/Write)
+    Whether Tab will result in a tab character being entered. ((* Since 2.4 *))
+    * Default value: true
+
+--- buffer: Gtk::TextBuffer (Read/Write)
+    The buffer which is displayed.
+
 --- cursor-visible: true or false (Read/Write)
     If the insertion cursor is shown
+    * Default value: true
 
 --- editable: true or false (Read/Write)
     Whether the text can be modified by the user
+    * Default value: true
 
 --- indent: Integer (Read/Write)
     Amount to indent the paragraph, in pixels
+    * Allowed values: >= 0
+    * Default value: 0
 
 --- justification: Integer (Read/Write)
     Left, right, or center justification
+    * Default value: Gtk::JUSTIFY_LEFT
 
 --- left-margin: Integer (Read/Write)
     Width of the left margin in pixels
+    * Allowed values: >= 0
+    * Default value: 0
 
+--- overwrite: true or false (Read/Write)
+    Whether entered text overwrites existing contents. ((* Since 2.4 *))
+    * Default value: false
+
 --- pixels-above-lines: Integer (Read/Write)
-    Pixels of blank space above paragraphs
+    Pixels of blank space above paragraphs.
+    * Allowed values: >= 0
+    * Default value: 0  
 
 --- pixels-below-lines: Integer (Read/Write)
-    Pixels of blank space below paragraphs
+    Pixels of blank space below paragraphs.
+    * Allowed values: >= 0
+    * Default value: 0  
 
 --- pixels-inside-wrap: Integer (Read/Write)
-    Pixels of blank space between wrapped lines in a paragraph
+    Pixels of blank space between wrapped lines in a paragraph.
+    * Allowed values: >= 0
+    * Default value: 0  
 
 --- right-margin: Integer (Read/Write)
-    Width of the right margin in pixels
+    Width of the right margin in pixels.
+    * Allowed values: >= 0
+    * Default value: 0  
 
 --- tabs: Pango::TabArray (Read/Write)
     Custom tabs for this text
 
---- wrap-mode: Integer (Read/Write)
+--- wrap-mode: ((GtkWrapMode|Gtk::TextTag#GtkWrapMode>)) (Read/Write)
     Whether to wrap lines never, at word boundaries, or at character boundaries
+    * Default value: Gtk::TextTag::WRAP_NONE
 
-
 == Signals
+--- backspace: self
+     * self: the Gtk::TextView
 --- copy-clipboard: self
      * self: the Gtk::TextView
 --- cut-clipboard: self
@@ -414,22 +442,58 @@
      * self: the Gtk::TextView
      * arg1: String
 --- move-cursor: self, step, arg2, arg3
+    The ::move-cursor signal is a keybinding signal which gets emitted when the user initiates a cursor movement. Applications should not connect to it, but may emit it with GLib::Instantiatable#signal_emit if they need to control scrolling programmatically.
      * self: the Gtk::TextView
      * step: ((<GtkMovementStep|Gtk#GtkMovementStep>))
-     * arg2: Number
-     * arg3: true or false
+     * count: the number of step units to move (Integer)
+     * extend_selection: true if the move should extend the selection, otherwise false
 --- move-focus: self, type
      * self: the Gtk::TextView
      * type: ((<GtkDirectionType|Gtk#GtkDirectionType>))
+--- move-viewport: self, step, arg2
+     * self: the Gtk::TextView
+     * step: ((<GtkScrollStep|Gtk#GtkScrollStep>))
+     * arg2: Integer
 --- page-horizontally: self, arg1, arg2
      * self: the Gtk::TextView
-     * arg1: Number
+     * arg1: Integer
      * arg2: true or false
 --- paste-clipboard: self
      * self: the Gtk::TextView
 --- populate-popup: self, menu
      * self: the Gtk::TextView
      * menu: Gtk::Menu
+--- select-all: self, arg1
+     * self: the Gtk::TextView
+     * arg1: true or false
 --- set-anchor: self
      * self: the Gtk::TextView
 --- set-scroll-adjustments: self, adj1, adj2





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