Method

GtkCheckMenuItemset_active

Declaration [src]

void
gtk_check_menu_item_set_active (
  GtkCheckMenuItem* check_menu_item,
  gboolean is_active
)

Description [src]

Sets the active state of the menu item’s check box.

Parameters

is_active

Type: gboolean

Boolean value indicating whether the check box is active.