Method
GtkLayoutget_size
[−]
Description [src]
Gets the size that has been set on the layout, and that determines the total extents of the layout’s scrollbar area. See gtk_layout_set_size ().
[−]
Parameters
width
-
Type:
guint*
Location to store the width set on
layout
, orNULL
.The argument will be set by the function. The argument can be NULL
. height
-
Type:
guint*
Location to store the height set on
layout
, orNULL
.The argument will be set by the function. The argument can be NULL
.