If a model is set and the flags change, contents are rebuilt, so if setting properties individually, set flags before model to avoid a redundant rebuild.
PopoverMenu.flags
gtk.types.PopoverMenuFlags flags() @propertyGet flags property.
Returns
The flags that @popover uses to create/display a menu from its model.
void flags(gtk.types.PopoverMenuFlags propval) @propertySet flags property.
Parameters
propval | The flags that @popover uses to create/display a menu from its model. If a model is set and the flags change, contents are rebuilt, so if setting properties individually, set flags before model to avoid a redundant rebuild. |