Sha256: ba059fb48517bd49f38cda440a9d8f1aea927346b27961422a47c9b486cab393
Contents?: true
Size: 826 Bytes
Versions: 8
Compression:
Stored size: 826 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 # = WxSugar - Keyword Constructors Classes # Wx::RTC sub package for wxRuby3 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 => Wx::TEXT_CTRL_NAME_STR 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 Wx::define_keyword_ctors(Wx::RTC::RichTextStyleComboCtrl) do wx_ctor_params :id, :pos, :size, :style end
Version data entries
8 entries across 8 versions & 1 rubygems