Sha256: e3952ae21d6763f629ce1aebe7a3d47101bd5ee5ade338e74208db5ab40d9dc2
Contents?: true
Size: 592 Bytes
Versions: 16
Compression:
Stored size: 592 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 ImageList < Director def setup spec.require_app 'wxImageList' if Config.instance.windows? || Config.instance.macosx? spec.ignore('wxImageList::Add(const wxIcon &)', ignore_doc: false) end spec.ignore 'wxImageList::GetSize(int , int &, int &) const' super end end # class ImageList end # class Director end # module WXRuby3
Version data entries
16 entries across 16 versions & 1 rubygems