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

#include <gtksizerequest.h>

Data Fields

gpointer data
 
int minimum_size
 
int natural_size
 

Detailed Description

GtkRequestedSize: @data: A client pointer @minimum_size: The minimum size needed for allocation in a given orientation @natural_size: The natural size for allocation in a given orientation

Represents a request of a screen object in a given orientation. These are primarily used in container implementations when allocating a natural size for children calling. See [func@distribute_natural_allocation].

Definition at line 40 of file gtksizerequest.h.

Field Documentation

◆ data

gpointer _GtkRequestedSize::data

Definition at line 42 of file gtksizerequest.h.

◆ minimum_size

int _GtkRequestedSize::minimum_size

Definition at line 43 of file gtksizerequest.h.

◆ natural_size

int _GtkRequestedSize::natural_size

Definition at line 44 of file gtksizerequest.h.


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