Sha256: b25247f370c184800e55f80efe017541ef02f1eab2cd39a1f2794dfc744117e5
Contents?: true
Size: 579 Bytes
Versions: 9
Compression:
Stored size: 579 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### require_relative './frame' module WXRuby3 class Director class AuiFloatingFrame < Frame def setup super spec.no_proxy %w[ wxAuiFloatingFrame::CreateStatusBar wxAuiFloatingFrame::CreateToolBar wxAuiFloatingFrame::GetMenuBar wxAuiFloatingFrame::GetStatusBar wxAuiFloatingFrame::GetToolBar] spec.include 'wx/aui/framemanager.h' end end # class AuiFloatingFrame end # class Director end # module WXRuby3
Version data entries
9 entries across 9 versions & 1 rubygems