TSP: The Transport Sample Protocol



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

gdisp_plotText.h

Go to the documentation of this file.
00001 
00042 #ifndef __TEXT_PLOT_H__
00043 #define __TEXT_PLOT_H__
00044 
00045 
00046 /*
00047  * Private structure of a 'text plot'.
00048  */
00049 enum {
00050 
00051   GD_SYMBOL_NAME_COLUMN  = 0,
00052   GD_SYMBOL_VALUE_COLUMN = 1,
00053   GD_SYMBOL_MAX_COLUMNS  = 2
00054 
00055 };
00056 
00057 typedef struct PlotText_T_ {
00058 
00059   /*
00060    * Attributes.
00061    */
00062   PlotType_T           pttType;
00063 
00064   /*
00065    * List of pointer on TSP_Symbol_T.
00066    */
00067   GList               *pttSymbolList;
00068 
00069   /*
00070    * Graphic widget.
00071    */
00072   GtkStyle            *pttStyle;
00073   GtkWidget           *pttCList;
00074   guint                pttCListWidth;
00075   guint                pttCListHeight;
00076 
00077   /*
00078    * Parent widget.
00079    */
00080   GtkWidget           *pttParent;
00081 
00082 } PlotText_T;
00083 
00084 
00085 #endif /* __TEXT_PLOT_H__ */
Framework Home Page.

Beware !! TSP wave is coming...