[gtk+/wip/ricotz/deprecated: 1/7] Remove deprecated GTK_RELIEF_HALF
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/ricotz/deprecated: 1/7] Remove deprecated GTK_RELIEF_HALF
- Date: Sun, 23 Oct 2016 16:24:26 +0000 (UTC)
commit 471d8d6184cba8a7b912fa678f6530a79c77eb5e
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Oct 23 16:56:18 2016 +0200
Remove deprecated GTK_RELIEF_HALF
gtk/gtkbutton.c | 2 --
gtk/gtkenums.h | 2 --
2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c
index 82c253b..fac2984 100644
--- a/gtk/gtkbutton.c
+++ b/gtk/gtkbutton.c
@@ -727,8 +727,6 @@ gtk_button_clicked (GtkButton *button)
* Sets the relief style of the edges of the given #GtkButton widget.
* Two styles exist, %GTK_RELIEF_NORMAL and %GTK_RELIEF_NONE.
* The default style is, as one can guess, %GTK_RELIEF_NORMAL.
- * The deprecated value %GTK_RELIEF_HALF behaves the same as
- * %GTK_RELIEF_NORMAL.
*/
void
gtk_button_set_relief (GtkButton *button,
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 5f78da2..b4ef057 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -380,7 +380,6 @@ typedef enum
/**
* GtkReliefStyle:
* @GTK_RELIEF_NORMAL: Draw a normal relief.
- * @GTK_RELIEF_HALF: A half relief. Deprecated in 3.14, does the same as @GTK_RELIEF_NORMAL
* @GTK_RELIEF_NONE: No relief.
*
* Indicated the relief to be drawn around a #GtkButton.
@@ -388,7 +387,6 @@ typedef enum
typedef enum
{
GTK_RELIEF_NORMAL,
- GTK_RELIEF_HALF,
GTK_RELIEF_NONE
} GtkReliefStyle;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]