CheckMenuItem.setShowToggle

Warning gtk_check_menu_item_set_show_toggle is deprecated and should not be used in newly-written code. Controls whether the check box is shown at all times. Normally the check box is shown only when it is active or while the menu item is selected.

class CheckMenuItem
void
setShowToggle
(
int always
)

Parameters

always int

boolean value indicating whether to always show the check box.

Meta