editingDone
public void editingDone()
findListener
protected static int findListener(Vector list,
Object listener)
Give us a way to locate a specific listener in a Vector.
list
- The Vector of listeners to search.listener
- The object that is to be located in the Vector.
- Returns the index of the listener in the Vector, or -1 if
the listener is not contained in the Vector.
getEventListenerClass
public Class getEventListenerClass(String signal)
- getEventListenerClass in interface GObject
getEventType
public EventType getEventType(String signal)
- getEventType in interface GObject
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
gtk_cell_editable_editing_done
protected static final void gtk_cell_editable_editing_done(Handle cellEditable)
gtk_cell_editable_get_type
protected static final int gtk_cell_editable_get_type()
gtk_cell_editable_remove_widget
protected static final void gtk_cell_editable_remove_widget(Handle cellEditable)
gtk_cell_editable_start_editing
protected static final void gtk_cell_editable_start_editing(Handle cellEditable,
Handle event)
newObject
protected static final Handle newObject()
removeWidget
public void removeWidget()
startEditing
public void startEditing(Event event)