Sha256: 80be497a48e336f1821bfe0e296ac87ea1d48600461fcd988e5f908153796bd6
Contents?: true
Size: 652 Bytes
Versions: 20
Compression:
Stored size: 652 Bytes
Contents
--- :wxPlatformInfo: :detail: :pre: :para: - :pattern: !ruby/regexp /In\s+general\s+however\s+you\s+only\s+need\s+to\s+use\s+the\s+static.*for\s+the\s+current\s+platform:/ :subst: 'In general however you only need to use the static {Wx::PlatformInfo.instance} method and then access the various information for the current platform:' :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby Wx.log_message("This application is running under %s.", Wx::PlatformInfo.instance.get_operating_system_id_name) ```
Version data entries
20 entries across 20 versions & 1 rubygems