Sha256: 035358f90cc478f9f41edbd0e92b275dbc8fac2a62c5b6bf12fb08bbc32a973a
Contents?: true
Size: 446 Bytes
Versions: 13
Compression:
Stored size: 446 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 './window' module WXRuby3 class Director class ToggleButton < Window def setup spec.items << 'wxBitmapToggleButton' spec.include('wx/tglbtn.h') super end end # class ToggleButton end # class Director end # module WXRuby3
Version data entries
13 entries across 13 versions & 1 rubygems