Sha256: 73c7adf6ca6175c284a55ac97de03b959efb4861bfb023441c0e42df6fa2a502
Contents?: true
Size: 492 Bytes
Versions: 20
Compression:
Stored size: 492 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. ### # wxRuby3 wxWidgets interface director ### require_relative './dialog' module WXRuby3 class Director class RichTextStyleOrganiserDialog < Dialog include Typemap::RichText def setup super spec.add_header_code 'extern VALUE wxRuby_RichTextStyleDefinition2Ruby(const wxRichTextStyleDefinition *wx_rtsd, int own);' end end end end
Version data entries
20 entries across 20 versions & 1 rubygems