ruby-****@sourc*****
ruby-****@sourc*****
2005年 8月 29日 (月) 03:21:24 JST
------------------------- REMOTE_ADDR = 83.78.8.17 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Gtk%3A%3AImage ------------------------- @@ -244,6 +244,9 @@ Gets the type(((<GtkImageType|Gtk::Image#GtkImageType>))) of representation being used by the Gtk::Image to store image data. If the Gtk::Image has no image data, the return value will be Gtk::Image::EMPTY. * Returns: storage_type(((<GtkImageType|Gtk::Image#GtkImageType>))). +--- clear + Resets the image to be empty. ((*Since 2.8*)) + == Constants === GtkImageType Describes the image data representation used by a Gtk::Image. If you want to get the image from the widget, you can only get the currently-stored representation. e.g. if the Gtk::Image#storage_type returns Gtk::Image::PIXBUF, then you can call Gtk::Image#pixbuf but not Gtk::Image#stock. For empty images, you can request any storage type (call any of the "get" functions), but they will all return nil values.