[gtk+] docs: add docs for GtkToolbarSpaceStyle
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: add docs for GtkToolbarSpaceStyle
- Date: Tue, 21 Jan 2014 18:35:44 +0000 (UTC)
commit 0b5ee774e07f9bf628279773ad2ceacf6d21c7ef
Author: William Jon McCann <william jon mccann gmail com>
Date: Mon Jan 20 21:55:41 2014 -0500
docs: add docs for GtkToolbarSpaceStyle
gtk/gtktoolbar.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h
index 805d0e9..6cf0532 100644
--- a/gtk/gtktoolbar.h
+++ b/gtk/gtktoolbar.h
@@ -48,6 +48,13 @@ G_BEGIN_DECLS
#define GTK_IS_TOOLBAR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TOOLBAR))
#define GTK_TOOLBAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_TOOLBAR, GtkToolbarClass))
+/**
+ * GtkToolbarSpaceStyle:
+ * @GTK_TOOLBAR_SPACE_EMPTY: Use blank spacers.
+ * @GTK_TOOLBAR_SPACE_LINE: Use vertical lines for spacers.
+ *
+ * Whether spacers are vertical lines or just blank.
+ */
typedef enum
{
GTK_TOOLBAR_SPACE_EMPTY,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]