source: branches/port5/lib/pixmaps/unused/search.bitmap

Last change on this file was 5886, checked in by westram, 16 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: 484 bytes
Line 
1#define search_width 50
2#define search_height 9
3static unsigned char search_bits[] = {
4   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xf3, 0x79, 0x3e, 0x1e,
5   0x33, 0x00, 0xf0, 0xf7, 0xfd, 0x7e, 0x3f, 0x33, 0x00, 0x30, 0x30, 0xcc,
6   0x66, 0x37, 0x33, 0x00, 0xf0, 0xf3, 0xcc, 0x66, 0x03, 0x3f, 0x00, 0xe0,
7   0xf7, 0xfc, 0x3e, 0x03, 0x3f, 0x00, 0x00, 0x36, 0xfc, 0x3e, 0x37, 0x33,
8   0x00, 0xf0, 0xf7, 0xcd, 0x76, 0x3f, 0x33, 0x00, 0xe0, 0xf3, 0xcd, 0x66,
9   0x1e, 0x33, 0x00};
Note: See TracBrowser for help on using the repository browser.