Sha256: 6099c61379f0fdedc8607ba73c6cbbbe8b433a751ad10cc59c74404916d01d4e
Contents?: true
Size: 546 Bytes
Versions: 9
Compression:
Stored size: 546 Bytes
Contents
# = WxSugar - Keyword Constructors Classes # Wx::RTC sub package for wxRuby3 # Copyright (c) M.J.N. Corino, The Netherlands Wx::define_keyword_ctors(Wx::RTC::RichTextCtrl) do wx_ctor_params :id, :value => '' wx_ctor_params :pos, :size, :style => Wx::TE_MULTILINE wx_ctor_params :validator, :name => 'textCtrl' end # Wx::define_keyword_ctors(Wx::RTC::RichTextStyleListBox) do # wx_ctor_params :id, :pos, :size, :style # end # Wx::define_keyword_ctors(Wx::RTC::RichTextStyleListCtrl) do # wx_ctor_params :id, :pos, :size, :style # end
Version data entries
9 entries across 9 versions & 1 rubygems