GoGameList

Name

GoGameList -- a GoData client to print games into a GtkCList

Synopsis


#include <go-game-list.h>


struct      GoGameList;
GtkObject*  go_game_list_new                (GoData *data,
                                             GtkCList *clist);

Object Hierarchy


  GtkObject
   +----GoClient
         +----GoGameList

Args


  "clist"                gpointer             : Read / Write / Construct Only

Description

Details

struct GoGameList

struct GoGameList {
	GtkCList * clist;
};


go_game_list_new ()

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

Args

"clist" (gpointer : Read / Write / Construct Only)