TSP: The Transport Sample Protocol



Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

gdisp_pixmaps.h

Go to the documentation of this file.
00001 
00042 #ifndef __PIXMAPS_H__
00043 #define __PIXMAPS_H__
00044 
00045 /*
00046  * Pixmap identity definitions.
00047  */
00048 typedef enum {
00049 
00050   GD_PIX_gdispLogo = 0,
00051   GD_PIX_okButton,
00052   GD_PIX_okButton2, 
00053   GD_PIX_stopButton,
00054   GD_PIX_timeDigits,
00055   GD_PIX_2dPlot,
00056   GD_PIX_textPlot,
00057   GD_PIX_stubProvider,
00058   GD_PIX_resProvider,
00059   GD_PIX_collapseNode,
00060   GD_PIX_expandedNode,
00061   GD_PIX_applyButton,
00062   GD_PIX_doneButton,
00063   GD_PIX_warning,
00064   GD_PIX_error,
00065   GD_PIX_info,
00066   GD_PIX_magentaBall,
00067   GD_PIX_cyanBall,
00068   GD_PIX_yellowBall,
00069   GD_PIX_blueBall,
00070   GD_PIX_greenBall,
00071   GD_PIX_redBall,
00072   GD_PIX_NbPixmaps /* Pixmap total number */
00073 
00074 } Pixmap_ID;
00075 
00076 /*
00077  * Pixmap type definition.
00078  */
00079 typedef struct Pixmap_T_ {
00080 
00081   Pixmap_ID   id;
00082   gchar     **data;
00083   GdkPixmap  *pixmap;
00084   GdkBitmap  *mask;
00085   guint       width;
00086   guint       height;
00087 
00088 } Pixmap_T;
00089 
00090 #endif /* __PIXMAPS_H__ */
Framework Home Page.

Beware !! TSP wave is coming...