ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 08:17:42 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AFontSelectionDialog ------------------------- @@ -1,10 +1,10 @@ -= class Gtk::FontSelectionDialog += Gtk::FontSelectionDialog クラス The Gtk::FontSelectionDialog widget is a dialog box for selecting a font. To set the font which is initially selected, use Gtk::FontSelectionDialog#font_name=. To get the selected font use Gtk::FontSelectionDialog#font_name. To change the text which is shown in the preview area, use Gtk::FontSelectionDialog#preview_text=. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -16,13 +16,19 @@ * Gtk::Dialog * Gtk::FontSelectionDialog -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::FontSelectionDialog.new(title = nil) Creates a new Gtk::FontSelectionDialog. * title: the title of the dialog box. * Returns: a new Gtk::FontSelectionDialog. -== Instance Methods +== インスタンスメソッド --- font_name Gets the currently-selected font name. * Returns: the currently-selected font name, or nil if no font is selected. @@ -63,7 +69,15 @@ Gets the font_selection. * Returns: the font_selection(Gtk::FontSelection) -== See Also +== 関連ページ Gtk::FontSelection - the underlying widget for selecting fonts. -- ((<Masao>)) \ No newline at end of file +== 更新履歴 +* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>)) +* - ((<Masao>))