Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
f593084c
Commit
f593084c
authored
Mar 19, 2015
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ge subgraph palette new pixmaps added
parent
a42a8eaf
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
3 deletions
+17
-3
xtt/lib/ge/src/ge_bitmap_methodtoolbar251.h
xtt/lib/ge/src/ge_bitmap_methodtoolbar251.h
+5
-0
xtt/lib/ge/src/ge_bitmap_pwrlogotype252.h
xtt/lib/ge/src/ge_bitmap_pwrlogotype252.h
+5
-0
xtt/lib/ge/src/ge_subpalette.cpp
xtt/lib/ge/src/ge_subpalette.cpp
+4
-0
xtt/lib/ge/src/ge_subpalette.h
xtt/lib/ge/src/ge_subpalette.h
+1
-1
xtt/lib/ge/src/pwr_ge_setup.dat
xtt/lib/ge/src/pwr_ge_setup.dat
+2
-2
No files found.
xtt/lib/ge/src/ge_bitmap_methodtoolbar251.h
0 → 100644
View file @
f593084c
#define ge_bitmap_methodtoolbar251_width 16
#define ge_bitmap_methodtoolbar251_height 12
static
unsigned
char
ge_bitmap_methodtoolbar251_bits
[]
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0xff
,
0x7f
,
0x55
,
0x55
,
0xff
,
0x7f
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
};
xtt/lib/ge/src/ge_bitmap_pwrlogotype252.h
0 → 100644
View file @
f593084c
#define ge_bitmap_pwrlogotype252_width 16
#define ge_bitmap_pwrlogotype252_height 12
static
unsigned
char
ge_bitmap_pwrlogotype252_bits
[]
=
{
0xcf
,
0xf3
,
0x32
,
0x4c
,
0x04
,
0x20
,
0x1a
,
0x58
,
0x69
,
0x96
,
0x89
,
0x91
,
0x32
,
0x4c
,
0x04
,
0x20
,
0x02
,
0x40
,
0x01
,
0x80
,
0x00
,
0x00
,
0x00
,
0x00
};
xtt/lib/ge/src/ge_subpalette.cpp
View file @
f593084c
...
...
@@ -307,6 +307,8 @@
#include "ge_bitmap_limitswitch248.h"
#include "ge_bitmap_camera249.h"
#include "ge_bitmap_axisarc250.h"
#include "ge_bitmap_methodtoolbar251.h"
#include "ge_bitmap_pwrlogotype252.h"
#define SUBPALETTE__INPUT_SYNTAX 2
#define SUBPALETTE__OBJNOTFOUND 4
...
...
@@ -648,6 +650,8 @@ void SubPaletteBrow::allocate_pixmaps()
ALLOC_PIXMAP
(
ge_bitmap_limitswitch248
,
248
);
ALLOC_PIXMAP
(
ge_bitmap_camera249
,
249
);
ALLOC_PIXMAP
(
ge_bitmap_axisarc250
,
250
);
ALLOC_PIXMAP
(
ge_bitmap_methodtoolbar251
,
251
);
ALLOC_PIXMAP
(
ge_bitmap_pwrlogotype252
,
252
);
}
...
...
xtt/lib/ge/src/ge_subpalette.h
View file @
f593084c
...
...
@@ -53,7 +53,7 @@
/*! \addtogroup Ge */
/*@{*/
#define SUBP_PIXMAPS_SIZE 25
0
#define SUBP_PIXMAPS_SIZE 25
2
typedef
struct
subpalette_s_Menu
{
char
title
[
80
];
...
...
xtt/lib/ge/src/pwr_ge_setup.dat
View file @
f593084c
...
...
@@ -463,10 +463,10 @@ menu Other
subgraph ConGlue pwr_conglue.component 10
subgraph MenuBar pwr_exe:pwr_menubar.pwsg 32
subgraph MenuBar2 pwr_exe:pwr_menubar2.pwsg 32
subgraph MethodToolbar pwr_exe:pwr_methodtoolbar.component
32
subgraph MethodToolbar pwr_exe:pwr_methodtoolbar.component
251
subgraph PulldownMenu pwr_exe:pwr_pulldownmenu.pwsg 33
subgraph PulldownMenu2 pwr_exe:pwr_pulldownmenu2.pwsg 33
subgraph PwrLogotype pwr_exe:pwr_logga.pwsg
10
subgraph PwrLogotype pwr_exe:pwr_logga.pwsg
252
subgraph OptionMenu pwr_exe:pwr_optionmenu.pwsg 31
subgraph Window pwr_window.component 29
subgraph Smiley pwr_exe:pwr_smiley.pwsg 79
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment