Sha256: 7c9794506b0c1acf187bdd5927ad0ebf8bae8a57c9ea24168e846db88bce1d1b

Contents?: true

Size: 450 Bytes

Versions: 3

Compression:

Stored size: 450 Bytes

Contents

###
# wxRuby3 wxWidgets interface director
# Copyright (c) M.J.N. Corino, The Netherlands
###

require_relative './window'

module WXRuby3

  class Director

    class DirPickerCtrl < Window

      def setup
        super
        spec.make_concrete 'wxDirPickerCtrl'
        spec.do_not_generate(:variables, :defines, :enums, :functions) # with FileDirPickerEvent
      end
    end # class DirPickerCtrl

  end # class Director

end # module WXRuby3

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wxruby3-0.9.0.pre.rc.3 rakelib/lib/director/dir_picker_ctrl.rb
wxruby3-0.9.0.pre.rc.2 rakelib/lib/director/dir_picker_ctrl.rb
wxruby3-0.9.0.pre.rc.1 rakelib/lib/director/dir_picker_ctrl.rb