summaryrefslogtreecommitdiff
path: root/lib/tkclass.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tkclass.rb')
-rw-r--r--lib/tkclass.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tkclass.rb b/lib/tkclass.rb
index 10ecc80b20..17f57f581d 100644
--- a/lib/tkclass.rb
+++ b/lib/tkclass.rb
@@ -25,11 +25,13 @@ Bitmap = TkcBitmap
Line = TkcLine
Oval = TkcOval
Polygon = TkcPolygon
+Rectangle = TkcRectangle
TextItem = TkcText
WindowItem = TkcWindow
Selection = TkSelection
Winfo = TkWinfo
Pack = TkPack
+Variable = TkVariable
def Mainloop
Tk.mainloop