summaryrefslogtreecommitdiff
path: root/gtk/gtkmenubuttonprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* GtkMenuButton: rename _set_menu() to _set_popup()Ryan Lortie2012-08-201-4/+4
| | | | | | | | It's too close to the release so we'll keep _set_menu() around, but deprecate it, pointing to the new API. It will be removed (and the name reused) before the 3.6.0 release. https://bugzilla.gnome.org/show_bug.cgi?id=682235
* gtkmenubutton: Add menu button widgetBastien Nocera2012-06-151-0/+37
| | | | | | | | | As used in Totem and gnome-contacts. The widget takes either a GtkMenu or a GMenuModel to construct its menu, and can be given a parent widget to use to position the drop-down (as used in GtkMenuToolButton). https://bugzilla.gnome.org/show_bug.cgi?id=668013
* Revert "gtkmenubutton: Add menu button widget"Matthias Clasen2012-05-301-37/+0
| | | | This reverts commit 9d35f7e5121c863685375d1afb7e14e886e46348.
* gtkmenubutton: Add menu button widgetBastien Nocera2012-05-301-0/+37
As used in Totem and gnome-contacts. The widget takes either a GtkMenu or a GMenuModel to construct its menu, and can be given a parent widget to use to position the drop-down (as used in GtkMenuToolButton). https://bugzilla.gnome.org/show_bug.cgi?id=668013