Sha256: a3f43a09930e24a5408f5d5b5c52bd8efeb30a71bb01a82f3802a969a0a7f149
Contents?: true
Size: 452 Bytes
Versions: 7
Compression:
Stored size: 452 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 # An individual item within a frame or popup menu class Wx::MenuItem # Get the Wx id, not Ruby's deprecated Object#id alias :id :get_id # In case a more explicit option is preferred. alias :wx_id :get_id end
Version data entries
7 entries across 7 versions & 1 rubygems