Sha256: 574293300843635bb7ec2a3ef1df51a6dd7075334819ddf54c9a6a2030ac23e0
Contents?: true
Size: 446 Bytes
Versions: 56
Compression:
Stored size: 446 Bytes
Contents
# Gauge : presents a progress bar # # On the C++ side, the actual class name of wxGauge under Windows is # wxGauge95. So when a Gauge is loaded from XRC, and we try to wrap the # object in a ruby class by calling obj->ClassInfo()->ClassName(), it # seeks for a ruby class (Wx::Gauge95) that doesn't exist (see # swig/shared/get_ruby_object.i). # # To fix this, make Wx::Gauge95 an alias. if Wx::PLATFORM == 'WXMSW' Wx::Gauge95 = Wx::Gauge end
Version data entries
56 entries across 56 versions & 4 rubygems