Sha256: 8ecd4e896322197835fdac59c40825c2c39fee238b0da6170edd8333839f5e3f
Contents?: true
Size: 680 Bytes
Versions: 3
Compression:
Stored size: 680 Bytes
Contents
module Wx class BusyInfo # @overload busy(message, parent=nil) # Shows busy info window with message, blocks event handling and calls the given block # passing the BusyInfo instance as argument. # @param [String] message # @param [Wx::Window,nil] parent # @yieldparam [Wx::BusyInfo] bi BusyInfo instance # @overload busy(busy_info) # Shows busy info window according to busy_info settings, blocks event handling and calls the given block # passing the BusyInfo instance as argument. # @param [Wx::BusyInfoFlags] busy_info # @yieldparam [Wx::BusyInfo] bi BusyInfo instance def self.busy(*args) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.0.pre.rc.3 | lib/wx/doc/busy_info.rb |
wxruby3-0.9.0.pre.rc.2 | lib/wx/doc/busy_info.rb |
wxruby3-0.9.0.pre.rc.1 | lib/wx/doc/busy_info.rb |