org.gnu.gtk
Class ActionEntry
ActionEntry
public ActionEntry(String name,
String stockId,
String label)
ActionEntry
public ActionEntry(String name,
String stockId,
String label,
String accel,
String tooltip,
ActionEntryListener listener)
allocate
protected static final Handle allocate()
BEGINNING OF JNI CODE
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)