class Gtk::ExpressionWatch

Overview

An opaque structure representing a watched Gtk::Expression.

The contents of Gtk::ExpressionWatch should only be accessed through the provided API.

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/expression_watch.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def evaluate(value : _) : Bool #

[View source]
def finalize #

[View source]

[View source]
def to_unsafe : Pointer(Void) #

[View source]
def unref : Nil #

[View source]
def unwatch : Nil #

[View source]