Sha256: f59da03168be94f25cb780e39227ef91c52ac6b058dc0823c4d6683ec0149b15
Contents?: true
Size: 525 Bytes
Versions: 11
Compression:
Stored size: 525 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
11 entries across 11 versions & 1 rubygems