Sha256: 0b46326e5d44c2f45b6acdcbd5433dd24d97b638a5cb5679daad820f371195ea
Contents?: true
Size: 319 Bytes
Versions: 3
Compression:
Stored size: 319 Bytes
Contents
class Wx::WindowDisabler # Disables all top level windows of the application (maybe with the exception of one of them) in # and enables them back after the given block has returned. # @param [Wx::Window,nil] to_skip window to exclude from disabling # @return [void] def self.disable(to_skip = nil) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.0.pre.rc.3 | lib/wx/doc/window_disabler.rb |
wxruby3-0.9.0.pre.rc.2 | lib/wx/doc/window_disabler.rb |
wxruby3-0.9.0.pre.rc.1 | lib/wx/doc/window_disabler.rb |