class Gdk::Window

Public Instance Methods

clutter_stage() click to toggle source
# File clutter-gdk/lib/clutter-gdk.rb, line 28
def clutter_stage
  ClutterGdk.get_stage_from_window(self)
end
origin() click to toggle source
# File gdk3/lib/gdk3/window.rb, line 27
def origin
  _, x, y = origin_raw
  [x, y]
end
Also aliased as: origin_raw
origin_raw()
Alias for: origin
user_data() click to toggle source
# File gdk3/lib/gdk3/window.rb, line 22
def user_data
  Loader.instantiate_gobject_pointer(user_data_raw)
end
Also aliased as: user_data_raw
user_data_raw()
Alias for: user_data