[gtk+] GtkMenuButton: remove menu property as it is replaced by popup.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkMenuButton: remove menu property as it is replaced by popup.
- Date: Wed, 17 Oct 2012 12:09:27 +0000 (UTC)
commit 7c6454246e7fa181d9e16f3520bc6d3765168f40
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Oct 17 14:07:31 2012 +0200
GtkMenuButton: remove menu property as it is replaced by popup.
See that it was already announced to be removed before 3.6.0
but we forgot.
gtk/gtkmenubutton.c | 17 +----------------
1 files changed, 1 insertions(+), 16 deletions(-)
---
diff --git a/gtk/gtkmenubutton.c b/gtk/gtkmenubutton.c
index b46dd3a..60c3739 100644
--- a/gtk/gtkmenubutton.c
+++ b/gtk/gtkmenubutton.c
@@ -516,22 +516,7 @@ gtk_menu_button_class_init (GtkMenuButtonClass *klass)
P_("The dropdown menu."),
GTK_TYPE_MENU,
G_PARAM_READWRITE));
- /**
- * GtkMenuButton:menu:
- *
- * The #GtkMenu that will be popped up when the button is clicked.
- * This property has been renamed to "popup". "menu" will be
- * removed before 3.6.0.
- *
- * Since: 3.6
- */
- g_object_class_install_property (gobject_class,
- PROP_POPUP, /* [sic] */
- g_param_spec_object ("menu",
- P_("menu"),
- P_("The dropdown menu."),
- GTK_TYPE_MENU,
- G_PARAM_DEPRECATED | G_PARAM_READWRITE));
+
/**
* GtkMenuButton:menu-model:
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]