#include <gtkmm/expressionwatch.h>
◆ ExpressionWatchBase() [1/2]
Gtk::ExpressionWatchBase::ExpressionWatchBase |
( |
| ) |
|
|
delete |
◆ ExpressionWatchBase() [2/2]
◆ gobj() [1/2]
Provides access to the underlying C instance.
◆ gobj() [2/2]
Provides access to the underlying C instance.
◆ gobj_copy()
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
◆ operator delete()
void Gtk::ExpressionWatchBase::operator delete |
( |
void * |
, |
|
|
std::size_t |
|
|
) |
| |
|
protected |
◆ operator=()
◆ reference()
void Gtk::ExpressionWatchBase::reference |
( |
| ) |
const |
Increment the reference count for this object.
You should never need to do this manually - use the object via a RefPtr instead.
◆ unreference()
void Gtk::ExpressionWatchBase::unreference |
( |
| ) |
const |
Decrement the reference count for this object.
You should never need to do this manually - use the object via a RefPtr instead.
◆ unwatch()
void Gtk::ExpressionWatchBase::unwatch |
( |
| ) |
|
◆ 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.