diff options
author | jcid <devnull@localhost> | 2007-10-29 15:51:30 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-10-29 15:51:30 +0100 |
commit | 2fca0769dca44c7d105fbb3b8d23369be5f7a600 (patch) | |
tree | 8f6e77a8539f706a5f081acea95ef4fd88460ac8 /src/pixmaps.h | |
parent | 4c6e82430a895d577d3767ef12fccff27922ac25 (diff) |
- Hooked "Activate" to the form_receiver.
- Connected the plain page context menu.
- Added code for the image menu (not hooked yet though).
- Added a image-loading toggle button to the UI (not functional yet).
Diffstat (limited to 'src/pixmaps.h')
-rw-r--r-- | src/pixmaps.h | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/pixmaps.h b/src/pixmaps.h index 57b05f97..8f83f328 100644 --- a/src/pixmaps.h +++ b/src/pixmaps.h @@ -1495,6 +1495,48 @@ static char * mini_ok_xpm[] = { }; /* XPM */ +static char * imgload_on_xpm[] = { +"15 15 2 1", +" c #00000000CF3C", +". c #FFFFFFFFFFFF", +" . . .........", +" . ... ..", +" . . ... ....", +" . ... .. .....", +" ..... . .. .", +"......... .. .", +".......... .", +"...............", +". ...........", +". . . .. ....", +". .. . ....", +". .. . . .....", +". . . .....", +"...............", +"..............."}; + +/* XPM */ +static char * imgload_off_xpm[] = { +"15 15 2 1", +" c #CF3C00000000", +". c #FFFFFFFFFFFF", +" .. . .........", +" . .. ...", +" . . ......", +" . . . . .. ..", +" . ... .. ..", +" ........ ..", +"...............", +"...............", +"...............", +" .. . ....", +" . .. ..", +" . . .... .....", +" . . ...", +" .. ... ...", +".... .... ....."}; + +/* XPM */ static char *left_i_xpm[] = { "22 22 3 1", " c None", |