Sha256: ed7f08e327c31b0a1ae33f6d536a1001c298a4266dbb550879dcd72cc645d302
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 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 # # class RibbonBarEvent < NotifyEvent # Constructor. # @param command_type [Wx::CommandLinkButton::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.1-x64-mingw-ucrt | lib/wx/doc/gen/rbn/ribbon_bar_event.rb |
wxruby3-0.9.0-x64-mingw-ucrt | lib/wx/doc/gen/rbn/ribbon_bar_event.rb |