Method
GtkConstraintGuideget_max_size
Declaration [src]
void
gtk_constraint_guide_get_max_size (
GtkConstraintGuide* guide,
int* width,
int* height
)
Parameters
width |
int* |
Return location for the maximum 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 maximum 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. |