Sha256: 046166e82cdd7436b868fdf1c845e63bbd1ee87c0cc49167b1472d15b286c631
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 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::Slider::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.2-x64-mingw-ucrt | lib/wx/doc/gen/rbn/ribbon_bar_event.rb |