Sha256: e9fa7551019219cd30f00d3941fde2b8255cddb46a32d04965f6f2ad585a2d61
Contents?: true
Size: 651 Bytes
Versions: 24
Compression:
Stored size: 651 Bytes
Contents
--- :wxClientDC: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby # Create the initially empty label with the size big enough to show # the given string. text = Wx::ClientDC.draw_on(self) do |dc| Wx::StaticText.new( self, Wx::ID_ANY, "", Wx::Point.new, dc.get_text_extent("String of max length"), Wx::ST_NO_AUTORESIZE) end ```
Version data entries
24 entries across 24 versions & 1 rubygems