[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - Gtk::SourceBuffer

アーカイブの一覧に戻る

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 14日 (土) 19:46:41 JST


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ASourceBuffer
-------------------------
@@ -33,7 +33,7 @@
 == インスタンスメソッド
 
 --- bracket_match_style=(style)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Sets the style used for highlighting matching brackets.
     * style: the Gtk::SourceTagStyle specifying colors and text attributes.  
@@ -55,7 +55,7 @@
     * 戻り値: 直前の操作をUndoする(元に戻す)ことができるかどうかの真偽値
 
 --- create_marker(name=nil, type=nil, where)(存在しない。ただしTextBufferから継承したメソッドとしてcreate_markあり)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Creates a marker in the buffer of the given type. A marker is semantically
     very similar to a Gtk::TextMark, except it has a type which is used by the
@@ -79,7 +79,7 @@
     * Returns: a new Gtk::SourceMarker object, owned by the buffer.
 
 --- delete_marker(marker)(存在しない。ただしTextBufferから継承したメソッドとしてdelete_markあり)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Deletes a marker from the source buffer. The same conditions as for
     Gtk::TextMark apply here.
@@ -87,13 +87,13 @@
     * Returns: self.
 
 --- first_marker
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Gets the first (nearest to the top of the buffer) marker in the buffer.
     * Returns: a reference to the first Gtk::SourceMarker, or nil if there are no markers in the buffer.
 
 --- get_iter_at_marker(iter, marker)(存在しない。ただしTextBufferから継承したメソッドとしてget_iter_at_markあり)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Initializes iter at the location of marker.
     * iter: a Gtk::TextIter to initialize. 
@@ -101,7 +101,7 @@
     * Returns: self.
 
 --- get_marker(name)(存在しない。ただしTextBufferから継承したメソッドとしてget_markあり)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Looks up the Gtk::SourceMarker named name in buffer, returning nil if it
     doesn't exists.
@@ -109,7 +109,7 @@
     * Returns: a reference to a Gtk::SourceMarker object, or nil if it's not found.
 
 --- get_markers(begin, end)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Returns an ordered (by position) list of Gtk::SourceMarker objects inside
     the region delimited by the Gtk::TextIter begin and end. The iters may be in
@@ -119,7 +119,7 @@
     * Returns: an array of Gtk::SourceMarker objects inside the range.
 
 --- get_next_marker(iter)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Returns the nearest marker to the right of iter. If there are multiple
     markers at the same position, this method will always return the first one
@@ -129,7 +129,7 @@
     * Returns: the Gtk::SourceMarker nearest to the right of iter, or nil if there are no more markers after iter.
 
 --- get_prev_marker(iter)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Returns the nearest marker to the left of iter. If there are multiple
     markers at the same position, this method will always return the last one
@@ -139,13 +139,13 @@
     * Returns: the Gtk::SourceMarker nearest to the left of iter, or nil if there are no more markers after iter.
 
 --- last_marker
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Returns the last (nearest to the bottom of the buffer) marker in buffer.
     * Returns: a reference to the first Gtk::SourceMarker, or nil if there are no markers in the buffer.
 
 --- move_marker(marker, where)(存在しない。ただしTextBufferから継承したメソッドとしてmove_markあり)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Moves a marker to a new location in the buffer.
     * where: the new location of the marker, as a Gtk::TreeIter object.  
@@ -185,7 +185,7 @@
     * Returns: self.
 
 --- set_bracket_match_style(style)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Sets the style used for highlighting matching brackets.
     * style: the Gtk::SourceTagStyle specifying colors and text attributes.  
@@ -201,40 +201,40 @@
     * Returns: self.
 
 --- check_brackets=(check_brackets)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Sets the value whether to check and highlight matching brackets or not.
      * check_brackets: true if to check and highlight matching brackets
      * Returns: check_brackets
 
 --- check_brackets?
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Gets the value whether to check and highlight matching brackets or not.
      * Returns: true if to check and highlight matching brackets
 
 --- escape_char
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Gets the Escaping character for syntax patterns.
      * Returns: Escaping character for syntax patterns
 
 --- escape_char=(escape_char)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Sets the Escaping character for syntax patterns.
      * escape_char: Escaping character for syntax patterns
      * Returns: escape_char
 
 --- highlight=(highlight)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Sets the value whether to highlight syntax in the buffer or not.
      * highlight: true if to highlight syntax in the buffer
      * Returns: highlight
 
 --- highlight?
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Gets the value whether to highlight syntax in the buffer or not.
      * Returns: true if to highlight syntax in the buffer
@@ -258,21 +258,21 @@
      * Returns: max_undo_levels
 
 --- set_check_brackets(check_brackets)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Same as check_brackets=.
      * check_brackets: true if to check and highlight matching brackets
      * Returns: self
 
 --- set_escape_char(escape_char)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Same as escape_char=.
      * escape_char: Escaping character for syntax patterns
      * Returns: self
 
 --- set_highlight(highlight)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Same as highlight=.
      * highlight: true if to highlight syntax in the buffer
@@ -368,17 +368,17 @@
 == プロパティ
 
 --- check-brackets: true or false (Read/Write)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Whether to check and highlight matching brackets.
 
 --- escape-char: Integer (Read/Write)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Escaping character for syntax patterns.
 
 --- highlight: true or false (Read/Write)
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
     Whether to highlight syntax in the buffer.
 
@@ -412,17 +412,17 @@
 == シグナル
 
 --- can-redo
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
 
 --- can-undo
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
 
 --- highlight-updated
 
 --- marker-updated
-    ((*存在しない?or上位階層クラスのページに要移動?*))
+    ((*存在しない?*))
 
 
 --- redo: self
@@ -439,7 +439,7 @@
 ((<Gtk>)).
 
 == 更新履歴
-* 2014-06-12 クラスのメンバ項目の存在チェック("存在しない?or上位階層クラスのページに要移動?"とマーク)。 - ((<きたがわ>))
+* 2014-06-14 クラスのメンバ項目の存在チェック("存在しない?"とマーク)。 - ((<きたがわ>))
 * 2014-05-11 メソッド、プロパティの存在チェック。 - ((<きたがわ>)))
 * 2014-05-08 現在の英語版で上書き
 * ((<lrz>))




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