Sha256: 57f3e48bedc52d07b7844ec1571a11c62a357f13bdcf47e801555e303b7a4d7d
Contents?: true
Size: 319 Bytes
Versions: 3
Compression:
Stored size: 319 Bytes
Contents
class Wx::ControlWithItems # Returns true if the items in the control are sorted # (style Wx::LB_SORT for list boxes or Wx::CB_SORT for combo boxes). # This method is mostly meant for internal use only. # @return [Boolean] true is sorted, false otherwise def is_sorted; end alias :sorted? :is_sorted end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.0.pre.rc.3 | lib/wx/doc/controlwithitems.rb |
wxruby3-0.9.0.pre.rc.2 | lib/wx/doc/controlwithitems.rb |
wxruby3-0.9.0.pre.rc.1 | lib/wx/doc/controlwithitems.rb |