Sha256: 48400469eaec124d161fd2bc18a250f791150051dbdfd26e46c2d4f2b67d6678
Contents?: true
Size: 820 Bytes
Versions: 5
Compression:
Stored size: 820 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. # When instantiated, this affects only windows shown on the screen and not already disabled. # # === # # 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
5 entries across 5 versions & 1 rubygems