Method
GtkConstraintGuideget_min_size
Declaration [src]
void
gtk_constraint_guide_get_min_size (
GtkConstraintGuide* guide,
int* width,
int* height
)
Parameters
width |
int* |
Return location for the minimum width. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
height |
int* |
Return location for the minimum height. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. |