GtkObject::unset_flags

void unset_flags(int flags);

Unsets the flags for the object using a bitwise NAND operation. Unsetting the flags for an object does not change the properties of the object. Therefore calling this method has little impact on an object and may only serve to cause confusion.

See also: set_flags()