Method

GtkMenuset_screen

since: 2.2

Declaration [src]

void
gtk_menu_set_screen (
  GtkMenu* menu,
  GdkScreen* screen
)

Description [src]

Sets the GdkScreen on which the menu will be displayed.

Available since: 2.2

Parameters

screen

Type: GdkScreen

A GdkScreen, or NULL if the screen should be determined by the widget the menu is attached to.

The argument can be NULL.
The data is owned by the caller of the method.