Accessible.setWidget

Sets the GtkWidget corresponding to the GtkAccessible. Note accessible will not hold a reference to widget. It is the caller's responsibility to ensure that when widget is destroyed, the widget is unset by calling this function again with widget set to NULL. Since 2.22

class Accessible
void
setWidget

Parameters

widget Widget

a GtkWidget or NULL to unset. [allow-none]

Meta