Sha256: bf21a090818648336f83fd7fa035594e2deb1239ebd032bdca25466a944757b8

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::RibbonBar}.
  # 
  # See {Wx::RBN::RibbonBar} for available event types.
  # 
  # Category:  {Wx::Events}, Ribbon User Interface
  # @see Wx::RBN::RibbonBar 
  # 
  # 
  # @wxrb_require USE_RIBBON
  class RibbonBarEvent < NotifyEvent
  
    # Constructor.
    # @param command_type [Wx::Notebook::EventType] 
    # @param win_id [Integer] 
    # @param page [Wx::RBN::RibbonPage] 
    # @return [Wx::RBN::RibbonBarEvent]
    def initialize(command_type=Wx::EVT_NULL, win_id=0, page=nil) end
    
    # Returns the page being changed to, or being clicked on.
    # @return [Wx::RBN::RibbonPage]
    def get_page; end
    alias_method :page, :get_page
    
    # Sets the page relating to this event.
    # @param page [Wx::RBN::RibbonPage] 
    # @return [void]
    def set_page(page) end
    alias_method :page=, :set_page
    
  end # RibbonBarEvent
  

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/gen/rbn/ribbon_bar_event.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/gen/rbn/ribbon_bar_event.rb