Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkconstraintlayout.h File Reference

Go to the source code of this file.

Macros

#define GTK_TYPE_CONSTRAINT_LAYOUT   (gtk_constraint_layout_get_type ())
 
#define GTK_TYPE_CONSTRAINT_LAYOUT_CHILD   (gtk_constraint_layout_child_get_type ())
 
#define GTK_CONSTRAINT_VFL_PARSER_ERROR   (gtk_constraint_vfl_parser_error_quark ())
 

Functions

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GQuark gtk_constraint_vfl_parser_error_quark (void)
 
GDK_AVAILABLE_IN_ALL GtkLayoutManagergtk_constraint_layout_new (void)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_layout_add_constraint (GtkConstraintLayout *layout, GtkConstraint *constraint)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_layout_remove_constraint (GtkConstraintLayout *layout, GtkConstraint *constraint)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_layout_add_guide (GtkConstraintLayout *layout, GtkConstraintGuide *guide)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_layout_remove_guide (GtkConstraintLayout *layout, GtkConstraintGuide *guide)
 
GDK_AVAILABLE_IN_ALL void gtk_constraint_layout_remove_all_constraints (GtkConstraintLayout *layout)
 
GDK_AVAILABLE_IN_ALL GListgtk_constraint_layout_add_constraints_from_description (GtkConstraintLayout *layout, const char *const lines[], gsize n_lines, int hspacing, int vspacing, GError **error, const char *first_view,...) G_GNUC_NULL_TERMINATED
 
GDK_AVAILABLE_IN_ALL GListgtk_constraint_layout_add_constraints_from_descriptionv (GtkConstraintLayout *layout, const char *const lines[], gsize n_lines, int hspacing, int vspacing, GHashTable *views, GError **error)
 
GDK_AVAILABLE_IN_ALL GListModel * gtk_constraint_layout_observe_constraints (GtkConstraintLayout *layout)
 
GDK_AVAILABLE_IN_ALL GListModel * gtk_constraint_layout_observe_guides (GtkConstraintLayout *layout)
 

Macro Definition Documentation

◆ GTK_CONSTRAINT_VFL_PARSER_ERROR

#define GTK_CONSTRAINT_VFL_PARSER_ERROR   (gtk_constraint_vfl_parser_error_quark ())

Definition at line 29 of file gtkconstraintlayout.h.

◆ GTK_TYPE_CONSTRAINT_LAYOUT

#define GTK_TYPE_CONSTRAINT_LAYOUT   (gtk_constraint_layout_get_type ())

Definition at line 27 of file gtkconstraintlayout.h.

◆ GTK_TYPE_CONSTRAINT_LAYOUT_CHILD

#define GTK_TYPE_CONSTRAINT_LAYOUT_CHILD   (gtk_constraint_layout_child_get_type ())

Definition at line 28 of file gtkconstraintlayout.h.

Function Documentation

◆ gtk_constraint_layout_add_constraint()

GDK_AVAILABLE_IN_ALL void gtk_constraint_layout_add_constraint ( GtkConstraintLayout * layout,
GtkConstraint * constraint )

◆ gtk_constraint_layout_add_constraints_from_description()

GDK_AVAILABLE_IN_ALL GList * gtk_constraint_layout_add_constraints_from_description ( GtkConstraintLayout * layout,
const char *const lines[],
gsize n_lines,
int hspacing,
int vspacing,
GError ** error,
const char * first_view,
... )

◆ gtk_constraint_layout_add_constraints_from_descriptionv()

GDK_AVAILABLE_IN_ALL GList * gtk_constraint_layout_add_constraints_from_descriptionv ( GtkConstraintLayout * layout,
const char *const lines[],
gsize n_lines,
int hspacing,
int vspacing,
GHashTable * views,
GError ** error )

◆ gtk_constraint_layout_add_guide()

GDK_AVAILABLE_IN_ALL void gtk_constraint_layout_add_guide ( GtkConstraintLayout * layout,
GtkConstraintGuide * guide )

◆ gtk_constraint_layout_new()

GDK_AVAILABLE_IN_ALL GtkLayoutManager * gtk_constraint_layout_new ( void )

◆ gtk_constraint_layout_observe_constraints()

GDK_AVAILABLE_IN_ALL GListModel * gtk_constraint_layout_observe_constraints ( GtkConstraintLayout * layout)

◆ gtk_constraint_layout_observe_guides()

GDK_AVAILABLE_IN_ALL GListModel * gtk_constraint_layout_observe_guides ( GtkConstraintLayout * layout)

◆ gtk_constraint_layout_remove_all_constraints()

GDK_AVAILABLE_IN_ALL void gtk_constraint_layout_remove_all_constraints ( GtkConstraintLayout * layout)

◆ gtk_constraint_layout_remove_constraint()

GDK_AVAILABLE_IN_ALL void gtk_constraint_layout_remove_constraint ( GtkConstraintLayout * layout,
GtkConstraint * constraint )

◆ gtk_constraint_layout_remove_guide()

GDK_AVAILABLE_IN_ALL void gtk_constraint_layout_remove_guide ( GtkConstraintLayout * layout,
GtkConstraintGuide * guide )

◆ gtk_constraint_vfl_parser_error_quark()

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GQuark gtk_constraint_vfl_parser_error_quark ( void )