org.gnu.gtk

Class RadioActionEntry


public class RadioActionEntry
extends Boxed

Field Summary

Fields inherited from class org.gnu.glib.Boxed

handle

Constructor Summary

RadioActionEntry(String name, String stockId, String label, String accel, String tooltip, int value)

Method Summary

protected static Handle
allocate()
protected void
finalize()
protected static void
free(Handle entry)
protected static void
setAccelerator(Handle entry, String accel)
protected static void
setLabel(Handle entry, String label)
protected static void
setName(Handle entry, String name)
protected static void
setStockId(Handle entry, String stockId)
protected static void
setToolTip(Handle entry, String tooltip)
protected static void
setValue(Handle entry, int value)

Methods inherited from class org.gnu.glib.Boxed

equals, getHandle, hashCode, setHandle

Constructor Details

RadioActionEntry

public RadioActionEntry(String name,
                        String stockId,
                        String label,
                        String accel,
                        String tooltip,
                        int value)

Method Details

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)