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