Sha256: b823e2c1b3308349e60329692095ea16e28f9b7738200e3e8b05a8d50090e4e1
Contents?: true
Size: 814 Bytes
Versions: 8
Compression:
Stored size: 814 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 => '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 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