Class: Builder::Gtk::WindowProxy

Inherits:
Object
  • Object
show all
Includes:
LayoutProxy
Defined in:
lib/proxies/window.rb

Overview

Proxies a window.

Instance Attribute Summary

Attributes included from LayoutProxy

#widget

Instance Method Summary collapse

Methods included from LayoutProxy

#method_missing

Constructor Details

#initialize(*args) ⇒ WindowProxy

Creates a new window proxy and a new window.



11
12
13
# File 'lib/proxies/window.rb', line 11

def initialize(*args)
  @widget = ::Gtk::Window.new(*args)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Builder::Gtk::LayoutProxy