Sha256: cf2f14bb05876372d4a7efcc67f7818249d5ffa82eec395838360a92eb20b0e9

Contents?: true

Size: 417 Bytes

Versions: 3

Compression:

Stored size: 417 Bytes

Contents

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


module Wx

  class TopLevelWindow < NonOwnedWindow

    # Creates PersistentObject for this toplevel window instance (incl. Dialog and Frame).
    # @see Wx.create_persistent_object
    # @return [Wx::PersistentTLW]
    def create_persistent_object; end

  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/doc/top_level_window.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/top_level_window.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/top_level_window.rb