ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 15日 (日) 18:36:48 JST
------------------------- REMOTE_ADDR = 106.188.30.133 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AAccelLabel ------------------------- @@ -1,4 +1,4 @@ -= class Gtk::AccelLabel += Gtk::AccelLabel クラス The Gtk::AccelLabel widget is a subclass of Gtk::Label that also displays an accelerator key on the right of the label text, e.g. 'Ctl+S'. It is commonly used in menus to show the keyboard short-cuts for commands. The accelerator key to display is not set explicitly. Instead, the Gtk::AccelLabel displays the accelerators which have been added to a particular widget. This widget is set by calling Gtk::AccelLabel#accel_widget=. @@ -9,7 +9,7 @@ A Gtk::AccelLabel will only display accelerators which have Gtk::ACCEL_VISIBLE set (see ((<GtkAccelFlags|Gtk#GtkAccelFlags>))). A Gtk::AccelLabel can display multiple accelerators and even signal names, though it is almost always used to display just one accelerator key. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -19,13 +19,19 @@ * Gtk::Label * Gtk::AccelLabel -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::AccelLabel.new(string) Creates a new Gtk::AccelLabel. * string: the label string. Must be non-nil * Returns: a new Gtk::AccelLabel -== Instance Methods +== インスタンスメソッド --- accel_closure Returns the accel_closure. * Returns: the accel_closure(GLib::Closure, or nil). @@ -63,15 +69,23 @@ * accel_label : a Gtk::AccelLabel. * Returns : always returns false. -== Properties +== プロパティ --- accel-closure: GLib::Closure (Read/Write) The closure to be monitored for accelerator changes --- accel-widget: Gtk::Widget (Read/Write) The widget to be monitored for accelerator changes -== See Also +== 関連ページ Keyboard Accelerators installing and using keyboard short-cuts. Gtk::ItemFactory an easier way to create menus. -- ((<Masao>)) \ No newline at end of file +== 更新履歴 +* 2014-06-15 インクルードされているモジュールの項目を追加。 - ((<きたがわ>)) +* - ((<Masao>))