Sha256: f0cca42ae1ca700ee521eeccd613c9f4a48b78012732bdf7d2d1f4972a1b7d8c
Contents?: true
Size: 865 Bytes
Versions: 1
Compression:
Stored size: 865 Bytes
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx::RBN # # # # @wxrb_require USE_RIBBON class RibbonToolBarEvent < CommandEvent # @param command_type [Wx::Slider::EventType] # @param win_id [Integer] # @param bar [Wx::RBN::RibbonToolBar] # @return [Wx::RBN::RibbonToolBarEvent] def initialize(command_type=Wx::EVT_NULL, win_id=0, bar=nil) end # @return [Wx::RBN::RibbonToolBar] def get_bar; end alias_method :bar, :get_bar # @param bar [Wx::RBN::RibbonToolBar] # @return [void] def set_bar(bar) end alias_method :bar=, :set_bar # @param menu [Wx::Menu] # @return [Boolean] def popup_menu(menu) end end # RibbonToolBarEvent 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_tool_bar_event.rb |