[ruby-gnome2-doc-cvs] [Hiki] update - Gdk::GLPixmap

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2003年 8月 25日 (月) 17:58:41 JST


-------------------------
REMOTE_ADDR = 212.194.52.219
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?Gdk%3A%3AGLPixmap
-------------------------
  = class Gdk::GLPixmap
  OpenGL pixmap which is maintained off-screen.
  
  == 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.
+     * Returns: nil
  
  --- 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.





ruby-gnome2-cvs メーリングリストの案内
Back to archive index