Sha256: fa25d5f3ab1ec4b111a1f2f3a762165c10dd54ff7a4e8bf8119c204055c814df
Contents?: true
Size: 854 Bytes
Versions: 8
Compression:
Stored size: 854 Bytes
Contents
--- :wxWizard: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby class MyFrame < Wx::Frame # ... def on_run_wizard(_event) Wx.Wizard(self) do |wizard| wizard.run_wizard(get_initial_page_from_some_where) # The wizard is destroyed when the block ends. end end end ``` :post: - :pattern: !ruby/regexp /Note\s+that\s+\{Wx::Wizard\}\s+inherits\s+from\s+\{Wx::Dialog\}.*typically\s+you\s+would\s+use\s+like\s+this:/ :subst: 'Note that {Wx::Wizard} inherits from {Wx::Dialog} so that typically you would use it like this:'
Version data entries
8 entries across 8 versions & 1 rubygems