diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-12-01 12:17:53 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-12-19 12:51:09 -0500 |
commit | 33aaf26dd5950dc7d5a9d0fa2535a5068c53bebb (patch) | |
tree | eefa15be5fe097372406da618ddf6bfa6412b580 /gtk/gtk.h | |
parent | acbda8219981217dfdae3d1fee5facfcb38c61d5 (diff) | |
download | gtk+-33aaf26dd5950dc7d5a9d0fa2535a5068c53bebb.tar.gz |
Drop GtkApplicationMenuButton for now
This feels premature; we do have the fallback situation covered
adaequately with the menubar, and people can do their own creative
solutions with gtk_application_window_get_menu(), so we don't have
to offer a widget for this right now.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ #include <gtk/gtkappchooserwidget.h> #include <gtk/gtkappchooserbutton.h> #include <gtk/gtkapplication.h> -#include <gtk/gtkapplicationmenubutton.h> #include <gtk/gtkapplicationwindow.h> #include <gtk/gtkarrow.h> #include <gtk/gtkaspectframe.h> |