GtkRequisition

A GtkRequisition represents the desired size of a widget. See the section called “Size Requisition” for more information. gint width; the widget's desired width gint height; the widget's desired height

struct GtkRequisition {}

Members

Variables

height
int height;
Undocumented in source.
width
int width;
Undocumented in source.

Meta