make-ui-constraint-class -- Creates a new ui-constraint-class object.
ui-constraint-class-creator -- Return a list that contains a code snippet can create CLASS.
delete-ui-constraint-class! -- Removes UI-CONSTRAINT-CLASS from the global class list.
reset-ui-constraint-classes! -- Empty the global list of ui-constraint-classes.
ui-constraint-class? -- Returns a boolean: true if UI-CONSTRAINT-CLASS is a vector and starts with the
get-ui-constraint-class-by-name -- No documentation supplied.
ui-constraint-class-name -- Returns the name of the constraint class.
ui-constraint-class-description -- Returns the description for the constraint class.
ui-constraint-class-num-windows -- Returns the number of windows constrainable by instances of the constraint
ui-constraint-class-ctr -- Returns the constructor for instance of the constraint class.
ui-constraint-class-ui-ctr -- Returns the UI constructor for instances of the constraint class.
ui-constraint-class-draw-proc -- returns the drawing procedure for instances of the constraint class.
ui-constraint-class-satisfied-proc -- Returns the satisfaction checking procedure for instances of the
ui-constraint-class-pixmap-name -- Return the pixmap-name of UI-CONSTRAINT-CLASS.
ui-constraint-class-pixmap2-name -- Return the pixmap2-name of UI-CONSTRAINT-CLASS.
ui-constraint-class-menuname-proc -- Return the proc for determining the name for the constraint in
make-ui-constraint -- UI-CONSTRAINT-CLASS specified the type of constraint to be created.
make-ui-constraint-interactively -- Uses the UI constructor of the constraint class to prompt the user to
delete-ui-constraint! -- Removes the UI-CONSTRAINT permanently.
ui-constraint? -- Returns #t if UI-CONSTRAINT is a ui-constraint.
ui-constraint-cn -- Returns the CN list from the ui-constraint object UI-CONSTRAINT.
ui-constraint-enabled? -- Returns the ENABLE from the ui-constraint object UI-CONSTRAINT.
ui-constraint-class -- Returns the UI-CONSTRAINT-CLASS from the ui-constraint object UI-CONSTRAINT.
ui-constraint-windows -- Returns the LIST-OF-WINDOWS from the ui-constraint object UI-CONSTRAINT.
ui-constraint-opts -- Returns the list of optional data that may be added by the constraint class.
ui-constraint-button -- Returns the a reference to panel representing the UI-CONSTRAINT in the toggle menu.
ui-constraint-set-button! -- Sets the reference to the gtk button for this instance in the toggle menu.
enable-ui-constraint -- Enables the constraint in the constraint solver.
disable-ui-constraint -- Disables the constraint in the constraint solver
constraint-satisfied? -- Returns the status of whether a UI-CONSTRAINT is satisfied.
constrained-window-in-focus? -- Returns #t if one of the windows in the constraint is in focus.
ui-constraints-involving-window -- Returns the list of ui-constraint objects that involve WIN.
ui-constraints-involving-two-windows -- Returns the list of ui-constraint objects that involve WIN1 and WIN2.
delete-ui-constraints-involving-window! -- Delete all the ui-constraint objects that involve WIN.
delete-inferred-ui-constraints-involving-window! -- Delete all the ui-constraint objects that involve WIN.
draw-constraint -- Draw the UI-CONSTRAINT.
undraw-constraint -- Undraw the UI-CONSTRAINT.
draw-constraints-of-window -- Draw all constraints associated with WIN.
undraw-constraints-of-window -- Undraw all constraints associated with WIN.
draw-all-constraints -- Draw all constraints in the global instance list.
undraw-all-constraints -- Undraw all constraints in the global instance list.
disable-all-constraints -- Disable all constraints in the global instance list.
enable-all-constraints -- Enable all constraints in the global instance list.
delete-all-constraints -- Delete all constraints in the global instance list.
ui-constraint-add-enable-hook -- Adds a HOOK proc which will be called when UI-CONSTRAINT enable state changes.
ui-constraint-remove-enable-hook -- Removes a HOOK proc from the list in UI-CONSTRAINT.
ui-constraint-enable-hooks -- Returns a list of the enable-hook functions added to the UI-CONSTRAINT.
move-after-deleting-constraints -- Move WIN after deleting all constraints that involve it.
move-after-deleting-inferred-constraints -- Move WIN after deleting all inferred constraints that involve it.