Documented.

svn path=/trunk/; revision=7870
This commit is contained in:
Ettore Perazzoli
2001-01-28 10:00:47 +00:00
parent 50fea9ab7e
commit 3ab2eaeb03

View File

@ -168,6 +168,15 @@ init (EDropdownButton *dropdown_button)
}
/**
* e_dropdown_button_construct:
* @dropdown_button: A pointer to an %EDropdownButton object
* @label_text: Text to display in the button
* @menu: The menu to pop up when the button is pressed
*
* Construct the @dropdown_button with the specified @label_text and the
* associated @menu.
**/
void
e_dropdown_button_construct (EDropdownButton *dropdown_button,
const char *label_text,
@ -211,12 +220,13 @@ e_dropdown_button_construct (EDropdownButton *dropdown_button,
/**
* e_dropdown_button_new:
* @label_text:
* @menu:
* @label_text: Text to display in the button
* @menu: The menu to pop up when the button is pressed
*
* Create a new dropdown button.
* Create a new dropdown button. When the button is clicked, the specified
* @menu will be popped up.
*
* Return value:
* Return value: A pointer to the newly created %EDropdownButton.
**/
GtkWidget *
e_dropdown_button_new (const char *label_text,