Sha256: 87a19afb48a673fd6b10d57abf464af2b415741b4ac3f13f70c675e9aa387aac
Contents?: true
Size: 1.72 KB
Versions: 3
Compression:
Stored size: 1.72 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 # # # # # @wxrb_require USE_DIRDLG|USE_FILEDLG 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
3 entries across 3 versions & 1 rubygems