source: tags/arb_5.0/lib/pixmaps/edit/unused/stretch.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: 542 bytes
Line 
1#define stretch_width 24
2#define stretch_height 24
3static unsigned char stretch_bits[] = {
4   0x00, 0x00, 0x00, 0xc0, 0x01, 0x1f, 0x20, 0x92, 0x20, 0x20, 0x7e, 0x40,
5   0x30, 0x52, 0x40, 0xe8, 0x41, 0x40, 0x14, 0x40, 0x40, 0x0b, 0x60, 0x40,
6   0xa6, 0x90, 0x20, 0xc2, 0x88, 0x1f, 0xe2, 0x44, 0x00, 0x01, 0x22, 0x00,
7   0x00, 0x11, 0x00, 0x80, 0x08, 0x00, 0x40, 0x04, 0x00, 0x20, 0x02, 0x00,
8   0x10, 0x01, 0x00, 0x88, 0x00, 0x00, 0x44, 0x00, 0x00, 0x27, 0x00, 0x00,
9   0x18, 0x00, 0x00, 0x10, 0x00, 0x00, 0x10, 0x00, 0x00, 0x10, 0x00, 0x00};
Note: See TracBrowser for help on using the repository browser.