| 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 const char* plus_xpm[];
- FLU_EXPORT extern const char* minus_xpm[];
- FLU_EXPORT extern const char* arrow_closed_xpm[];
- FLU_EXPORT extern const char* arrow_open_xpm[];
- FLU_EXPORT extern const char* bluedot_xpm[];
- FLU_EXPORT extern const char* book_xpm[];
- FLU_EXPORT extern const char* floppy_drive_xpm[];
- FLU_EXPORT extern const char* network_drive_xpm[];
- FLU_EXPORT extern const char* ram_drive_xpm[];
- FLU_EXPORT extern const char* removable_drive_xpm[];
- FLU_EXPORT extern const char* cd_drive_xpm[];
- FLU_EXPORT extern const char* computer_xpm[];
- FLU_EXPORT extern const char* disk_drive_xpm[];
- FLU_EXPORT extern const char* filled_folder_xpm[];
- FLU_EXPORT extern const char* folder_closed_xpm[];
- FLU_EXPORT extern const char* folder_open_xpm[];
- FLU_EXPORT extern const char* folder_up_xpm[];
- FLU_EXPORT extern const char* folder_load_xpm[];
- FLU_EXPORT extern const char* folder_save_xpm[];
- FLU_EXPORT extern const char* big_folder_up_xpm[];
- FLU_EXPORT extern const char* big_folder_new_xpm[];
- FLU_EXPORT extern const char* greendot_xpm[];
- FLU_EXPORT extern const char* purpledot_xpm[];
- FLU_EXPORT extern const char* question_book_xpm[];
- FLU_EXPORT extern const char* reddot_xpm[];
- FLU_EXPORT extern const char* tealdot_xpm[];
- FLU_EXPORT extern const char* textdoc_xpm[];
- FLU_EXPORT extern const char* yellowdot_xpm[];
- FLU_EXPORT extern const char* cdrom_xpm[];
- FLU_EXPORT extern const char* trash_xpm[];
- FLU_EXPORT extern const char* home_xpm[];
- FLU_EXPORT extern const char* reload_xpm[];
- #endif
|