Sha256: 359bd1a2c81a3f2c611c528fc1a567d0382294ab4865d4d435c4f9df12167945
Contents?: true
Size: 1.09 KB
Versions: 1
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 # # # @wxrb_require USE_RIBBON class RibbonPanelEvent < CommandEvent # Constructor. # @param command_type [Wx::Slider::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.2-x64-mingw-ucrt | lib/wx/doc/gen/rbn/ribbon_panel_event.rb |