activate new icons and remove old icons
This commit is contained in:
@@ -58,6 +58,36 @@
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
/* XPM */
|
||||
static const char *px[]={
|
||||
"24 24 2 1",
|
||||
"# c #000000",
|
||||
". c #ffffff",
|
||||
"........................",
|
||||
"........................",
|
||||
"...##..............##...",
|
||||
"..####............####..",
|
||||
"..#####..........#####..",
|
||||
"..######........#####...",
|
||||
"...######......######...",
|
||||
"....######....######....",
|
||||
".....######..######.....",
|
||||
"......############......",
|
||||
".......##########.......",
|
||||
"........########........",
|
||||
".........######.........",
|
||||
"........########........",
|
||||
".......##########.......",
|
||||
"......############......",
|
||||
".....######..######.....",
|
||||
"....######....######....",
|
||||
"..#######......######...",
|
||||
".#######........######..",
|
||||
".######..........#####..",
|
||||
"..####.............##...",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
||||
namespace Gui {
|
||||
class BitmapFactoryInstP
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user