Name

RadioMenuItem —

Synopsis

radioMenuItemNew:: IO RadioMenuItem
radioMenuItemNewJoinGroup:: RadioMenuItem -> IO RadioMenuItem
radioMenuItemNewJoinGroupWithLabel:: RadioMenuItem -> String -> IO RadioMenuItem
radioMenuItemNewWithLabel:: String -> IO RadioMenuItem

Introduction

These are not the original Gtk functions as they involve handling a Gtk owned GList. The interface is rather oriented towards the RadioButton widget interface.

Constructors

radioMenuItemNew

Create a new radio menu item.

radioMenuItemNew

Methods

radioMenuItemNewJoinGroup

Create a new radio button and attach it to the group of another radio button.

radioMenuItemNewJoinGroup:: RadioMenuItem:: IO RadioMenuItem
rmi

radioMenuItemNewJoinGroupWithLabel

Create a new radio button with a label and attach it to the group of another radio button.

radioMenuItemNewJoinGroupWithLabel:: RadioMenuItem:: String:: IO RadioMenuItem
rmilabel

radioMenuItemNewWithLabel

Create a new radio menu item with a label in it.

radioMenuItemNewWithLabel:: String:: IO RadioMenuItem
label