org.gnu.gtk
Class RadioActionEntry
public class RadioActionEntry
RadioActionEntry(String name, String stockId, String label, String accel, String tooltip, int value)
|
RadioActionEntry
public RadioActionEntry(String name,
String stockId,
String label,
String accel,
String tooltip,
int value)
allocate
protected static final Handle allocate()
finalize
protected void finalize()
throws Throwable
free
protected static final void free(Handle entry)
setAccelerator
protected static final void setAccelerator(Handle entry,
String accel)
setLabel
protected static final void setLabel(Handle entry,
String label)
setName
protected static final void setName(Handle entry,
String name)
setStockId
protected static final void setStockId(Handle entry,
String stockId)
setToolTip
protected static final void setToolTip(Handle entry,
String tooltip)
setValue
protected static final void setValue(Handle entry,
int value)