GoPlayerList

Name

GoPlayerList -- a GoData client to print players into a GtkCList

Synopsis


#include <go-player-list.h>


struct      GoPlayerList;
GtkObject*  go_player_list_new              (GoData *data,
                                             GtkCList *clist);

Object Hierarchy


  GtkObject
   +----GoClient
         +----GoPlayerList

Args


  "clist"                gpointer             : Read / Write / Construct Only

Description

Details

struct GoPlayerList

struct GoPlayerList {
	GtkCList * clist;
};


go_player_list_new ()

GtkObject*  go_player_list_new              (GoData *data,
                                             GtkCList *clist);

Allocate a new GoPlayerList 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 players in
Returns : a newly allocated GoPlayerList object

Args

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