Sha256: e002090097c725b97204fe3118d887b9200f90f0bb580f11a5bf8ab7e93c25bd
Contents?: true
Size: 439 Bytes
Versions: 20
Compression:
Stored size: 439 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. ### # wxRuby3 wxWidgets interface director ### module WXRuby3 class Director class AuiToolBarItem < Director def setup super spec.gc_as_object spec.do_not_generate(:variables, :defines, :enums, :functions) end end # class AuiToolBarItem end # class Director end # module WXRuby3
Version data entries
20 entries across 20 versions & 1 rubygems