lib/ffi-tk/widget/tile/style.rb in ffi-tk-2010.01 vs lib/ffi-tk/widget/tile/style.rb in ffi-tk-2010.01.02
- old
+ new
@@ -101,10 +101,10 @@
end
# Returns the value specified for -option in style style in state
# state, using the standard lookup rules for element options.
# state is a list of state names; if omitted, it defaults to all
- # bits off (the "normal" state). If the default argument is present,
+ # bits off (the “normal” state). If the default argument is present,
# it is used as a fallback value in case no specification
# for -option is found.
def self.lookup(style, option, state=Tk::None, default=Tk::None)
Tk.execute('ttk::style', 'lookup', style, option.to_tcl_option, state, default).to_s
end