Sha256: 383c8fba1659c0f2bd1895d4f31eb09af1bd571a4ca22a1ea7bc07509f337067
Contents?: true
Size: 467 Bytes
Versions: 2
Compression:
Stored size: 467 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.1-x64-mingw-ucrt | lib/wx/doc/controlwithitems.rb |
wxruby3-0.9.0-x64-mingw-ucrt | lib/wx/doc/controlwithitems.rb |