Sha256: 4dcf82e901a6d5564779d7f33ae7e85c5ea95710e9e7205c062017d73bf55d3c
Contents?: true
Size: 888 Bytes
Versions: 3
Compression:
Stored size: 888 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
3 entries across 3 versions & 1 rubygems