Sha256: 284d0fca8b8b7f5b397042bd4bfa535b64c0b3132e7e44073dc110c3833fdf0c
Contents?: true
Size: 427 Bytes
Versions: 3
Compression:
Stored size: 427 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx class BookCtrlBase < Control # Creates PersistentObject for this book control instance (incl. ChoiceBook, ListBook and NoteBook). # @see Wx.create_persistent_object # @return [Wx::PersistentBookCtrl] 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/book_ctrl_base.rb |
wxruby3-0.9.5-x64-mingw-ucrt | lib/wx/doc/book_ctrl_base.rb |
wxruby3-0.9.4-x64-mingw-ucrt | lib/wx/doc/book_ctrl_base.rb |