Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkconstraintguide.h File Reference
#include <gtk/gtktypes.h>
#include <gtk/gtkenums.h>
#include <gtk/gtktypebuiltins.h>

Go to the source code of this file.

Macros

#define GTK_TYPE_CONSTRAINT_GUIDE   (gtk_constraint_guide_get_type ())
 

Functions

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkConstraintGuide * gtk_constraint_guide_new (void)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_set_min_size (GtkConstraintGuide *guide, int width, int height)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_get_min_size (GtkConstraintGuide *guide, int *width, int *height)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_set_nat_size (GtkConstraintGuide *guide, int width, int height)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_get_nat_size (GtkConstraintGuide *guide, int *width, int *height)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_set_max_size (GtkConstraintGuide *guide, int width, int height)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_get_max_size (GtkConstraintGuide *guide, int *width, int *height)
 
GDK_AVAILABLE_IN_ALL GtkConstraintStrength gtk_constraint_guide_get_strength (GtkConstraintGuide *guide)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_set_strength (GtkConstraintGuide *guide, GtkConstraintStrength strength)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_set_name (GtkConstraintGuide *guide, const char *name)
 
GDK_AVAILABLE_IN_ALL const char * gtk_constraint_guide_get_name (GtkConstraintGuide *guide)
 

Macro Definition Documentation

◆ GTK_TYPE_CONSTRAINT_GUIDE

#define GTK_TYPE_CONSTRAINT_GUIDE   (gtk_constraint_guide_get_type ())

Definition at line 28 of file gtkconstraintguide.h.

Function Documentation

◆ gtk_constraint_guide_get_max_size()

GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_get_max_size ( GtkConstraintGuide * guide,
int * width,
int * height )

◆ gtk_constraint_guide_get_min_size()

GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_get_min_size ( GtkConstraintGuide * guide,
int * width,
int * height )

◆ gtk_constraint_guide_get_name()

GDK_AVAILABLE_IN_ALL const char * gtk_constraint_guide_get_name ( GtkConstraintGuide * guide)

◆ gtk_constraint_guide_get_nat_size()

GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_get_nat_size ( GtkConstraintGuide * guide,
int * width,
int * height )

◆ gtk_constraint_guide_get_strength()

GDK_AVAILABLE_IN_ALL GtkConstraintStrength gtk_constraint_guide_get_strength ( GtkConstraintGuide * guide)

◆ gtk_constraint_guide_new()

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkConstraintGuide * gtk_constraint_guide_new ( void )

◆ gtk_constraint_guide_set_max_size()

GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_set_max_size ( GtkConstraintGuide * guide,
int width,
int height )

◆ gtk_constraint_guide_set_min_size()

GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_set_min_size ( GtkConstraintGuide * guide,
int width,
int height )

◆ gtk_constraint_guide_set_name()

GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_set_name ( GtkConstraintGuide * guide,
const char * name )

◆ gtk_constraint_guide_set_nat_size()

GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_set_nat_size ( GtkConstraintGuide * guide,
int width,
int height )

◆ gtk_constraint_guide_set_strength()

GDK_AVAILABLE_IN_ALL void gtk_constraint_guide_set_strength ( GtkConstraintGuide * guide,
GtkConstraintStrength strength )