Class: Wx::Overlay

Inherits:
Object
  • Object
show all
Defined in:
lib/wx/doc/gen/dc_overlay.rb

Overview

Note:

This class is untracked and should not be derived from nor instances extended!

Creates an overlay over an existing window, allowing for manipulations like rubberbanding, etc.

On WXOSX the overlay is implemented with native platform APIs, on the other platforms it is simulated using MemoryDC.

See Also:

Instance Method Summary collapse

Constructor Details

#initializeWx::Overlay



38
# File 'lib/wx/doc/gen/dc_overlay.rb', line 38

def initialize; end

Instance Method Details

#resetvoid

This method returns an undefined value.

Clears the overlay without restoring the former state.

To be done, for example, when the window content has been changed and repainted.



44
# File 'lib/wx/doc/gen/dc_overlay.rb', line 44

def reset; end