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
| Returns: | GtkEditable | 
| The delegate  | |
| The data is owned by the called function. | |
| The return value can be NULL. |