Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtksizerequest.h>
Data Fields | |
gpointer | data |
int | minimum_size |
int | natural_size |
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.
gpointer _GtkRequestedSize::data |
Definition at line 42 of file gtksizerequest.h.
int _GtkRequestedSize::minimum_size |
Definition at line 43 of file gtksizerequest.h.
int _GtkRequestedSize::natural_size |
Definition at line 44 of file gtksizerequest.h.