Commit f593084c authored by Claes Sjofors's avatar Claes Sjofors

Ge subgraph palette new pixmaps added

parent a42a8eaf
#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};
#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};
...@@ -307,6 +307,8 @@ ...@@ -307,6 +307,8 @@
#include "ge_bitmap_limitswitch248.h" #include "ge_bitmap_limitswitch248.h"
#include "ge_bitmap_camera249.h" #include "ge_bitmap_camera249.h"
#include "ge_bitmap_axisarc250.h" #include "ge_bitmap_axisarc250.h"
#include "ge_bitmap_methodtoolbar251.h"
#include "ge_bitmap_pwrlogotype252.h"
#define SUBPALETTE__INPUT_SYNTAX 2 #define SUBPALETTE__INPUT_SYNTAX 2
#define SUBPALETTE__OBJNOTFOUND 4 #define SUBPALETTE__OBJNOTFOUND 4
...@@ -648,6 +650,8 @@ void SubPaletteBrow::allocate_pixmaps() ...@@ -648,6 +650,8 @@ void SubPaletteBrow::allocate_pixmaps()
ALLOC_PIXMAP( ge_bitmap_limitswitch248, 248); ALLOC_PIXMAP( ge_bitmap_limitswitch248, 248);
ALLOC_PIXMAP( ge_bitmap_camera249, 249); ALLOC_PIXMAP( ge_bitmap_camera249, 249);
ALLOC_PIXMAP( ge_bitmap_axisarc250, 250); ALLOC_PIXMAP( ge_bitmap_axisarc250, 250);
ALLOC_PIXMAP( ge_bitmap_methodtoolbar251, 251);
ALLOC_PIXMAP( ge_bitmap_pwrlogotype252, 252);
} }
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
/*! \addtogroup Ge */ /*! \addtogroup Ge */
/*@{*/ /*@{*/
#define SUBP_PIXMAPS_SIZE 250 #define SUBP_PIXMAPS_SIZE 252
typedef struct subpalette_s_Menu { typedef struct subpalette_s_Menu {
char title[80]; char title[80];
......
...@@ -463,10 +463,10 @@ menu Other ...@@ -463,10 +463,10 @@ menu Other
subgraph ConGlue pwr_conglue.component 10 subgraph ConGlue pwr_conglue.component 10
subgraph MenuBar pwr_exe:pwr_menubar.pwsg 32 subgraph MenuBar pwr_exe:pwr_menubar.pwsg 32
subgraph MenuBar2 pwr_exe:pwr_menubar2.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 PulldownMenu pwr_exe:pwr_pulldownmenu.pwsg 33
subgraph PulldownMenu2 pwr_exe:pwr_pulldownmenu2.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 OptionMenu pwr_exe:pwr_optionmenu.pwsg 31
subgraph Window pwr_window.component 29 subgraph Window pwr_window.component 29
subgraph Smiley pwr_exe:pwr_smiley.pwsg 79 subgraph Smiley pwr_exe:pwr_smiley.pwsg 79
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment