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

Version Path
wxruby3-0.9.0.pre.rc.3 lib/wx/core/gauge.rb
wxruby3-0.9.0.pre.rc.2 lib/wx/core/gauge.rb
wxruby3-0.9.0.pre.rc.1 lib/wx/core/gauge.rb
wxruby3-0.9.0.pre.beta.14 lib/wx/core/gauge.rb
wxruby3-0.9.0.pre.beta.13 lib/wx/core/gauge.rb
wxruby3-0.9.0.pre.beta.11 lib/wx/core/gauge.rb
wxruby3-0.9.0.pre.beta.10 lib/wx/core/gauge.rb
wxruby3-0.9.0.pre.beta.9 lib/wx/core/gauge.rb
wxruby3-0.9.0.pre.beta.8 lib/wx/core/gauge.rb
wxruby64-2.0.1-x64-mingw32 lib/wx/classes/gauge.rb
wxruby-ruby19-2.0.1-x86-mingw32 lib/wx/classes/gauge.rb
wxruby-ruby19-2.0.1-x86-linux lib/wx/classes/gauge.rb
wxruby-ruby19-2.0.1-x86-darwin-9 lib/wx/classes/gauge.rb
wxruby-2.0.1-x86-mswin32-60 lib/wx/classes/gauge.rb
wxruby-2.0.1-x86-mingw32 lib/wx/classes/gauge.rb
wxruby-2.0.1-x86-linux lib/wx/classes/gauge.rb
wxruby-2.0.1-universal-darwin-9 lib/wx/classes/gauge.rb
wxruby-1.9.7-i386-mswin32 lib/wx/classes/gauge.rb
wxruby-1.9.5-i386-mswin32 lib/wx/classes/gauge.rb
wxruby-1.9.10-universal-darwin-9 lib/wx/classes/gauge.rb