Sha256: 3b5d4767bbd341fc958aea549a4c058ef70506710c0f527dfba8da8eedc7617f
Contents?: true
Size: 352 Bytes
Versions: 7
Compression:
Stored size: 352 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### require_relative './window' module WXRuby3 class Director class PopupWindow < Window def setup spec.items << 'wxPopupTransientWindow' super end end # class PopupWindow end # class Director end # module WXRuby3
Version data entries
7 entries across 7 versions & 1 rubygems