gtkmm 4.12.0
Public Types | List of all members
Gtk::Constraint::Strength_Wrapper Class Referencefinal

Wrapper for enum Strength. More...

#include <gtkmm/constraint.h>

Public Types

enum  Strength {
  REQUIRED = 1001001000 ,
  STRONG = 1000000000 ,
  MEDIUM = 1000 ,
  WEAK = 1
}
 

Detailed Description

Wrapper for enum Strength.

Strength enumerators are scoped and can be implicitly converted to int. The scope is Gtk::Constraint::Strength::

Member Enumeration Documentation

◆ Strength

Enumerator
REQUIRED 

The constraint is required towards solving the layout.

STRONG 

A strong constraint.

MEDIUM 

A medium constraint.

WEAK 

A weak constraint.