Sha256: 2ebc38046f30d115f71e2fe74e9712e6cfc7293ffef5a660f77e866ee6c58220
Contents?: true
Size: 638 Bytes
Versions: 16
Compression:
Stored size: 638 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 './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
16 entries across 16 versions & 1 rubygems