eq_graph

eq_graph

Synopsis




#define             EQ_GRAPH                            (x)
                    EqGraph;
EqGraph*            create_eqgraph                      (GList **wlist,
                                                         GdkPixmap *parent,
                                                         GdkGC *gc,
                                                         gint x,
                                                         gint y);

Description

Details

EQ_GRAPH()

#define EQ_GRAPH(x)  ((EqGraph *)(x))

x :


EqGraph

typedef struct {
    Widget eg_widget;
} EqGraph;


create_eqgraph ()

EqGraph*            create_eqgraph                      (GList **wlist,
                                                         GdkPixmap *parent,
                                                         GdkGC *gc,
                                                         gint x,
                                                         gint y);

wlist :

parent :

gc :

x :

y :

Returns :