mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
GtkModelButton: Add docs
This commit is contained in:
parent
7d35351c7a
commit
d0d41dfeba
@ -986,6 +986,15 @@ gtk_model_button_init (GtkModelButton *button)
|
||||
GTK_STYLE_CLASS_MENUITEM);
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_model_button_new:
|
||||
*
|
||||
* Creates a new GtkModelButton.
|
||||
*
|
||||
* Returns: the newly created #GtkModelButton widget
|
||||
*
|
||||
* Since: 3.16
|
||||
*/
|
||||
GtkWidget *
|
||||
gtk_model_button_new (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user