Image updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Before Width: | Height: | Size: 996 B After Width: | Height: | Size: 996 B |
Before Width: | Height: | Size: 996 B After Width: | Height: | Size: 996 B |
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 996 B |
Before Width: | Height: | Size: 996 B After Width: | Height: | Size: 996 B |
Before Width: | Height: | Size: 996 B After Width: | Height: | Size: 996 B |
@@ -1,10 +1,4 @@
|
|||||||
ogl ICON ogl.ico
|
ogl ICON ogl.ico
|
||||||
|
|
||||||
TOOL1 BITMAP "bitmaps/tool1.bmp"
|
|
||||||
TOOL2 BITMAP "bitmaps/tool2.bmp"
|
|
||||||
TOOL3 BITMAP "bitmaps/tool3.bmp"
|
|
||||||
TOOL4 BITMAP "bitmaps/tool4.bmp"
|
|
||||||
ARROWTOOL BITMAP "bitmaps/arrow.bmp"
|
|
||||||
|
|
||||||
#include "wx/msw/wx.rc"
|
#include "wx/msw/wx.rc"
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
@@ -1,25 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *toback_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 15 4 1",
|
|
||||||
" c None",
|
|
||||||
". c Black",
|
|
||||||
"X c #808080",
|
|
||||||
"o c Yellow",
|
|
||||||
/* pixels */
|
|
||||||
" ....... ",
|
|
||||||
" .XXXXX. ",
|
|
||||||
" .XXXXX...... ",
|
|
||||||
" .XXXXX.oooo. ",
|
|
||||||
" .XXXXX.oooo. ",
|
|
||||||
" .XXXXX.oooo. ",
|
|
||||||
" .......oooo. ",
|
|
||||||
" .oooo.......",
|
|
||||||
" .oooo.XXXXX.",
|
|
||||||
" .oooo.XXXXX.",
|
|
||||||
" ......XXXXX.",
|
|
||||||
" .XXXXX.",
|
|
||||||
" .XXXXX.",
|
|
||||||
" .......",
|
|
||||||
" "
|
|
||||||
};
|
|
Before Width: | Height: | Size: 238 B |
@@ -1,25 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *tofront_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 15 4 1",
|
|
||||||
" c None",
|
|
||||||
". c Black",
|
|
||||||
"X c #808080",
|
|
||||||
"o c Yellow",
|
|
||||||
/* pixels */
|
|
||||||
" ....... ",
|
|
||||||
" .XXXXX. ",
|
|
||||||
" .XX......... ",
|
|
||||||
" .XX.ooooooo. ",
|
|
||||||
" .XX.ooooooo. ",
|
|
||||||
" .XX.ooooooo. ",
|
|
||||||
" ....ooooooo. ",
|
|
||||||
" .ooooooo....",
|
|
||||||
" .ooooooo.XX.",
|
|
||||||
" .ooooooo.XX.",
|
|
||||||
" .........XX.",
|
|
||||||
" .XXXXX.",
|
|
||||||
" .XXXXX.",
|
|
||||||
" .......",
|
|
||||||
" "
|
|
||||||
};
|
|
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 996 B |
@@ -35,7 +35,6 @@
|
|||||||
#include "project.h"
|
#include "project.h"
|
||||||
#include "symbols.h"
|
#include "symbols.h"
|
||||||
|
|
||||||
#if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__)
|
|
||||||
#include "bitmaps/new.xpm"
|
#include "bitmaps/new.xpm"
|
||||||
#include "bitmaps/open.xpm"
|
#include "bitmaps/open.xpm"
|
||||||
#include "bitmaps/save.xpm"
|
#include "bitmaps/save.xpm"
|
||||||
@@ -60,7 +59,6 @@
|
|||||||
#include "bitmaps/straight.xpm"
|
#include "bitmaps/straight.xpm"
|
||||||
|
|
||||||
#include "studio.xpm"
|
#include "studio.xpm"
|
||||||
#endif
|
|
||||||
|
|
||||||
IMPLEMENT_APP(csApp)
|
IMPLEMENT_APP(csApp)
|
||||||
|
|
||||||
@@ -324,18 +322,6 @@ void csApp::InitToolBar(wxToolBar* toolBar)
|
|||||||
{
|
{
|
||||||
wxBitmap* bitmaps[10];
|
wxBitmap* bitmaps[10];
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
|
||||||
bitmaps[0] = new wxBitmap(_T("new"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[1] = new wxBitmap(_T("open"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[2] = new wxBitmap(_T("save"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[3] = new wxBitmap(_T("copy"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[4] = new wxBitmap(_T("cut"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[5] = new wxBitmap(_T("paste"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[6] = new wxBitmap(_T("print"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[7] = new wxBitmap(_T("help"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[8] = new wxBitmap(_T("undo"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[9] = new wxBitmap(_T("redo"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
#elif defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__)
|
|
||||||
bitmaps[0] = new wxBitmap( new_xpm );
|
bitmaps[0] = new wxBitmap( new_xpm );
|
||||||
bitmaps[1] = new wxBitmap( open_xpm );
|
bitmaps[1] = new wxBitmap( open_xpm );
|
||||||
bitmaps[2] = new wxBitmap( save_xpm );
|
bitmaps[2] = new wxBitmap( save_xpm );
|
||||||
@@ -346,9 +332,6 @@ void csApp::InitToolBar(wxToolBar* toolBar)
|
|||||||
bitmaps[7] = new wxBitmap( help_xpm );
|
bitmaps[7] = new wxBitmap( help_xpm );
|
||||||
bitmaps[8] = new wxBitmap( undo_xpm );
|
bitmaps[8] = new wxBitmap( undo_xpm );
|
||||||
bitmaps[9] = new wxBitmap( redo_xpm );
|
bitmaps[9] = new wxBitmap( redo_xpm );
|
||||||
#else
|
|
||||||
#error "Not implemented for this platform."
|
|
||||||
#endif
|
|
||||||
|
|
||||||
toolBar->AddTool(wxID_NEW, *bitmaps[0], wxNullBitmap, false, wxDefaultCoord, wxDefaultCoord, NULL, _T("New file"));
|
toolBar->AddTool(wxID_NEW, *bitmaps[0], wxNullBitmap, false, wxDefaultCoord, wxDefaultCoord, NULL, _T("New file"));
|
||||||
toolBar->AddTool(wxID_OPEN, *bitmaps[1], wxNullBitmap, false, wxDefaultCoord, wxDefaultCoord, NULL, _T("Open file"));
|
toolBar->AddTool(wxID_OPEN, *bitmaps[1], wxNullBitmap, false, wxDefaultCoord, wxDefaultCoord, NULL, _T("Open file"));
|
||||||
@@ -396,19 +379,6 @@ void csApp::CreateDiagramToolBar(wxFrame* parent)
|
|||||||
|
|
||||||
wxBitmap* bitmaps[11];
|
wxBitmap* bitmaps[11];
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
|
||||||
bitmaps[0] = new wxBitmap(_T("alignl"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[1] = new wxBitmap(_T("alignr"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[2] = new wxBitmap(_T("alignt"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[3] = new wxBitmap(_T("alignb"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[4] = new wxBitmap(_T("horiz"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[5] = new wxBitmap(_T("vert"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[6] = new wxBitmap(_T("copysize"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[7] = new wxBitmap(_T("linearrow"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[8] = new wxBitmap(_T("newpoint"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[9] = new wxBitmap(_T("cutpoint"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
bitmaps[10] = new wxBitmap(_T("straighten"), wxBITMAP_TYPE_RESOURCE);
|
|
||||||
#elif defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__)
|
|
||||||
bitmaps[0] = new wxBitmap( alignl_xpm );
|
bitmaps[0] = new wxBitmap( alignl_xpm );
|
||||||
bitmaps[1] = new wxBitmap( alignr_xpm );
|
bitmaps[1] = new wxBitmap( alignr_xpm );
|
||||||
bitmaps[2] = new wxBitmap( alignt_xpm );
|
bitmaps[2] = new wxBitmap( alignt_xpm );
|
||||||
@@ -420,9 +390,6 @@ void csApp::CreateDiagramToolBar(wxFrame* parent)
|
|||||||
bitmaps[8] = new wxBitmap( newpoint_xpm );
|
bitmaps[8] = new wxBitmap( newpoint_xpm );
|
||||||
bitmaps[9] = new wxBitmap( cutpoint_xpm );
|
bitmaps[9] = new wxBitmap( cutpoint_xpm );
|
||||||
bitmaps[10] = new wxBitmap( straight_xpm );
|
bitmaps[10] = new wxBitmap( straight_xpm );
|
||||||
#else
|
|
||||||
#error "Not implemented for this platform."
|
|
||||||
#endif
|
|
||||||
|
|
||||||
m_diagramToolBar->AddTool(DIAGRAM_TOOLBAR_ALIGNL, *bitmaps[0], wxNullBitmap, false, wxDefaultCoord, wxDefaultCoord, NULL, _T("Align left"));
|
m_diagramToolBar->AddTool(DIAGRAM_TOOLBAR_ALIGNL, *bitmaps[0], wxNullBitmap, false, wxDefaultCoord, wxDefaultCoord, NULL, _T("Align left"));
|
||||||
m_diagramToolBar->AddTool(DIAGRAM_TOOLBAR_ALIGNR, *bitmaps[1], wxNullBitmap, false, wxDefaultCoord, wxDefaultCoord, NULL, _T("Align right"));
|
m_diagramToolBar->AddTool(DIAGRAM_TOOLBAR_ALIGNR, *bitmaps[1], wxNullBitmap, false, wxDefaultCoord, wxDefaultCoord, NULL, _T("Align right"));
|
||||||
|
@@ -11,31 +11,8 @@ studio ICON "studio.ico"
|
|||||||
folder1 ICON "bitmaps/folder1.ico"
|
folder1 ICON "bitmaps/folder1.ico"
|
||||||
file1 ICON "bitmaps/file1.ico"
|
file1 ICON "bitmaps/file1.ico"
|
||||||
|
|
||||||
new BITMAP "bitmaps/new.bmp"
|
|
||||||
open BITMAP "bitmaps/open.bmp"
|
|
||||||
save BITMAP "bitmaps/save.bmp"
|
|
||||||
copy BITMAP "bitmaps/copy.bmp"
|
|
||||||
cut BITMAP "bitmaps/cut.bmp"
|
|
||||||
paste BITMAP "bitmaps/paste.bmp"
|
|
||||||
print BITMAP "bitmaps/print.bmp"
|
|
||||||
help BITMAP "bitmaps/help.bmp"
|
|
||||||
undo BITMAP "bitmaps/undo.bmp"
|
|
||||||
redo BITMAP "bitmaps/redo.bmp"
|
|
||||||
|
|
||||||
arrowtool BITMAP "bitmaps/arrow.bmp"
|
arrowtool BITMAP "bitmaps/arrow.bmp"
|
||||||
texttool BITMAP "bitmaps/texttool.bmp"
|
texttool BITMAP "bitmaps/texttool.bmp"
|
||||||
|
|
||||||
alignl BITMAP "bitmaps/alignl.bmp"
|
|
||||||
alignb BITMAP "bitmaps/alignb.bmp"
|
|
||||||
alignr BITMAP "bitmaps/alignr.bmp"
|
|
||||||
alignt BITMAP "bitmaps/alignt.bmp"
|
|
||||||
copysize BITMAP "bitmaps/copysize.bmp"
|
|
||||||
vert BITMAP "bitmaps/vert.bmp"
|
|
||||||
horiz BITMAP "bitmaps/horiz.bmp"
|
|
||||||
linearrow BITMAP "bitmaps/linearrow.bmp"
|
|
||||||
newpoint BITMAP "bitmaps/newpoint.bmp"
|
|
||||||
cutpoint BITMAP "bitmaps/cutpoint.bmp"
|
|
||||||
straighten BITMAP "bitmaps/straight.bmp"
|
|
||||||
|
|
||||||
#include "wx/msw/wx.rc"
|
#include "wx/msw/wx.rc"
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |