Made icons configurable via a wxMApp virtual function. Tested on wxGTK only,

added it for all ports, though.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-07-05 11:22:45 +00:00
parent 13315b0cd3
commit ebea0891d0
22 changed files with 200 additions and 92 deletions

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * error[] = {
static char * error_xpm[] = {
"48 48 78 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * info[] = {
static char * info_xpm[] = {
"48 48 159 2",
" c None",
". c #12165C",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * question[] = {
static char * question_xpm[] = {
"48 48 165 2",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * warning[] = {
static char * warning_xpm[] = {
"48 48 151 2",
" c None",
". c #C70707",