ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 14日 (土) 19:53:13 JST
------------------------- REMOTE_ADDR = 106.188.30.133 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ASourceLanguage ------------------------- @@ -30,34 +30,34 @@ ((*要編集*)) --- each_mime_type { |mime_type| ... } - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) Calls the block for each mime type for the given language, passing a string as parameter. * Returns: self. --- each_tag { |tag| ... } - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) Calls the block for each tag for the given language, passing a reference to a Gtk::SourceTag object as parameter. * Returns: self. --- escape_char - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) This method returns the value of the ESC character in the given language. * Returns: the value of the ESC character in the given language. --- get_tag_default_style(tag_id) - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) Gets the default style of the tag whose ID is tag_id. * tag_id: the ID of a Gtk::SourceTag, as a string. * Returns: a Gtk::SourceTagStyle object. --- get_tag_style(tag_id) - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) Gets the style of the tag whose ID is tag_id. If the style is not defined then returns the default style. @@ -69,7 +69,7 @@ * Returns: a list of mime types for the given language, as an array of strings. --- mime_types=(arr) - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) Sets a list of mime types for the given language. If mime types is nil this method will use the default mime types from the language file. @@ -85,7 +85,7 @@ * Returns: the localized section of the language, each language belong to a section (ex. --- set_mime_types(arr) - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) Sets a list of mime types for the given language. If mime types is nil this method will use the default mime types from the language file. @@ -93,14 +93,14 @@ * Returns: self. --- set_style_scheme(scheme) - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) Sets the style scheme of the given language. * scheme: a Gtk::SourceStyleScheme object. * Returns: self. --- set_tag_style(tag_id, style=nil) - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) Sets the style of the tag whose ID is tag_id. If style is nil restore the default style. @@ -109,20 +109,20 @@ * Returns: self. --- style_scheme - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) This method returns the style scheme associated with the given language, as a reference to a Gtk::SourceStyleScheme object. * Returns: the style scheme associated with the given language, as a reference to a Gtk::SourceStyleScheme object. --- style_scheme=(scheme) - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) Sets the style scheme of the given language. * scheme: a Gtk::SourceStyleScheme object. * Returns: the given parameter 'scheme'. --- tags - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) This method returns a list of tags for the given language, as an array of Gtk::SourceTag objects. * Returns: a list of tags for the given language, as an array of Gtk::SourceTag objects. @@ -143,11 +143,11 @@ == シグナル --- tag-style-changed - ((*存在しない?or上位階層クラスのページに要移動?*)) + ((*存在しない?*)) == 関連ページ ((<Gtk>)). == 更新履歴 -* 2014-06-12 クラスのメンバ項目の存在チェック("存在しない?or上位階層クラスのページに要移動?"とマーク)。リストから漏れているものを追加。 - ((<きたがわ>)) +* 2014-06-14 クラスのメンバ項目の存在チェック("存在しない?"とマーク)。リストから漏れているものを追加。 - ((<きたがわ>)) * - ((<lrz>))