Sha256: 3d1a2f1dce85bd6a381042b8a96d7f7a31c0f64d4c2d6717f5d33fca0f1d88e1
Contents?: true
Size: 482 Bytes
Versions: 18
Compression:
Stored size: 482 Bytes
Contents
--- :wxContextHelp: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby # puts the application into a 'context-sensitive help mode' for my_window context_help = Wx::ContextHelp.new(my_window) ... ... # ends the 'context-sensitive help mode' for my_window context_help.end_context_help ```
Version data entries
18 entries across 18 versions & 1 rubygems