Sha256: 8ffc8dccb1aad9dd5b079344b8829a6b6fa93a5ec59d68797d8fc3debc232600
Contents?: true
Size: 800 Bytes
Versions: 10
Compression:
Stored size: 800 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 [Integer] # @param win_id [Integer] # @param bar [Wx::RibbonToolBar] # @return [RibbonToolBarEvent] def initialize(command_type=Wx::EVT_NULL, win_id=0, bar=nil) end # @return [Wx::RibbonToolBar] def get_bar; end alias_method :bar, :get_bar # @param bar [Wx::RibbonToolBar] # @return [void] def set_bar(bar) end alias_method :bar=, :set_bar # @param menu [Wx::Menu] # @return [true,false] def popup_menu(menu) end end # RibbonToolBarEvent end
Version data entries
10 entries across 10 versions & 1 rubygems