Helper interface for Gtk::Constraint.
More...
#include <gtkmm/constrainttarget.h>
Helper interface for Gtk::Constraint.
The ConstraintTarget interface is implemented by objects that can be used as source or target in Gtk::Constraints. Besides Gtk::Widget, it is also implemented by Gtk::ConstraintGuide.
- Since gtkmm 3.96:
◆ ConstraintTarget() [1/2]
Gtk::ConstraintTarget::ConstraintTarget |
( |
| ) |
|
|
protected |
You should derive from this class to use it.
◆ ConstraintTarget() [2/2]
◆ ~ConstraintTarget()
Gtk::ConstraintTarget::~ConstraintTarget |
( |
| ) |
|
|
overridenoexcept |
◆ add_interface()
static void Gtk::ConstraintTarget::add_interface |
( |
GType |
gtype_implementer | ) |
|
|
static |
◆ get_type()
static GType Gtk::ConstraintTarget::get_type |
( |
| ) |
|
|
static |
Get the GType for this class, for use with the underlying GObject type system.
◆ gobj() [1/2]
Provides access to the underlying C GObject.
◆ gobj() [2/2]
Provides access to the underlying C GObject.
◆ operator=()
◆ wrap()
A Glib::wrap() method for this object.
- Parameters
-
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
- Returns
- A C++ instance that wraps this C instance.