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

アーカイブの一覧に戻る

ruby-****@sourc***** ruby-****@sourc*****
2005年 6月 17日 (金) 01:49:35 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
-------------------------
@@ -352,6 +352,63 @@
     Returns a copy of the default text attributes. These are the attributes used for text unless a tag overrides them. You'd typically pass the default attributes in to Gtk::TextIter#attributes in order to get the attributes in effect at a given text position.
     * Returns : a new Gtk::TextAttributes 
 
+--- backspace
+    Emits backspace signal.
+    * Returns: self
+--- copy_clipboard
+    Emits copy-clipboard signal.
+    * Returns: self
+--- cut_clipboard
+    Emits cut-clipboard signal.
+    * Returns: self
+--- delete_from_cursor(type, arg2)
+    Emits delete-from-cursor signal.
+    * type: ((<GtkDeleteType|Gtk#GtkDeleteType>))
+    * arg2: Integer
+    * Returns: self
+--- insert_at_cursor(str)
+    Emits insert-at-cursor signal.
+    * str: a String
+    * Returns: self
+--- move_cursor(step, count, textend_selection)
+    Emits move-cursor signal.
+    * step: ((<GtkMovementStep|Gtk#GtkMovementStep>))
+    * count: the number of step units to move (Integer)
+    * extend_selection: true if the move should extend the selection, otherwise false
+    * Returns: self
+--- move_focus(type)
+    Emits move-focus signal.
+    * type: ((<GtkDirectionType|Gtk#GtkDirectionType>))
+    * Returns: self
+--- move_viewport(step, arg2)
+    Emits move-viewport signal.
+    * step: ((<GtkScrollStep|Gtk#GtkScrollStep>))
+    * arg2: Integer
+    * Returns: self
+--- page_horizontally(arg1, arg2)
+    Emits page-horizontally signal.
+    * arg1: Integer
+    * arg2: true or false
+    * Returns: self
+--- paste_clipboard
+    Emits paste-clipboard signal.
+    * Returns: self
+--- select_all(setting)
+    Emits select-all signal.
+    * setting: true or false
+    * Returns: self
+--- set_anchor
+    Emits set-anchor signal.
+    * Returns: self
+--- set_scroll_adjustments(adj1, adj2)
+    Emits set-scroll-adjustments signal.
+    * adj1: Gtk::Adjustment
+    * adj2: Gtk::Adjustment
+    * Returns: self
+--- toggle_overwrite
+    Emits toggle-overwrite signal.
+    * Returns: self
+
 == Constants
 === GtkTextWindowType
 --- WINDOW_PRIVATE





ruby-gnome2-cvs メーリングリストの案内
アーカイブの一覧に戻る