[ruby-gnome2-doc-cvs] [Hiki] create - Gdk::Pixmap

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2003年 8月 29日 (金) 02:19:49 JST


-------------------------
REMOTE_ADDR = 212.194.13.238
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?Gdk%3A%3APixmap
-------------------------
= class Gdk::Pixmap

== Object Hierarchy
* Object
  * GLib::Instantiatable
    * GLib::Object
      * Gdk::Drawable
        * Gdk::Pixmap

== Instance Methods
--- gl_capable?
    ((*Ruby/GtkGlExt*)) Returns whether the pixmap is OpenGL-capable.
    * Returns: true if the pixmap is OpenGL-capable, false otherwise.

--- gl_drawable
    ((*Ruby/GtkGlExt*)) Returns the Gdk::GLDrawable held by the pixmap. In fact, this is a macro that casts the result of Gdk::Pixmap#gl_pixmap to Gdk::GLDrawable.
    * Returns: the Gdk::GLDrawable.

--- gl_pixmap
    ((*Ruby/GtkGlExt*)) Returns the Gdk::GLPixmap held by the pixmap.
    * Returns: the Gdk::GLPixmap.

--- set_gl_capability(glconfig)
    ((*Ruby/GtkGlExt*)) Set the OpenGL-capability to the pixmap. This function creates a new Gdk::GLPixmap held by the pixmap.
    * glconfig: a Gdk::GLConfig.
    * Returns: the Gdk::GLPixmap used by the pixmap if it is successful, nil otherwise.

--- unset_gl_capability
    ((*Ruby/GtkGlExt*)) Unset the OpenGL-capability of the pixmap. This function destroys the Gdk::GLPixmap held by the pixmap.
    * Returns: self





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