Testing.textGet

Retrive the text string of widget if it is a GtkLabel, GtkEditable (entry and text widgets) or GtkTextView. Since 2.14

class Testing
static
string
textGet

Parameters

widget Widget

valid widget pointer.

Return Value

Type: string

new 0-terminated C string, needs to be released with g_free().

Meta