| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- // $Id: flu_pixmaps.h,v 1.12 2003/12/06 16:52:41 jbryan Exp $
- /***************************************************************
- * FLU - FLTK Utility Widgets
- * Copyright (C) 2002 Ohio Supercomputer Center, Ohio State University
- *
- * This file and its content is protected by a software license.
- * You should have received a copy of this license with this file.
- * If not, please contact the Ohio Supercomputer Center immediately:
- * Attn: Jason Bryan Re: FLU 1224 Kinnear Rd, Columbus, Ohio 43212
- *
- ***************************************************************/
- #ifndef _FLU_PIXMAPS_H
- #define _FLU_PIXMAPS_H
- #include "FLU/flu_export.h"
- FLU_EXPORT extern char* plus_xpm[];
- FLU_EXPORT extern char* minus_xpm[];
- FLU_EXPORT extern char* arrow_closed_xpm[];
- FLU_EXPORT extern char* arrow_open_xpm[];
- FLU_EXPORT extern char* bluedot_xpm[];
- FLU_EXPORT extern char* book_xpm[];
- FLU_EXPORT extern char* floppy_drive_xpm[];
- FLU_EXPORT extern char* network_drive_xpm[];
- FLU_EXPORT extern char* ram_drive_xpm[];
- FLU_EXPORT extern char* removable_drive_xpm[];
- FLU_EXPORT extern char* cd_drive_xpm[];
- FLU_EXPORT extern char* computer_xpm[];
- FLU_EXPORT extern char* disk_drive_xpm[];
- FLU_EXPORT extern char* filled_folder_xpm[];
- FLU_EXPORT extern char* folder_closed_xpm[];
- FLU_EXPORT extern char* folder_open_xpm[];
- FLU_EXPORT extern char* folder_up_xpm[];
- FLU_EXPORT extern char* folder_load_xpm[];
- FLU_EXPORT extern char* folder_save_xpm[];
- FLU_EXPORT extern char* big_folder_up_xpm[];
- FLU_EXPORT extern char* big_folder_new_xpm[];
- FLU_EXPORT extern char* greendot_xpm[];
- FLU_EXPORT extern char* purpledot_xpm[];
- FLU_EXPORT extern char* question_book_xpm[];
- FLU_EXPORT extern char* reddot_xpm[];
- FLU_EXPORT extern char* tealdot_xpm[];
- FLU_EXPORT extern char* textdoc_xpm[];
- FLU_EXPORT extern char* yellowdot_xpm[];
- FLU_EXPORT extern char* cdrom_xpm[];
- FLU_EXPORT extern char* trash_xpm[];
- FLU_EXPORT extern char* home_xpm[];
- FLU_EXPORT extern char* reload_xpm[];
- #endif
|