Implement Client#configure

This commit is contained in:
Thibault Jouan
2015-04-20 04:59:38 +00:00
parent c69a600ca4
commit 7fc695f258
2 changed files with 16 additions and 0 deletions

View File

@@ -31,6 +31,11 @@ module Uh
@wclass ||= @window.wclass
end
def configure
@window.configure @geo
self
end
def moveresize
@window.moveresize @geo
self