Method

GtkLayoutget_size

Declaration [src]

void
gtk_layout_get_size (
  GtkLayout* layout,
  guint* width,
  guint* height
)

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, or NULL.

The argument will be set by the function.
The argument can be NULL.
height

Type: guint*

Location to store the height set on layout, or NULL.

The argument will be set by the function.
The argument can be NULL.