Class: Uh::Window
- Inherits:
-
Object
show all
- Defined in:
- lib/uh/window.rb,
ext/uh/uh.c
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
Instance Attribute Details
#id ⇒ Object
Class Method Details
.new ⇒ Object
Instance Method Details
#==(other) ⇒ Object
7
8
9
|
# File 'lib/uh/window.rb', line 7
def == other
id == other.id
end
|
#create ⇒ Object
#create_sub ⇒ Object
#cursor(cursor_name) ⇒ Object
11
12
13
|
# File 'lib/uh/window.rb', line 11
def cursor cursor_name
self.cursor = Uh::CURSORS[cursor_name]
end
|
#cursor= ⇒ Object
#destroy ⇒ Object
#focus ⇒ Object
#icccm_wm_delete ⇒ Object
#icccm_wm_protocols ⇒ Object
#kill ⇒ Object
#map ⇒ Object
Also known as:
show
#mask ⇒ Object
#mask= ⇒ Object
#moveresize ⇒ Object
#name ⇒ Object
#name= ⇒ Object
#override_redirect? ⇒ Boolean
#raise ⇒ Object
#to_s ⇒ Object
3
4
5
|
# File 'lib/uh/window.rb', line 3
def to_s
id.to_s
end
|
#unmap ⇒ Object
#wclass ⇒ Object
#wclass= ⇒ Object