Sha256: 246a7477a66dc5a307923ab709010140d3d0b3555942185746a1f856b3e6e540
Contents?: true
Size: 451 Bytes
Versions: 16
Compression:
Stored size: 451 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 './button' module WXRuby3 class Director class ContextHelpButton < Button def setup super spec.items << 'wxContextHelp' spec.no_proxy 'wxContextHelp' end end # class ContextHelpButton end # class Director end # module WXRuby3
Version data entries
16 entries across 16 versions & 1 rubygems