ruby-****@sourc*****
ruby-****@sourc*****
2005年 8月 5日 (金) 03:16:25 JST
------------------------- REMOTE_ADDR = 218.45.66.76 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Gtk%3A%3AWindow ------------------------- @@ -16,6 +16,10 @@ If you simply want an undecorated window (no window borders), use Gtk::Window#decorated=, don't use Gtk::Window::POPUP. * type: type of window. (((<GtkWindowType|Gtk::Window#GtkWindowType>))). * Returns: a new Gtk::Window. +--- Gtk::Window.new(title) + Creates a new Gtk::Window with the title. + * title: a title of the window. + * Returns: a new Gtk::Window. --- Gtk::Window.toplevels Returns an array of all existing toplevel windows. @@ -578,4 +582,8 @@ * self: Gtk::Window * widget: Gtk::Widget -- ((<Masao>)) \ No newline at end of file +- ((<Masao>))