Go to the source code of this file.
|
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkConstraint * | gtk_constraint_new (gpointer target, GtkConstraintAttribute target_attribute, GtkConstraintRelation relation, gpointer source, GtkConstraintAttribute source_attribute, double multiplier, double constant, int strength) |
|
GDK_AVAILABLE_IN_ALL GtkConstraint * | gtk_constraint_new_constant (gpointer target, GtkConstraintAttribute target_attribute, GtkConstraintRelation relation, double constant, int strength) |
|
GDK_AVAILABLE_IN_ALL GtkConstraintTarget * | gtk_constraint_get_target (GtkConstraint *constraint) |
|
GDK_AVAILABLE_IN_ALL GtkConstraintAttribute | gtk_constraint_get_target_attribute (GtkConstraint *constraint) |
|
GDK_AVAILABLE_IN_ALL GtkConstraintTarget * | gtk_constraint_get_source (GtkConstraint *constraint) |
|
GDK_AVAILABLE_IN_ALL GtkConstraintAttribute | gtk_constraint_get_source_attribute (GtkConstraint *constraint) |
|
GDK_AVAILABLE_IN_ALL GtkConstraintRelation | gtk_constraint_get_relation (GtkConstraint *constraint) |
|
GDK_AVAILABLE_IN_ALL double | gtk_constraint_get_multiplier (GtkConstraint *constraint) |
|
GDK_AVAILABLE_IN_ALL double | gtk_constraint_get_constant (GtkConstraint *constraint) |
|
GDK_AVAILABLE_IN_ALL int | gtk_constraint_get_strength (GtkConstraint *constraint) |
|
GDK_AVAILABLE_IN_ALL gboolean | gtk_constraint_is_required (GtkConstraint *constraint) |
|
GDK_AVAILABLE_IN_ALL gboolean | gtk_constraint_is_attached (GtkConstraint *constraint) |
|
GDK_AVAILABLE_IN_ALL gboolean | gtk_constraint_is_constant (GtkConstraint *constraint) |
|
◆ GTK_TYPE_CONSTRAINT
#define GTK_TYPE_CONSTRAINT (gtk_constraint_get_type ()) |
GtkConstraintTarget:
The GtkConstraintTarget
interface is implemented by objects that can be used as source or target in GtkConstraint
s.
Besides GtkWidget
, it is also implemented by GtkConstraintGuide
.
Definition at line 43 of file gtkconstraint.h.
◆ GTK_TYPE_CONSTRAINT_TARGET
#define GTK_TYPE_CONSTRAINT_TARGET (gtk_constraint_target_get_type ()) |
◆ GtkConstraintTarget
◆ gtk_constraint_get_constant()
◆ gtk_constraint_get_multiplier()
◆ gtk_constraint_get_relation()
◆ gtk_constraint_get_source()
◆ gtk_constraint_get_source_attribute()
◆ gtk_constraint_get_strength()
◆ gtk_constraint_get_target()
◆ gtk_constraint_get_target_attribute()
◆ gtk_constraint_is_attached()
◆ gtk_constraint_is_constant()
◆ gtk_constraint_is_required()
◆ gtk_constraint_new()
◆ gtk_constraint_new_constant()