class Rabbit::Renderer::Pixmap::GDK

Public Class Methods

priority() click to toggle source
# File lib/rabbit/renderer/pixmap/gdk.rb, line 14
def priority
  0
end

Public Instance Methods

gl_supported?() click to toggle source

force disable GL support because there is a problem: Rendered objects by GL aren't showed when the objects are rendered after draw_layout(). Why???

# File lib/rabbit/renderer/pixmap/gdk.rb, line 23
def gl_supported?
  false
end