Sha256: 6e40e926dd426284d1714ee5230948c9eedaef74045ea70a116f49d6f3764ac2
Contents?: true
Size: 963 Bytes
Versions: 3
Compression:
Stored size: 963 Bytes
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx # This class allows platforms to implement functionality to optimise GDI objects, such as {Wx::Pen}, {Wx::Brush} and {Wx::Font}. # On Windows, the underling GDI objects are a scarce resource and are cleaned up when a usage count goes to zero. On some platforms this class may not have any special functionality. # Since the functionality of this class is platform-specific, it is not documented here in detail. # === # # Category: Graphics Device Interface (GDI) # @see Wx::Pen # @see Wx::Brush # @see Wx::Font # # # # @note This class is <b>untracked</b> and should not be derived from nor instances extended! class GDIObject < Object # Default constructor. # @return [Wx::GDIObject] def initialize; end end # GDIObject end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.1-x64-mingw-ucrt | lib/wx/doc/gen/gdi_object.rb |
wxruby3-0.9.0-x64-mingw-ucrt | lib/wx/doc/gen/gdi_object.rb |
wxruby3-0.9.0.pre.rc.3-x64-mingw-ucrt | lib/wx/doc/gen/gdi_object.rb |