comparison finch/gntconv.h @ 19326:4ce4ff8a3c19

I broke the build. Sorry :(
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 18 Aug 2007 03:19:08 +0000
parents 68a3b83795c6
children 1a9b30a95fa6
comparison
equal deleted inserted replaced
19323:7ed249f66ab0 19326:4ce4ff8a3c19
25 #ifndef _GNT_CONV_H 25 #ifndef _GNT_CONV_H
26 #define _GNT_CONV_H 26 #define _GNT_CONV_H
27 27
28 #include <gnt.h> 28 #include <gnt.h>
29 #include <gntwidget.h> 29 #include <gntwidget.h>
30 #include <gntmenuitem.h>
30 31
31 #include "conversation.h" 32 #include "conversation.h"
32 33
33 /* Grabs the conv out of a PurpleConverstation */ 34 /* Grabs the conv out of a PurpleConverstation */
34 #define FINCH_CONV(conv) ((FinchConv *)(conv)->ui_data) 35 #define FINCH_CONV(conv) ((FinchConv *)(conv)->ui_data)
48 PurpleConversation *active_conv; 49 PurpleConversation *active_conv;
49 50
50 GntWidget *window; /* the container */ 51 GntWidget *window; /* the container */
51 GntWidget *entry; /* entry */ 52 GntWidget *entry; /* entry */
52 GntWidget *tv; /* text-view */ 53 GntWidget *tv; /* text-view */
53 GntWidget *menu; /* future use */ 54 GntWidget *menu;
54 GntWidget *info; 55 GntWidget *info;
55 void *pad; 56 void *pad;
56 57
57 union 58 union
58 { 59 {
68 void *pad2; 69 void *pad2;
69 }; 70 };
70 71
71 struct _FinchConvIm 72 struct _FinchConvIm
72 { 73 {
73 void *nothing_for_now; 74 GntMenuItem *sendto;
74 void *something_for_later; 75 void *something_for_later;
75 }; 76 };
76 77
77 /** 78 /**
78 * Get the ui-functions. 79 * Get the ui-functions.