comparison pidgin/gtkutils.h @ 22184:2f805b1efc9a

Some minor doc update.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 23 Jan 2008 04:47:04 +0000
parents 1690d040addd
children f6c57e6e8a89 ce984959bda0 e9cf897bd873
comparison
equal deleted inserted replaced
22183:69ad31c9983d 22184:2f805b1efc9a
796 796
797 /** 797 /**
798 * Add a labelled widget to a GtkVBox 798 * Add a labelled widget to a GtkVBox
799 * 799 *
800 * @param vbox The GtkVBox to add the widget to. 800 * @param vbox The GtkVBox to add the widget to.
801 * @param widget_label The label to give the widget. 801 * @param widget_label The label to give the widget, can be @c NULL.
802 * @param sg The GtkSizeGroup to add the label to. 802 * @param sg The GtkSizeGroup to add the label to, can be @c NULL.
803 * @param widget The GtkWidget to add 803 * @param widget The GtkWidget to add.
804 * @param expand Whether to expand the widget horizontally. 804 * @param expand Whether to expand the widget horizontally.
805 * @param p_label Place to store a pointer to the GtkLabel, or NULL if you don't care. 805 * @param p_label Place to store a pointer to the GtkLabel, or @c NULL if you don't care.
806 * 806 *
807 * @return A GtkHBox already added to the GtkVBox containing the GtkLabel and the GtkWidget. 807 * @return A GtkHBox already added to the GtkVBox containing the GtkLabel and the GtkWidget.
808 * @since 2.4.0 808 * @since 2.4.0
809 */ 809 */
810 GtkWidget *pidgin_add_widget_to_vbox(GtkBox *vbox, const char *widget_label, GtkSizeGroup *sg, GtkWidget *widget, gboolean expand, GtkWidget **p_label); 810 GtkWidget *pidgin_add_widget_to_vbox(GtkBox *vbox, const char *widget_label, GtkSizeGroup *sg, GtkWidget *widget, gboolean expand, GtkWidget **p_label);