ekg2
 All Struktury Danych Pliki Funkcje Zmienne Definicje typów Wyliczenia Wartości wyliczeń Definicje Grupay Strony
userlistgui.h
Idź do dokumentacji tego pliku.
1 #if 0
2 void userlist_select (session *sess, char *name);
3 char **userlist_selection_list (GtkWidget *widget, int *num_ret);
4 GdkPixbuf *get_user_icon (server *serv, struct User *user);
5 #endif
6 
7 GtkWidget *userlist_create (GtkWidget *box);
8 void *userlist_create_model(void);
9 void userlist_show(window_t *sess);
10 void userlist_set_value (GtkWidget *treeview, gfloat val);
11 gfloat userlist_get_value (GtkWidget *treeview);
12 
13 void fe_userlist_numbers(window_t *sess);
14 void fe_userlist_clear(window_t *sess);
15 void fe_userlist_insert(window_t *sess, userlist_t *u, GdkPixbuf **pixmaps);
16