lib/ffi-tk/command/selection.rb in ffi-tk-2010.01 vs lib/ffi-tk/command/selection.rb in ffi-tk-2010.01.02

- old
+ new

@@ -33,13 +33,13 @@ def clear(options = {}) Tk.execute_only(:selection, :clear, options.to_tcl_options) end # Retrieves the value of selection from window's display and returns it as a - # result. Selection defaults to PRIMARY and window defaults to ".". + # result. Selection defaults to PRIMARY and window defaults to “.”. # Type specifies the form in which the selection is to be returned (the - # desired "target" for conversion, in ICCCM terminology), and should be + # desired “target” for conversion, in ICCCM terminology), and should be # an atom name such as STRING or FILE_NAME; see the Inter-Client # Communication Conventions Manual for complete details. # Type defaults to STRING. # The selection owner may choose to return the selection in any of several # different representation formats, such as STRING, UTF8_STRING, ATOM, @@ -127,6 +127,6 @@ else Tk.execute(:selection, :own, options.to_tcl_options, window) end end end -end +end \ No newline at end of file