Sha256: 46bc74294b3f3474189c561c5c37cf66ff4a1cbe98d89a340c38bd6d2ac95c5a
Contents?: true
Size: 259 Bytes
Versions: 8
Compression:
Stored size: 259 Bytes
Contents
class Wx::ScreenDC # Executes the given block providing a temporary (screen) dc as # it's single argument. # @yieldparam [Wx::ScreenDC] dc the ScreenDC instance to paint on # @return [Object] result of the block def self.paint; end end
Version data entries
8 entries across 8 versions & 1 rubygems