added common (for all samples) .ico/.r/.rc files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
485a205e78
commit
26a7a7e1d5
BIN
samples/sample.ico
Normal file
BIN
samples/sample.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
2675
samples/sample.r
Normal file
2675
samples/sample.r
Normal file
File diff suppressed because it is too large
Load Diff
27
samples/sample.rc
Normal file
27
samples/sample.rc
Normal file
@ -0,0 +1,27 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: samples/samples.rc
|
||||
// Purpose: a standard Win32 .rc file for the wxWindows samples
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
// Created: 04.08.03
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// this minimal resource file is all what is needed for most of the wxWindows
|
||||
// samples
|
||||
|
||||
// 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
|
||||
// (Win9x) and by alphabetically (!) (NT), so put this icon first and give it
|
||||
// a name starting with "a"
|
||||
aaaaaaaa ICON "sample.ico"
|
||||
|
||||
// this icon is used with wxFrame::SetIcon()
|
||||
sample ICON "sample.ico"
|
||||
|
||||
// this is not always needed but doesn't hurt (except making the executable
|
||||
// very slightly larger): this file contains the standard icons, cursors, ...
|
||||
#include "wx/msw/wx.rc"
|
||||
|
Loading…
Reference in New Issue
Block a user