lib/ffi-tk/widget/canvas/rectangle.rb in ffi-tk-2010.08.23 vs lib/ffi-tk/widget/canvas/rectangle.rb in ffi-tk-2018.02.20
- old
+ new
@@ -1,5 +1,6 @@
+# frozen_string_literal: true
module Tk
class Canvas
# Items of type rectangle appear as rectangular regions on the display.
# Each rectangle may have an outline, a fill, or both.
class Rectangle < Item
@@ -10,6 +11,6 @@
:disabledoutlinestipple, :stipple, :activestipple, :disabledstipple,
:state, :tags, :width, :activewidth, :disabledwidth
)
end
end
-end
\ No newline at end of file
+end