GtkObject::set_flags

void set_flags(int flags);

Sets the flags for the object using a bitwise AND operation. Setting the flags 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: unset_flags()