[gtk+] toolbar: Remove GtkToolbarSpaceStyle
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] toolbar: Remove GtkToolbarSpaceStyle
- Date: Sat, 22 Oct 2016 17:42:27 +0000 (UTC)
commit 85e01b9f39e2a8fef247f51557c64fda6fbbb0c5
Author: Timm Bäder <mail baedert org>
Date: Sat Oct 22 19:32:45 2016 +0200
toolbar: Remove GtkToolbarSpaceStyle
docs/reference/gtk/gtk4-sections.txt | 1 -
gtk/gtktoolbar.h | 15 ---------------
2 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt
index 4581323..8eb948b 100644
--- a/docs/reference/gtk/gtk4-sections.txt
+++ b/docs/reference/gtk/gtk4-sections.txt
@@ -3499,7 +3499,6 @@ gtk_tool_shell_get_type
<FILE>gtktoolbar</FILE>
<TITLE>GtkToolbar</TITLE>
GtkToolbar
-GtkToolbarSpaceStyle
gtk_toolbar_new
gtk_toolbar_insert
gtk_toolbar_get_item_index
diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h
index 73174f2..e4505bc 100644
--- a/gtk/gtktoolbar.h
+++ b/gtk/gtktoolbar.h
@@ -48,21 +48,6 @@ 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.
- *
- * Deprecated: 3.20
- */
-typedef enum
-{
- GTK_TOOLBAR_SPACE_EMPTY,
- GTK_TOOLBAR_SPACE_LINE
-} GtkToolbarSpaceStyle;
-
typedef struct _GtkToolbar GtkToolbar;
typedef struct _GtkToolbarPrivate GtkToolbarPrivate;
typedef struct _GtkToolbarClass GtkToolbarClass;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]