Sha256: 687f540578f5975aee04395a385a8be72aa3326257ee72ef1067eb56bf68aeb9
Contents?: true
Size: 873 Bytes
Versions: 2
Compression:
Stored size: 873 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::Notebook::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.5-x64-mingw-ucrt | lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb |
wxruby3-0.9.4-x64-mingw-ucrt | lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb |