Sha256: 2e9bba1471d252fcfb3819b662e7409c8acc125099400c14b4718aa6951ce12f
Contents?: true
Size: 418 Bytes
Versions: 4
Compression:
Stored size: 418 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 TheBrushList = Wx::Brush class BrushStyle < Wx::Enum set_non_distinct(%i[BRUSHSTYLE_INVALID BRUSHSTYLE_FIRST_HATCH BRUSHSTYLE_LAST_HATCH]) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-1.4.2 | lib/wx/core/brush.rb |
wxruby3-1.4.1 | lib/wx/core/brush.rb |
wxruby3-1.4.0 | lib/wx/core/brush.rb |
wxruby3-1.3.1 | lib/wx/core/brush.rb |