Sha256: c8b27b336b66ffc67bca40835cbfdfa7a5e4d8f778bcaf2d0e284fe1504de643
Contents?: true
Size: 508 Bytes
Versions: 22
Compression:
Stored size: 508 Bytes
Contents
--- :wxNotebook: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /wxSystemOptions/ :replace: | ```ruby Wx::SystemOptions.set_option("msw.notebook.themed-background", 0) ``` - :pattern: !ruby/regexp /GetThemeBackgroundColour/ :replace: | ```ruby col = notebook.get_theme_background_colour page.set_background_colour(col) if col.ok? ```
Version data entries
22 entries across 22 versions & 1 rubygems