Sha256: 3672e98ad0a2e248170ba8940e66a62b2a7bba84391b0af0ccf83e2d51e95d8f
Contents?: true
Size: 659 Bytes
Versions: 17
Compression:
Stored size: 659 Bytes
Contents
--- :wxTopLevelWindow.MSWGetSystemMenu: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby if Wx::PLATFORM == 'WXMSW' ``` :wxTopLevelWindow.UseNativeDecorations: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby frame = MyFrame.new # use default ctor frame.use_native_decorations(false) # change from default "true" frame.create(parent, title, ...) # really create the frame ```
Version data entries
17 entries across 17 versions & 1 rubygems