Sha256: 196175611065215b693b66129f905a761c103b1e54d78eafa6090a8689e9dc3a

Contents?: true

Size: 429 Bytes

Versions: 3

Compression:

Stored size: 429 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::GraphicsPenInfo

  # make Wx::GraphicsPenInfo#dashes return self
  wx_dashes = instance_method :dashes
  wx_redefine_method :dashes do |*args|
    wx_dashes.bind(self).call(*args)
    self
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wxruby3-1.4.2 lib/wx/core/graphics_pen_info.rb
wxruby3-1.4.1 lib/wx/core/graphics_pen_info.rb
wxruby3-1.4.0 lib/wx/core/graphics_pen_info.rb