Sha256: c521b9a14661ecbd7cf990985aad2e8e0848cf5fc353892868980ae1409e525e
Contents?: true
Size: 882 Bytes
Versions: 1
Compression:
Stored size: 882 Bytes
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx # This class disables all top level windows of the application (maybe with the exception of one of them) in its constructor and enables them back in its destructor. # This is useful when you want to indicate to the user that the application is currently busy and cannot respond to user input. # # <div class="wxrb-note"> # <b>Note:</b> # <p>When instantiated, this affects only windows shown on the screen and not already disabled. # </p> # </div> # # Category: {Wx::Miscellaneous} # @see Wx::BusyCursor # # # # @note This class is <b>untracked</b> and should not be derived from nor instances extended! class WindowDisabler < ::Object end # WindowDisabler end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.2-x64-mingw-ucrt | lib/wx/doc/gen/window_disabler.rb |