| 84 * @window: The window. |
84 * @window: The window. |
| 85 * @notebook: The notebook of conversations. |
85 * @notebook: The notebook of conversations. |
| 86 * @notebook_menu: The menu on the notebook. |
86 * @notebook_menu: The menu on the notebook. |
| 87 * @clicked_tab: The menu currently clicked. |
87 * @clicked_tab: The menu currently clicked. |
| 88 * |
88 * |
| 89 * A GTK+ representation of a graphical window containing one or more |
89 * A GTK representation of a graphical window containing one or more |
| 90 * conversations. |
90 * conversations. |
| 91 */ |
91 */ |
| 92 struct _PidginConvWindow |
92 struct _PidginConvWindow |
| 93 { |
93 { |
| 94 /*< public >*/ |
94 /*< public >*/ |