Sha256: 61ee4583dfdf62c28ef7dabe26d6c70a112319f37b042618ef733c6a37a5730f
Contents?: true
Size: 1.03 KB
Versions: 10
Compression:
Stored size: 1.03 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 [Integer] # @param win_id [Integer] # @param page [Wx::RibbonPage] # @return [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::RibbonPage] def get_page; end alias_method :page, :get_page # Sets the page relating to this event. # @param page [Wx::RibbonPage] # @return [void] def set_page(page) end alias_method :page=, :set_page end # RibbonBarEvent end
Version data entries
10 entries across 10 versions & 1 rubygems