Sha256: 46374a1b53f4cae9db3ce78e96f4d6d637d3919014cd37e4cdf2c7d8a2510f12
Contents?: true
Size: 327 Bytes
Versions: 7
Compression:
Stored size: 327 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
7 entries across 7 versions & 1 rubygems