pidgin/gtkconvwin.h

branch
cpw.qulogic.gtk3
changeset 32386
b6021cd613c5
parent 32361
b70251c4e068
child 32438
dc8991868906
child 33120
f6f1a27ade72
equal deleted inserted replaced
32385:eef033bae51d 32386:b6021cd613c5
44 GtkWidget *notebook; /**< The notebook of conversations. */ 44 GtkWidget *notebook; /**< The notebook of conversations. */
45 GList *gtkconvs; 45 GList *gtkconvs;
46 46
47 struct 47 struct
48 { 48 {
49 /* Some necessary functions were only added in 2.6.0 */
50 GtkWidget *menubar; 49 GtkWidget *menubar;
51 50
52 #if GTK_CHECK_VERSION(2,6,0)
53 GtkAction *view_log; 51 GtkAction *view_log;
54 52
55 GtkAction *send_file; 53 GtkAction *send_file;
56 GtkAction *add_pounce; 54 GtkAction *add_pounce;
57 GtkAction *get_info; 55 GtkAction *get_info;
68 66
69 GtkAction *logging; 67 GtkAction *logging;
70 GtkAction *sounds; 68 GtkAction *sounds;
71 GtkAction *show_formatting_toolbar; 69 GtkAction *show_formatting_toolbar;
72 GtkAction *show_timestamps; 70 GtkAction *show_timestamps;
73 #else
74 GtkWidget *view_log;
75 71
76 GtkWidget *send_file;
77 GtkWidget *add_pounce;
78 GtkWidget *get_info;
79 GtkWidget *invite;
80
81 GtkWidget *alias;
82 GtkWidget *block;
83 GtkWidget *unblock;
84 GtkWidget *add;
85 GtkWidget *remove;
86
87 GtkWidget *insert_link;
88 GtkWidget *insert_image;
89
90 GtkWidget *logging;
91 GtkWidget *sounds;
92 GtkWidget *show_formatting_toolbar;
93 GtkWidget *show_timestamps;
94 #endif
95 GtkWidget *show_icon; 72 GtkWidget *show_icon;
96 73
97 GtkWidget *send_to; 74 GtkWidget *send_to;
98 75
99 GtkWidget *tray; 76 GtkWidget *tray;
100 77
101 GtkWidget *typing_icon; 78 GtkWidget *typing_icon;
102 79
103 #if GTK_CHECK_VERSION(2,6,0)
104 GtkUIManager *ui; 80 GtkUIManager *ui;
105 #else
106 GtkItemFactory *item_factory;
107 #endif
108 81
109 } menu; 82 } menu;
110 83
111 struct 84 struct
112 { 85 {
124 97
125 gint drag_motion_signal; 98 gint drag_motion_signal;
126 gint drag_leave_signal; 99 gint drag_leave_signal;
127 100
128 /* Media menu options. */ 101 /* Media menu options. */
129 #if GTK_CHECK_VERSION(2,6,0)
130 GtkAction *audio_call; 102 GtkAction *audio_call;
131 GtkAction *video_call; 103 GtkAction *video_call;
132 GtkAction *audio_video_call; 104 GtkAction *audio_video_call;
133 #else
134 GtkWidget *audio_call;
135 GtkWidget *video_call;
136 GtkWidget *audio_video_call;
137 #endif
138 }; 105 };
139 106
140 /*@}*/ 107 /*@}*/
141 108
142 /************************************************************************** 109 /**************************************************************************

mercurial