diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2015-08-10 13:49:03 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2015-08-10 13:49:03 +0100 |
commit | 150c0cae9a2d004546b165904e88b2c187c852ed (patch) | |
tree | 7b36e912d7ff08d3ab0eb4a6f534f4747636defc | |
parent | ded87c133defb7332ddb1f8b38bbada592d80c0b (diff) | |
download | gtk+-wip/ebassi/combo.tar.gz |
docs: Add description for GtkOptionButtonwip/ebassi/combo
-rw-r--r-- | gtk/gtkoptionbutton.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk/gtkoptionbutton.c b/gtk/gtkoptionbutton.c index 2cd2056fa6..b7507c8bb3 100644 --- a/gtk/gtkoptionbutton.c +++ b/gtk/gtkoptionbutton.c @@ -28,6 +28,15 @@ #include "gtkintl.h" #include "gtkprivate.h" +/** + * SECTION:gtkoptionbutton + * @Short_description: A button widget tied to a GtkOptionList + * @Title: GtkOptionButton + * @See_also: #GtkOptionList + * + * GtkOptionButton is a button widget that can be used to show a + * #GtkOptionList as a pop over. + */ enum { PROP_PLACEHOLDER_TEXT = 1 |