Sha256: c7918d8e3c9b5b14ba4412ab3f43ef1f1de3530f93ec3d4c413f979d5b7469b1

Contents?: true

Size: 846 Bytes

Versions: 2

Compression:

Stored size: 846 Bytes

Contents

# :stopdoc:
# This file is automatically generated by the WXRuby3 documentation 
# generator. Do not alter this file.
# :startdoc:


module Wx::RBN

  # 
  # 
  # 
  class RibbonToolBarEvent < CommandEvent
  
    # @param command_type [Wx::CommandLinkButton::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.1-x64-mingw-ucrt lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb