Sha256: 8b5b6f558b8aadcc1bf6c40bd0e654937b003ca870d93ab7d9b26a6b167355c7

Contents?: true

Size: 280 Bytes

Versions: 3

Compression:

Stored size: 280 Bytes

Contents

# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.

module Wx

  class PersistentWindowBase < PersistentObject

    alias :get :get_object

  end

  # class alias
  PersistentWindow = PersistentWindowBase

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/core/persistent_window.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/core/persistent_window.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/core/persistent_window.rb