Sha256: 61089702e36747bc72a12f00b9ed580b92e3242aff5d607d6c1e1495ee754b77

Contents?: true

Size: 534 Bytes

Versions: 9

Compression:

Stored size: 534 Bytes

Contents

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

require_relative './frame'

module WXRuby3

  class Director

    class AuiMDIParentFrame < Frame

      def setup
        super
        spec.no_proxy %w[
          wxAuiMDIParentFrame::Tile
          wxAuiMDIParentFrame::Cascade
          wxAuiMDIParentFrame::ArrangeIcons]
        spec.suppress_warning(473, 'wxAuiMDIParentFrame::OnCreateClient')
      end
    end # class AuiParentMDIFrame

  end # class Director

end # module WXRuby3

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wxruby3-0.9.0.pre.rc.3 rakelib/lib/director/aui_mdi_parent_frame.rb
wxruby3-0.9.0.pre.rc.2 rakelib/lib/director/aui_mdi_parent_frame.rb
wxruby3-0.9.0.pre.rc.1 rakelib/lib/director/aui_mdi_parent_frame.rb
wxruby3-0.9.0.pre.beta.14 rakelib/lib/director/aui_mdi_parent_frame.rb
wxruby3-0.9.0.pre.beta.13 rakelib/lib/director/aui_mdi_parent_frame.rb
wxruby3-0.9.0.pre.beta.11 rakelib/lib/director/aui_mdi_parent_frame.rb
wxruby3-0.9.0.pre.beta.10 rakelib/lib/director/aui_mdi_parent_frame.rb
wxruby3-0.9.0.pre.beta.9 rakelib/lib/director/aui_mdi_parent_frame.rb
wxruby3-0.9.0.pre.beta.8 rakelib/lib/director/aui_mdi_parent_frame.rb