ObjectGtk.removeNoNotify

Warning gtk_object_remove_no_notify is deprecated and should not be used in newly-written code. Use g_object_steal_data() instead. Remove a specified datum from the object's data associations (the object_data), without invoking the association's destroy handler. Just like gtk_object_remove_data() except that any destroy handler will be ignored. Therefore this only affects data set using gtk_object_set_data_full().

class ObjectGtk
void
removeNoNotify
(
string key
)

Parameters

key string

name of the key for that association.

Meta