Sha256: a99734ad5601a49c46e7f543c8850565f94077fbba25495701baf1ba15fd6a5d
Contents?: true
Size: 510 Bytes
Versions: 9
Compression:
Stored size: 510 Bytes
Contents
# = WxSugar - Keyword Constructors Classes # Wx::PG sub package for wxRuby3 # Copyright (c) M.J.N. Corino, The Netherlands # wxPropertyGrid Wx::define_keyword_ctors(Wx::PG::PropertyGrid) do wx_ctor_params :id, :pos, :size, :style => Wx::PG::PG_DEFAULT_STYLE wx_ctor_params :name => 'PropertyGrid' end # wxPropertyGridManager Wx::define_keyword_ctors(Wx::PG::PropertyGridManager) do wx_ctor_params :id, :pos, :size, :style => Wx::PG::PG_DEFAULT_STYLE wx_ctor_params :name => 'PropertyGridManager' end
Version data entries
9 entries across 9 versions & 1 rubygems