ruby-****@sourc*****
ruby-****@sourc*****
2003年 8月 22日 (金) 11:00:09 JST
------------------------- REMOTE_ADDR = 61.204.181.66 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gdk%3A%3AGLPixmap ------------------------- = class Gdk::GLPixmap OpenGL pixmap which is maintained off-screen. - == Super Classes + == Object Hierarchy * Object * GLib::Instantiatable * GLib::Object * Gdk::Drawable * Gdk::GLPixmap == Class Methods --- Gdk::GLPixmap.new(glconfig, pixmap) Creates an off-screen rendering area. * glconfig: a Gdk::GLConfig. * pixmap: the Gdk::Pixmap to be used as the rendering area. * Returns: the new Gdk::GLPixmap. == Instance Methods --- destroy Destroys the OpenGL resources associated with the OpenGL pixmap. --- pixmap Returns the Gdk::Pixmap associated with the OpenGL pixmap. Notice that Gdk::GLPixmap is not Gdk::Pixmap, but another Gdk::Drawable which have an associated Gdk::Pixmap. * Returns: the Gdk::Pixmap associated with the OpenGL pixmap.