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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 15:15:11 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ALabel
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::Label
+= Gtk::Label クラス
 The Gtk::Label widget displays a small amount of text. As the name implies, most labels are used to label another widget such as a Gtk::Button, a Gtk::MenuItem, or a Gtk::OptionMenu.
 
 === Mnemonics
@@ -38,7 +38,7 @@
 Markup strings are just a convenient way to set the Pango::AttrList on a label; Gtk::Label#set_attributes() may be a simpler way to set attributes in some cases. Be careful though; Pango::AttrList tends to cause internationalization problems, unless you're applying attributes to the entire string. The reason is that specifying the start_index and end_index for a Pango::Attribute requires knowledge of the exact string being displayed, so translations will cause problems.
 
 === Selectable labels
-Labels can be made selectable with Gtk::Label#selectable=. Selectable labels allow the user to copy the label contents to the clipboard. Only labels that contain useful-to-copy information such as error messages should be made selectable.
+Labels can be made selectable with Gtk::Label#selectable=. Selectable labels allow the user to copy the label contents to the clipboard. Only labels that contain useful-to-copy information ? such as error messages ? should be made selectable.
 
 === Text layout
 A label can contain any number of paragraphs, but will have performance problems if it contains more than a small number. Paragraphs are separated by newlines or other paragraph separators understood by Pango.
@@ -47,7 +47,7 @@
 
 Gtk::Label#justify= sets how the lines in a label align with one another. If you want to set how the label as a whole aligns in its available space, see Gtk::Misc#set_alignment.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -56,7 +56,13 @@
           * Gtk::Misc
             * Gtk::Label
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::Label.new(str = nil, mnemonic = false)
     Creates a new label with the given text inside it. 
     If mnemonic = true and characters in str are preceded by an underscore, they are underlined. If you need a literal underscore character in a label, use '__' (two underscores). The first underlined character represents a keyboard accelerator called a mnemonic. The mnemonic key can be used to activate another widget, chosen automatically, or explicitly using Gtk::Label#mnemonic_widget=.
@@ -65,7 +71,13 @@
     * mnemonic: true if mnemonic characters are underlined with an '_' in front of the mnemonic character
     * Returns: the new Gtk::Label 
 
-== Instance Methods
+== インスタンスメソッド
 --- attributes
     Gets the list of style attributes to apply to the text of the label.
     * Returns: the list of style attributes(Pango::AttrList)
@@ -291,7 +297,40 @@
     * angle: the angle(Float) that the baseline of the label makes with the horizontal, in degrees, measured counterclockwise
     * Returns: self
 
-== Properties
+--- track_visited_links=()
+    ((*要編集*))
+
+--- set_track_visited_links()
+    ((*要編集*))
+
+--- track_visited_links?()
+    ((*要編集*))
+
+--- wrap_mode=()
+    ((*要編集*))
+
+--- set_wrap_mode()
+    ((*要編集*))
+
+--- wrap_mode()
+    ((*要編集*))
+
+--- activate_current_link()
+    ((*要編集*))
+
+--- copy_clipboard()
+    ((*要編集*))
+
+--- move_cursor()
+    ((*要編集*))
+
+== プロパティ
 --- angle: Float (Read/Write)
     The angle that the baseline of the label makes with the horizontal, in degrees, measured counterclockwise. An angle of 90 reads from from bottom to top, an angle of 270, from top to bottom. Ignored if the label is selectable, wrapped, or ellipsized. ((* Since 2.6 *))
     * Allowed values: [0,360]
@@ -363,8 +396,53 @@
 --- wrap: true or false (Read/Write)
     If set, wrap lines if the text becomes too wide
     * Default value: false
+
+--- track-visited-links:
+    ((*要編集*))
+
+--- wrap-mode:
+    ((*要編集*))
+
+== シグナル
+--- activate-current-link:
+    ((*要編集*))
+
+--- activate-link:
+    ((*要編集*))
 
-== Signals
 --- copy-clipboard: self
      * self: Gtk::Label
 --- move-cursor: self
@@ -373,6 +418,52 @@
      * self: Gtk::Label
      * arg1: Gtk::Menu
 
-== ChangeLog
+== 更新履歴
+* 2014-06-16 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
 * 2005-03-29 Added 2.6 methods, Modified properties. - ((<Masao>))
 * 2003-09-06 Added. - ((<Masao>))




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