Sha256: 4eb376684ccbfbe6d06527aeca8a7cb26fb2ca18247a3192746152d8d8283b73

Contents?: true

Size: 1.68 KB

Versions: 2

Compression:

Stored size: 1.68 KB

Contents

# :stopdoc:
# This file is automatically generated by the WXRuby3 documentation 
# generator. Do not alter this file.
# :startdoc:


module Wx

  # 
  # 
  DIRCTRL_DIR_ONLY = 16
  
  # 
  # 
  DIRCTRL_SELECT_FIRST = 32
  
  # 
  # 
  DIRCTRL_SHOW_FILTERS = 64
  
  # 
  # 
  DIRCTRL_3D_INTERNAL = 128
  
  # 
  # 
  DIRCTRL_EDIT_LABELS = 256
  
  # 
  # 
  DIRCTRL_MULTIPLE = 512
  
  # 
  # 
  DIRCTRL_DEFAULT_STYLE = 128
  
  # 
  # 
  EVT_DIRCTRL_SELECTIONCHANGED = 10099
  
  # 
  # 
  EVT_DIRCTRL_FILEACTIVATED = 10100
  
  # 
  # 
  # 
  class DirFilterListCtrl < Choice
  
    # @overload initialize()
    #   @return [Wx::DirFilterListCtrl]
    # @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0)
    #   @param parent [Wx::GenericDirCtrl] 
    #   @param id [Integer] 
    #   @param pos [Array(Integer, Integer), Wx::Point] 
    #   @param size [Array(Integer, Integer), Wx::Size] 
    #   @param style [Integer] 
    #   @return [Wx::DirFilterListCtrl]
    def initialize(*args) end
    
    # @param parent [Wx::GenericDirCtrl] 
    # @param id [Integer] 
    # @param pos [Array(Integer, Integer), Wx::Point] 
    # @param size [Array(Integer, Integer), Wx::Size] 
    # @param style [Integer] 
    # @return [Boolean]
    def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0) end
    
    # @return [void]
    def init; end
    
    # @param filter [String] 
    # @param defaultFilter [Integer] 
    # @return [void]
    def fill_filter_list(filter, defaultFilter) end
    
  end # DirFilterListCtrl
  

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/doc/gen/dir_filter_list_ctrl.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/doc/gen/dir_filter_list_ctrl.rb