// $Id: flu_file_chooser_pixmaps.h,v 1.1 2003/12/08 16:25:48 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_FILE_CHOOSER_PIXMAPS_H #define _FLU_FILE_CHOOSER_PIXMAPS_H #include "flu_export.h" FLU_EXPORT extern char* monalisa_xpm[]; FLU_EXPORT extern char* filedetails_xpm[]; FLU_EXPORT extern char* filelist_xpm[]; FLU_EXPORT extern char* filelistwide_xpm[]; FLU_EXPORT extern char* bighome_xpm[]; FLU_EXPORT extern char* folder_favorite_xpm[]; FLU_EXPORT extern char* bigfavorites_xpm[]; FLU_EXPORT extern char* desktop_xpm[]; FLU_EXPORT extern char* bigtemporary_xpm[]; FLU_EXPORT extern char* bigdocuments_xpm[]; FLU_EXPORT extern char* mini_folder_favorites_xpm[]; FLU_EXPORT extern char* mini_desktop_xpm[]; FLU_EXPORT extern char* my_computer_xpm[]; #endif