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

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/doc/window_disabler.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/window_disabler.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/window_disabler.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/window_disabler.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/window_disabler.rb