source: tags/arb_5.0/lib/pixmaps/edit/unused/replace.bitmap

Last change on this file was 5886, checked in by westram, 15 years ago
  • added resource tester (make ressource_check)
  • Each ARB application has one default icon now
    • if icon is missing, no fallback exists - instead the application raises an error
    • all windows created under one AW_root use the same icon
    • it's still possible to define special icons for special windows (but it's not used atm)
  • class AW_window
    • create_toggle now expects that names of toggle-graphics start with '#' (previously it accepted with and without '#')
    • moved code from set_icon to aw_create_shell
    • added code setting small titlebar/taskbar-icon. Works in GNOME (please report whether it works in KDE as well)
    • .xpm possible for icons
  • class AW_root
    • renamed init() to init_root() to make function name unique for resource testing. Removed default-value for 2nd parameter
    • init_root() stores 'programmname' in class member (used as name for default icon)
  • fixed/removed calls to changed/removed functions
  • moved all unused resources into 'unused' subfolders
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 740 bytes
Line 
1#define replace_width 50
2#define replace_height 15
3static char replace_bits[] = {
4   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5   0x00, 0x00, 0x7c, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x84, 0x00, 0x00,
6   0x01, 0x00, 0x00, 0x00, 0x84, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x84,
7   0x3c, 0x1d, 0xe1, 0xf1, 0x78, 0x00, 0x7c, 0x42, 0x23, 0x01, 0x0a, 0x85,
8   0x00, 0x14, 0x7e, 0x21, 0xe1, 0x0b, 0xfc, 0x00, 0x24, 0x02, 0x23, 0x11,
9   0x0a, 0x04, 0x00, 0x44, 0x42, 0x1d, 0x11, 0x0b, 0x85, 0x00, 0x84, 0x3c,
10   0xc1, 0xe7, 0xf2, 0x78, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00,
11   0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
12   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
Note: See TracBrowser for help on using the repository browser.