add_to_size_group
Description:
[ Version ( since = "4.2" ) ]
public void add_to_size_group (SizeGroup size_group, BasicFormPart part)
public void add_to_size_group (SizeGroup size_group, BasicFormPart part)
Add this's widgets specified by part
to size_group
(the widgets can then be removed
using remove_from_size_group).
Parameters:
this | |
size_group |
a SizeGroup object |
part |
specifies which widgets in this are concerned |