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

Version Path
wxruby3-1.3.1 ext/wxruby3/swig/wx.rc
wxruby3-1.3.0 ext/wxruby3/swig/wx.rc
wxruby3-1.2.1 ext/wxruby3/swig/wx.rc
wxruby3-1.2.0 ext/wxruby3/swig/wx.rc
wxruby3-1.1.2 ext/wxruby3/swig/wx.rc
wxruby3-1.1.1 ext/wxruby3/swig/wx.rc
wxruby3-1.1.0 ext/wxruby3/swig/wx.rc
wxruby3-1.0.1 ext/wxruby3/swig/wx.rc
wxruby3-0.9.8 ext/wxruby3/swig/wx.rc
wxruby3-0.9.7 ext/wxruby3/swig/wx.rc
wxruby3-0.9.5 ext/wxruby3/swig/wx.rc
wxruby3-0.9.4 ext/wxruby3/swig/wx.rc
wxruby3-0.9.3 ext/wxruby3/swig/wx.rc
wxruby3-0.9.2 ext/wxruby3/swig/wx.rc
wxruby3-0.9.1 ext/wxruby3/swig/wx.rc
wxruby3-0.9.0 ext/wxruby3/swig/wx.rc