Selections.clear

Warning gtk_selection_clear has been deprecated since version 2.4 and should not be used in newly-written code. Instead of calling this function, chain up from your selection-clear-event handler. Calling this function from any other context is illegal. The default handler for the "selection-clear-event" signal. Since 2.2

class Selections
static
int
clear

Parameters

widget Widget

a GtkWidget

event GdkEventSelection*

the event

Return Value

Type: int

TRUE if the event was handled, otherwise false

Meta