pidgin/gtkconvwin.h

changeset 41087
4fc5b0ddf55e
parent 41086
631e6cba8635
child 41124
95555046173e
equal deleted inserted replaced
41086:631e6cba8635 41087:4fc5b0ddf55e
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 >*/
112 }; 112 };
113 113
114 G_BEGIN_DECLS 114 G_BEGIN_DECLS
115 115
116 /************************************************************************** 116 /**************************************************************************
117 * GTK+ Conversation Window API 117 * GTK Conversation Window API
118 **************************************************************************/ 118 **************************************************************************/
119 119
120 /** 120 /**
121 * pidgin_conv_window_new: 121 * pidgin_conv_window_new:
122 * 122 *

mercurial