VisibilityGroup


Description:

[ CCode ( cname = "xapp_visibility_group_new" , has_construct_function = false ) ]
[ Version ( since = "2.2.15" ) ]
public VisibilityGroup (bool visible, bool sensitive, SList<Widget>? widgets)

Creates a new VisibilityGroup.

If widgets is not NULL, adds these widgets to the group with the starting visibility and sensitivity state.

Parameters:

visible

starting visibility state

sensitive

starting sensitivity state

widgets

list of Widgets to add to the group.

Returns:

a new VisibilityGroup. Use xapp_visibility_group_free when finished.