About all my projects
Gnome::Gsk4::T-stroke

Gnome::Gsk4::T-stroke

Class initialization

new

Initialization of a type class is simple and only needed when the standalone functions are used.

method new ( )

Standalone Functions

stroke-equal

Checks if 2 strokes are identical.

method stroke-equal ( gpointer $stroke1, gpointer $stroke2 --> Bool )
  • $stroke1; the first Gnome::Gsk4::N-Stroke.

  • $stroke2; the second Gnome::Gsk4::N-Stroke.

Return value; True if the 2 strokes are equal, False otherwise.