Virtual Method
GtkEditableget_delegate
Declaration [src]
GtkEditable*
get_delegate (
  GtkEditable* editable
)
Description [src]
Gets the GtkEditable that editable is delegating its
implementation to.
Typically, the delegate is a GtkText widget.
Return value
Type: GtkEditable
The delegate GtkEditable
| The data is owned by the called function. | 
| The return value can be NULL. |