pidgin/gtkconv.h

changeset 41378
14cda54c3fbf
parent 41323
21185b889103
child 41611
518ed33dc53a
equal deleted inserted replaced
41377:89e348e53f71 41378:14cda54c3fbf
24 #endif 24 #endif
25 25
26 #ifndef _PIDGIN_CONVERSATION_H_ 26 #ifndef _PIDGIN_CONVERSATION_H_
27 #define _PIDGIN_CONVERSATION_H_ 27 #define _PIDGIN_CONVERSATION_H_
28 28
29 typedef struct _PidginImPane PidginImPane;
30 typedef struct _PidginChatPane PidginChatPane;
31 typedef struct _PidginConversation PidginConversation; 29 typedef struct _PidginConversation PidginConversation;
32 30
33 enum { 31 enum {
34 CHAT_USERS_ICON_COLUMN, 32 CHAT_USERS_ICON_COLUMN,
35 CHAT_USERS_ALIAS_COLUMN, 33 CHAT_USERS_ALIAS_COLUMN,
73 GtkWidget *history; 71 GtkWidget *history;
74 72
75 GtkWidget *editor; 73 GtkWidget *editor;
76 GtkWidget *entry; 74 GtkWidget *entry;
77 75
78 union 76 guint32 typing_timer;
79 { 77 GtkWidget *count;
80 PidginImPane *im; 78 GtkWidget *list;
81 PidginChatPane *chat; 79 GtkWidget *topic_text;
82
83 } u;
84 80
85 time_t newday; 81 time_t newday;
86 GtkWidget *infopane; 82 GtkWidget *infopane;
87 83
88 /* Used when attaching a PidginConversation to a PurpleConversation 84 /* Used when attaching a PidginConversation to a PurpleConversation

mercurial