Class: Fzeet::Window

Inherits:
Object
  • Object
show all
Defined in:
lib/fzeet/windows/user/Window/Window.rb

Instance Method Summary collapse

Constructor Details

#initialize(opts = {}) ⇒ Window

Returns a new instance of Window.



7
8
9
10
11
# File 'lib/fzeet/windows/user/Window/Window.rb', line 7

def initialize(opts = {})
	(opts[:style] ||= []) << :overlappedwindow << :clipsiblings << :clipchildren

	super
end