wxHTML icons are now prefixed with w so that it does not conflict with app's icon under MSW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
1999-11-28 18:15:30 +00:00
parent d6a1e531a3
commit e6f9a44829
9 changed files with 29 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
/* XPM */ /* XPM */
static char * back_xpm[] = { static char * wback_xpm[] = {
"16 16 5 1", "16 16 5 1",
" c None", " c None",
". c #000000", ". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */ /* XPM */
static char * book_xpm[] = { static char * wbook_xpm[] = {
"16 16 21 1", "16 16 21 1",
" c None", " c None",
". c #007F7F", ". c #007F7F",

View File

@@ -1,5 +1,5 @@
/* XPM */ /* XPM */
static char * folder_xpm[] = { static char * wfolder_xpm[] = {
"16 16 31 1", "16 16 31 1",
" c None", " c None",
". c #000000", ". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */ /* XPM */
static char * forward_xpm[] = { static char * wforward_xpm[] = {
"16 16 5 1", "16 16 5 1",
" c None", " c None",
". c #000000", ". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */ /* XPM */
static char *help_xpm[] = { static char *whelp_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors chars-per-pixel */
"32 32 6 1", "32 32 6 1",
" c Gray0", " c Gray0",

View File

@@ -1,5 +1,5 @@
/* XPM */ /* XPM */
static char *helproot_xpm[] = { static char *whlproot_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors chars-per-pixel */
"16 16 5 1", "16 16 5 1",
" c Gray0", " c Gray0",

View File

@@ -0,0 +1,21 @@
/* XPM */
static char * woptions_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
" ",
" .. ",
" ... ",
" .... ",
" . ... ",
" .. ... ",
" . .. ",
" .. ... ",
" . .. ",
" ......... ",
" .. ... ",
" . ... ",
" .. ... ",
" .... ....... ",
" ",
" "};

View File

@@ -1,5 +1,5 @@
/* XPM */ /* XPM */
static char * page_xpm[] = { static char * wpage_xpm[] = {
/* width height ncolors chars_per_pixel */ /* width height ncolors chars_per_pixel */
"16 16 3 1", "16 16 3 1",
/* colors */ /* colors */

View File

@@ -1,5 +1,5 @@
/* XPM */ /* XPM */
static char * panel_xpm[] = { static char * wpanel_xpm[] = {
"16 15 104 2", "16 15 104 2",
" c None", " c None",
". c #7F7C7C", ". c #7F7C7C",