Sha256: 9d07e1ae4d79c647ffaeaa1676c97cf71173efcf00f1e9a8938a86e2014ef69a
Contents?: true
Size: 430 Bytes
Versions: 6
Compression:
Stored size: 430 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### module WXRuby3 class Director class FontData < Director def setup super # add copy ctor missing from XML docs spec.extend_interface 'wxFontData', 'wxFontData(const wxFontData & other)' end end # class FontData end # class Director end # module WXRuby3
Version data entries
6 entries across 6 versions & 1 rubygems