Method

Gtk.ColumnViewColumn.set_header_menu

Declaration [src]

void
gtk_column_view_column_set_header_menu (
  GtkColumnViewColumn* self,
  GMenuModel* menu
)

Description [src]

Sets the menu model that is used to create the context menu for the column header.

Parameters

menu GMenuModel*
 

a GMenuModel, or NULL

 Can be NULL
 Ownership is not transferred to the callee