TSP: The Transport Sample Protocol



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

gdisp_defaultPlot.h

Go to the documentation of this file.
00001 
00042 #ifndef __DEFAULT_PLOT_H__
00043 #define __DEFAULT_PLOT_H__
00044 
00045 /*
00046  * Private structure of a 'default plot'.
00047  */
00048 typedef struct DefaultPlot_T_ {
00049 
00050   /*
00051    * Attributes.
00052    */
00053   gboolean   dpHasFocus;
00054   PlotType_T dpType;
00055 
00056   /*
00057    * Graphic widget.
00058    */
00059   GtkWidget *dpArea;
00060   guint      dpAreaWidth;
00061   guint      dpAreaHeight;
00062   GdkGC     *dpGContext;
00063 
00064   /*
00065    * Parent widget.
00066    */
00067   GtkWidget *dpParent;
00068 
00069 } DefaultPlot_T;
00070 
00071 
00072 #endif /* __DEFAULT_PLOT_H__ */
Framework Home Page.

Beware !! TSP wave is coming...