Sha256: f5525b703acd62577af4941e829c2664beba75e33f09f7c1214acac986fb8f7e
Contents?: true
Size: 496 Bytes
Versions: 5
Compression:
Stored size: 496 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
5 entries across 5 versions & 1 rubygems