Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkRequisition Struct Reference

#include <gtkwidget.h>

Data Fields

int width
 
int height
 

Detailed Description

GtkRequisition: @width: the widget’s desired width @height: the widget’s desired height

A GtkRequisition represents the desired size of a widget. See GtkWidget’s geometry management section for more information.

Definition at line 91 of file gtkwidget.h.

Field Documentation

◆ height

int _GtkRequisition::height

Definition at line 94 of file gtkwidget.h.

◆ width

int _GtkRequisition::width

Definition at line 93 of file gtkwidget.h.


The documentation for this struct was generated from the following file: