00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef _FLU_PIXMAPS_H
00017 #define _FLU_PIXMAPS_H
00018
00019 #include "FLU/flu_export.h"
00020
00021 FLU_EXPORT extern char* plus_xpm[];
00022 FLU_EXPORT extern char* minus_xpm[];
00023 FLU_EXPORT extern char* arrow_closed_xpm[];
00024 FLU_EXPORT extern char* arrow_open_xpm[];
00025 FLU_EXPORT extern char* bluedot_xpm[];
00026 FLU_EXPORT extern char* book_xpm[];
00027 FLU_EXPORT extern char* floppy_drive_xpm[];
00028 FLU_EXPORT extern char* network_drive_xpm[];
00029 FLU_EXPORT extern char* ram_drive_xpm[];
00030 FLU_EXPORT extern char* removable_drive_xpm[];
00031 FLU_EXPORT extern char* cd_drive_xpm[];
00032 FLU_EXPORT extern char* computer_xpm[];
00033 FLU_EXPORT extern char* disk_drive_xpm[];
00034 FLU_EXPORT extern char* filled_folder_xpm[];
00035 FLU_EXPORT extern char* folder_closed_xpm[];
00036 FLU_EXPORT extern char* folder_open_xpm[];
00037 FLU_EXPORT extern char* folder_up_xpm[];
00038 FLU_EXPORT extern char* folder_load_xpm[];
00039 FLU_EXPORT extern char* folder_save_xpm[];
00040 FLU_EXPORT extern char* big_folder_up_xpm[];
00041 FLU_EXPORT extern char* big_folder_new_xpm[];
00042 FLU_EXPORT extern char* greendot_xpm[];
00043 FLU_EXPORT extern char* purpledot_xpm[];
00044 FLU_EXPORT extern char* question_book_xpm[];
00045 FLU_EXPORT extern char* reddot_xpm[];
00046 FLU_EXPORT extern char* tealdot_xpm[];
00047 FLU_EXPORT extern char* textdoc_xpm[];
00048 FLU_EXPORT extern char* yellowdot_xpm[];
00049 FLU_EXPORT extern char* cdrom_xpm[];
00050 FLU_EXPORT extern char* trash_xpm[];
00051 FLU_EXPORT extern char* home_xpm[];
00052 FLU_EXPORT extern char* reload_xpm[];
00053
00054 #endif