forked from AuroraMiddleware/gtk
Cosmetic changes
This commit is contained in:
parent
81cf7707ef
commit
1bcefc47e1
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user