Sha256: c601c6977d137005a542c7ee19c5f7c0989887b1d077ab10c07bcf8e5555cbb5
Contents?: true
Size: 739 Bytes
Versions: 16
Compression:
Stored size: 739 Bytes
Contents
// Copyright (c) 2023 M.J.N. Corino, The Netherlands // // This software is released under the MIT license. // Name: swig/wxruby.rc // Purpose: wxRuby3 MSW standard resource file // Author: Martin Corino // note that the icon used by the Explorer (i.e. the programs icon) is the // first icon in the executable and the icons are sorted both by their order // and alphabetically (!), so put this icon first and give it a name // starting with "a" aaaaaaaaWxRuby3 ICON "wxruby3/wxruby.ico" // To get DPI change events, we need to opt in into per monitor DPI support. #ifndef wxUSE_DPI_AWARE_MANIFEST #define wxUSE_DPI_AWARE_MANIFEST 2 #endif // this file contains the standard icons, cursors, ... #include "wx/msw/wx.rc"
Version data entries
16 entries across 16 versions & 1 rubygems