Sha256: 25329eef044f81c7257f9563b9209941dc5d4cddd694441e738b0329aad33c49

Contents?: true

Size: 1.41 KB

Versions: 10

Compression:

Stored size: 1.41 KB

Contents

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


module Wx

  # This event class is used for the events generated by {Wx::CollapsiblePane}.
  # === Events using this class
  # 
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::CollapsiblePaneEvent} events.
  # Event handler methods:
  # - {Wx::EvtHandler#evt_collapsiblepane_changed}(id, meth = nil, &block): The user expanded or collapsed the collapsible pane. 
  # 
  # === 
  # 
  # Category:  {Wx::Events}
  # @see Wx::CollapsiblePane 
  # 
  # 
  class CollapsiblePaneEvent < CommandEvent
  
    # The constructor is not normally used by the user code.
    # @param generator [Wx::Object] 
    # @param id [Integer] 
    # @param collapsed [true,false] 
    # @return [CollapsiblePaneEvent]
    def initialize(generator, id, collapsed) end
    
    # Returns true if the pane has been collapsed.
    # @return [true,false]
    def get_collapsed; end
    alias_method :collapsed, :get_collapsed
    
    # Sets this as a collapsed pane event (if collapsed is true) or as an expanded pane event (if collapsed is false).
    # @param collapsed [true,false] 
    # @return [void]
    def set_collapsed(collapsed) end
    alias_method :collapsed=, :set_collapsed
    
  end # CollapsiblePaneEvent
  

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wxruby3-0.9.0.pre.rc.2-x64-mingw-ucrt lib/wx/doc/gen/collapsible_pane_event.rb
wxruby3-0.9.0.pre.rc.1-x64-mingw-ucrt lib/wx/doc/gen/collapsible_pane_event.rb
wxruby3-0.9.0.pre.beta.14-x64-mingw-ucrt lib/wx/doc/gen/collapsible_pane_event.rb
wxruby3-0.9.0.pre.beta.13-x64-mingw-ucrt lib/wx/doc/gen/collapsible_pane_event.rb
wxruby3-0.9.0.pre.beta.11-x64-mingw-ucrt lib/wx/doc/gen/collapsible_pane_event.rb
wxruby3-0.9.0.pre.beta.10-x64-mingw-ucrt lib/wx/doc/gen/collapsible_pane_event.rb
wxruby3-0.9.0.pre.beta.9-x64-mingw-ucrt lib/wx/doc/gen/collapsible_pane_event.rb
wxruby3-0.9.0.pre.beta.8-x64-mingw-ucrt lib/wx/doc/gen/collapsible_pane_event.rb
wxruby3-0.9.0.pre.beta.2-x64-mingw-ucrt-3.2-3.2.2 lib/wx/doc/gen/collapsible_pane_event.rb
wxruby3-0.9.0.pre.beta.1-x64-mingw-ucrt-3.2 lib/wx/doc/gen/collapsible_pane_event.rb