Next: , Previous: Glade Module, Up: Top


11 Gtk GL Module

The Gtk GL interface module can be used with

     (use-modules (gtk-2.0 gtk-gl-area))
     (use-modules (gtk-2.0 gdk-gl))

The following rules apply to the various Gtk GL types.

Attributes
The attributes for gtk-gl-area-new and similar are taken as a list of symbols such as red-size for GDK_GL_RED_SIZE, and integer values following them (when appropriate). For example,
          (gdk-gl-choose-visual '(doublebuffer buffer-size 123))