Sha256: e5e04cf817cb7fc6ed66596131e791602cc4130b05c2b38b52cba92fc8fc8118
Contents?: true
Size: 466 Bytes
Versions: 2
Compression:
Stored size: 466 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.1-x64-mingw-ucrt | lib/wx/doc/window_disabler.rb |
wxruby3-0.9.0-x64-mingw-ucrt | lib/wx/doc/window_disabler.rb |