Sha256: 803be95decdebd0e3ca2bcb7157aea096164a5995222fa718f618487abf4288b

Contents?: true

Size: 312 Bytes

Versions: 8

Compression:

Stored size: 312 Bytes

Contents

# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# 
# Some parts are
# Copyright 2004-2007, wxRuby development team
# released under the MIT-like wxRuby2 license

class Wx::PaintDC

  def self.draw_on(win, &block)
    win.paint(&block) if block
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wxruby3-0.9.8 lib/wx/core/paintdc.rb
wxruby3-0.9.7 lib/wx/core/paintdc.rb
wxruby3-0.9.5 lib/wx/core/paintdc.rb
wxruby3-0.9.4 lib/wx/core/paintdc.rb
wxruby3-0.9.3 lib/wx/core/paintdc.rb
wxruby3-0.9.2 lib/wx/core/paintdc.rb
wxruby3-0.9.1 lib/wx/core/paintdc.rb
wxruby3-0.9.0 lib/wx/core/paintdc.rb