Sha256: 995dd07b76703f2e567cd965557c45b9afb4d31e16afde0fceb54fc47c0d0375
Contents?: true
Size: 476 Bytes
Versions: 14
Compression:
Stored size: 476 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx class 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 end
Version data entries
14 entries across 14 versions & 1 rubygems