upixmaps.hpp

00001 /* ==================================================== ======== ======= *
00002  *
00003  *  upixmaps.hpp
00004  *  a wrapping for using some of the great FVWM pixmaps in the Ubit toolkit
00005  *  
00006  *  !!NOTE that this file is usually unnecessary for building Ubit applications.
00007  *  These pixmaps are already declared as UPix constants in the upix.hh file
00008  *
00009  * ==================================================== ======== ======= */
00010 /*
00011 Mini XPM icon package (for fvwm).
00012 Version 1
00013 Free (F) by Ludvig A. Norin 1995
00014 emph@ludd.luth.se
00015 
00016 This package contains 14x14 pixel icons
00017 for use with the FVWM 2.x distribution.
00018 The icons might of course be used in just
00019 about any other purpose you can think of,
00020 but since FVWM is such a great wm, I
00021 really suggest that you use them in it,
00022 rather than putting them in your private
00023 .JPG/.GIF pictures just for the fun of it.
00024 
00025 The icons are small enough to give the
00026 FVWM menus a spiffy outlook. The icons
00027 are optimized to use as few colors as
00028 possible, and they will totally occypy
00029 14 entrys of the colormap.
00030 
00031  * ==================================================== ======== ======= */
00032 
00033 namespace ubit {
00034 
00035 extern const char * upix_hslider_xpm[];
00036 extern const char * upix_vslider_xpm[];
00037 extern const char * upix_folder_xpm[];
00038 extern const char * upix_ofolder_xpm[];
00039 extern const char * upix_doc_xpm[];
00040 extern const char * upix_rball_xpm[];
00041 extern const char * upix_diskette_xpm[];
00042 extern const char * upix_cross_xpm[];
00043 extern const char * upix_left_xpm[];
00044 extern const char * upix_right_xpm[];
00045 extern const char * upix_raise_xpm[];
00046 extern const char * upix_lower_xpm[];
00047 extern const char * upix_plus_xpm[];
00048 extern const char * upix_minus_xpm[];
00049 extern const char * upix_ellipsis_xpm[];
00050 extern const char * upix_zoom_xpm[];
00051 extern const char * upix_resize[];
00052 extern const char * upix_windows_xpm[];
00053 extern const char * upix_edit_xpm[];
00054 extern const char * upix_bomb_xpm[];
00055 extern const char * upix_clock_xpm[];
00056 extern const char * upix_book_xpm[];
00057 extern const char * upix_colors_xpm[];
00058 extern const char * upix_question_xpm[];
00059 extern const char * upix_ray_xpm[];
00060 extern const char * upix_eyes_xpm[];
00061 extern const char * upix_mail_xpm[];
00062 extern const char * upix_paint_xpm[];
00063 extern const char * upix_stop_xpm[];
00064 extern const char *upix_bigFolder_xpm[];
00065 extern const char *upix_bigDoc_xpm[];
00066 extern const char *upix_bigText_xpm[];
00067 extern const char *upix_bigIma_xpm[];
00068 extern const char *upix_bigUp_xpm[];
00069 extern const char *upix_bigLeft_xpm[];
00070 extern const char *upix_bigRight_xpm[];
00071 extern const char *upix_leftarrow_xpm[];
00072 extern const char *upix_rightarrow_xpm[];
00073 extern const char *upix_uparrow_xpm[];
00074 extern const char *upix_downarrow_xpm[];
00075 
00076 }
00077 

Generated on Mon Jan 29 00:20:40 2007 for Ubit by  doxygen 1.4.7