summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tk.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tk.rb')
-rw-r--r--ext/tk/lib/tk.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb
index a935a55e16..bac2ae35f9 100644
--- a/ext/tk/lib/tk.rb
+++ b/ext/tk/lib/tk.rb
@@ -945,8 +945,8 @@ module Tk
def sizefrom(*args)
tk_call('wm', 'sizefrom', path, *args)
end
- def state
- tk_call 'wm', 'state', path
+ def state(state=None)
+ tk_call 'wm', 'state', path, state
end
def title(*args)
tk_call 'wm', 'title', path, *args