Cosmetic changes

This commit is contained in:
Matthias Clasen 2012-07-13 23:05:36 -04:00
parent 81cf7707ef
commit 1bcefc47e1

View File

@ -20,8 +20,8 @@
/**
* SECTION:gtkmenubutton
* @Short_description: A widget that shows a menu when clicked on
* @Title: GtkMenuButton
* @short_description: A widget that shows a menu when clicked on
* @title: GtkMenuButton
*
* The #GtkMenuButton widget is used to display a menu when clicked on.
* This menu can be provided either as a #GtkMenu, or an abstract #GMenuModel.
@ -133,8 +133,8 @@ gtk_menu_button_state_flags_changed (GtkWidget *widget,
static void
menu_position_down_func (GtkMenu *menu,
int *x,
int *y,
gint *x,
gint *y,
gboolean *push_in,
GtkMenuButton *menu_button)
{
@ -243,8 +243,8 @@ menu_position_up_func (GtkMenu *menu,
static void
menu_position_side_func (GtkMenu *menu,
int *x,
int *y,
gint *x,
gint *y,
gboolean *push_in,
GtkMenuButton *menu_button)
{