00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef _FLU_FILE_CHOOSER_PIXMAPS_H
00017 #define _FLU_FILE_CHOOSER_PIXMAPS_H
00018
00019 #include "FLU/flu_export.h"
00020
00021 FLU_EXPORT extern char* monalisa_xpm[];
00022 FLU_EXPORT extern char* filedetails_xpm[];
00023 FLU_EXPORT extern char* filelist_xpm[];
00024 FLU_EXPORT extern char* filelistwide_xpm[];
00025 FLU_EXPORT extern char* bighome_xpm[];
00026 FLU_EXPORT extern char* folder_favorite_xpm[];
00027 FLU_EXPORT extern char* bigfavorites_xpm[];
00028 FLU_EXPORT extern char* desktop_xpm[];
00029 FLU_EXPORT extern char* bigtemporary_xpm[];
00030 FLU_EXPORT extern char* bigdocuments_xpm[];
00031 FLU_EXPORT extern char* mini_folder_favorites_xpm[];
00032 FLU_EXPORT extern char* mini_desktop_xpm[];
00033 FLU_EXPORT extern char* my_computer_xpm[];
00034
00035 #endif