]> Pileus Git - ~andy/gtk/commit
Improve GtkMenuButton menu positioning
authorMatthias Clasen <mclasen@redhat.com>
Tue, 7 Aug 2012 02:26:13 +0000 (22:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 7 Aug 2012 02:27:48 +0000 (22:27 -0400)
commit5a3442bf9c470736c8846534607be5825c22410b
tree780a7f8a269c9bd2e38dab2b287ebefd567b7c57
parent4942b6f5e4feaef97bae1e591d74f426a386ae06
Improve GtkMenuButton menu positioning

Take the menu halign/valign into consideration when positioning
the menu. Also, document the various combinations.

https://bugzilla.gnome.org/show_bug.cgi?id=680988
14 files changed:
docs/reference/gtk/Makefile.am
docs/reference/gtk/images/down-center.png [new file with mode: 0644]
docs/reference/gtk/images/down-end.png [new file with mode: 0644]
docs/reference/gtk/images/down-start.png [new file with mode: 0644]
docs/reference/gtk/images/left-center.png [new file with mode: 0644]
docs/reference/gtk/images/left-end.png [new file with mode: 0644]
docs/reference/gtk/images/left-start.png [new file with mode: 0644]
docs/reference/gtk/images/right-center.png [new file with mode: 0644]
docs/reference/gtk/images/right-end.png [new file with mode: 0644]
docs/reference/gtk/images/right-start.png [new file with mode: 0644]
docs/reference/gtk/images/up-center.png [new file with mode: 0644]
docs/reference/gtk/images/up-end.png [new file with mode: 0644]
docs/reference/gtk/images/up-start.png [new file with mode: 0644]
gtk/gtkmenubutton.c