class Clutter::Stage
Public Instance Methods
gdk_window()
click to toggle source
# File lib/clutter-gdk.rb, line 48 def gdk_window ClutterGdk.get_stage_window(self) end
set_foreign_window(window)
click to toggle source
# File lib/clutter-gdk.rb, line 52 def set_foreign_window(window) ClutterGdk.set_stage_foreign(self, window) end
Also aliased as: foreign_window=