The Go API | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
#include <go-game-list.h> struct GoGameList; GtkObject* go_game_list_new (GoData *data, GtkCList *clist); |
GtkObject* go_game_list_new (GoData *data, GtkCList *clist); |
Allocate a new GoGameList object and connect it to data. This function modifies the column attributes of clist.
data : | a GoData object |
clist : | a GtkCList widget to display the games in |
Returns : | a newly allocated GoGameList object |