ruby-****@sourc*****
ruby-****@sourc*****
2005年 6月 19日 (日) 23:07:01 JST
------------------------- REMOTE_ADDR = 202.239.148.13 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/ja/hiki.cgi?Gtk%3A%3AButton ------------------------- @@ -19,10 +19,10 @@ * 戻り値:新たに作成されたGtk::Buttonウィジェット --- Gtk::Button.new(text, use_underline = true) - Creates a Gtk::Button widget with a Gtk::Label child containing the given text. - * text: The text you want the Gtk::Label to hold. - * use_underline: If true and characters in label 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. Pressing Alt and that key activates the button. - * Returns: The newly created Gtk::Button widget. + 指定したテキストをもつGtk::Labelを子ウィジェットとしてGtk::Buttonウィジェットを生成します。 + * text:Gtk::Labelに指定するテキスト + * use_underline:これがtrueでラベル中の文字の前にアンダースコアがついた場合、文字に下線が引かれます。もしリテラルのアンダースコア文字をラベル中で使用したいならば'__'(二つのアンダースコア)を用いて下さい。最初の下線装飾された文字はニーモニックと呼ばれるキーボードアクセラレータとして登録され、Altキーとその文字を同時に押すと"activate"シグナルが発行されます。 + * 戻り値:新たに生成されたGtk::Buttonウィジェット --- Gtk::Button.new(stock_id) Creates a new Gtk::Button containing the image and text from a stock item(constants of Gtk::Stock). For example, Gtk::Stock::OK, Gtk::Stock::APPLY.