# HG changeset patch # User Paul Boddie # Date 1105397024 -3600 # Node ID 54500cf00f58f1872eb0186eefa6d9e296c9c8da # Parent ed0c9db3100d428f5dc4a62056d5721ee318c75d Exposed the Frame.quit method and Button configuration methods for both textual data and for callbacks. diff -r ed0c9db3100d -r 54500cf00f58 examples/Tkinter/tkjava/Button.java --- a/examples/Tkinter/tkjava/Button.java Mon Jan 10 23:43:02 2005 +0100 +++ b/examples/Tkinter/tkjava/Button.java Mon Jan 10 23:43:44 2005 +0100 @@ -3,6 +3,10 @@ public class Button { public Button(Frame parent) { } + public void __setitem__(String key, String value) { + } + public void __setitem__(String key, java.lang.reflect.Method value) { + } public void pack() { } }