Method

Gtk.ConstraintLayout.remove_guide

Declaration [src]

void
gtk_constraint_layout_remove_guide (
  GtkConstraintLayout* layout,
  GtkConstraintGuide* guide
)

Description [src]

Removes guide from the layout manager, so that it no longer influences the layout.

Parameters

guide GtkConstraintGuide
 

a GtkConstraintGuide object

 Ownership is not transferred to the callee