Sha256: 76e3721e6ad41626f5025c4a1a9a8ad6b1fc71d9465cacf5e1975cbeb1bb04a6
Contents?: true
Size: 554 Bytes
Versions: 5
Compression:
Stored size: 554 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 require_relative './enum' module Wx ThePenList = Wx::Pen class PenStyle < Wx::Enum set_non_distinct(%i[PENSTYLE_INVALID PENSTYLE_FIRST_HATCH PENSTYLE_LAST_HATCH]) end class PenJoin < Wx::Enum set_non_distinct(%i[JOIN_INVALID]) end class PenCap < Wx::Enum set_non_distinct(%i[CAP_INVALID]) end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-1.5.0 | lib/wx/core/pen.rb |
wxruby3-1.4.2 | lib/wx/core/pen.rb |
wxruby3-1.4.1 | lib/wx/core/pen.rb |
wxruby3-1.4.0 | lib/wx/core/pen.rb |
wxruby3-1.3.1 | lib/wx/core/pen.rb |