Sha256: c73b5f73ac1d9a68dcfa4fa2bc3a6d3100037c21564ab55fedb849bc33f2f00c

Contents?: true

Size: 1.09 KB

Versions: 2

Compression:

Stored size: 1.09 KB

Contents

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


module Wx::RBN

  # Event used to indicate various actions relating to a {Wx::RBN::RibbonPanel}.
  # See {Wx::RBN::RibbonPanel} for available event types.
  # 
  # === 
  # 
  # Category:  {Wx::Events}, Ribbon User Interface
  # @see Wx::RBN::RibbonPanel 
  # 
  # 
  class RibbonPanelEvent < CommandEvent
  
    # Constructor.
    # @param command_type [Wx::CommandLinkButton::EventType] 
    # @param win_id [Integer] 
    # @param panel [Wx::RBN::RibbonPanel] 
    # @return [Wx::RBN::RibbonPanelEvent]
    def initialize(command_type=Wx::EVT_NULL, win_id=0, panel=nil) end
    
    # Returns the panel relating to this event.
    # @return [Wx::RBN::RibbonPanel]
    def get_panel; end
    alias_method :panel, :get_panel
    
    # Sets the page relating to this event.
    # @param page [Wx::RBN::RibbonPanel] 
    # @return [void]
    def set_panel(page) end
    alias_method :panel=, :set_panel
    
  end # RibbonPanelEvent
  

end

Version data entries

2 entries across 2 versions & 1 rubygems

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