pike.hubbe.net

[Top]
GTK
GTK.RadioMenuItem
previousGTK.RadioMenuItem GTK.RadioMenuItem()->set_group()next

Method GTK.RadioMenuItem()->create()


Method create

object(GTK.RadioMenuItem) GTK.RadioMenuItem()->create(string|void title, object(GTK.RadioMenuItem) groupmember)

Description

object GTK.RadioMenuItem(string title) - First button (with label) object GTK.RadioMenuItem()->add(widget) - First button (with widget) object GTK.RadioMenuItem(title, another_radio_button) - Second to n:th button (with title) object GTK.RadioMenuItem(0,another_radio_button)->add(widget) - Second to n:th button (with widget)


Extracted from Pike v7.3 release 11 at 2001-11-03.