Class

HeTip

Description [src]

class He.Tip : GObject.Object
{
  /* No available fields */
}

A Tip is a helper object for onboarding flow tips in an app's first launch..

Hierarchy

hierarchy this HeTip ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

he_tip_new
No description available.

Instance methods

he_tip_get_title
No description available.

he_tip_set_title
No description available.

he_tip_get_image
No description available.

he_tip_set_image
No description available.

he_tip_get_message
No description available.

he_tip_set_message
No description available.

he_tip_get_action_label
No description available.

he_tip_set_action_label
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

He.Tip:title
No description available.

He.Tip:image
No description available.

He.Tip:message
No description available.

He.Tip:action-label
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct HeTipClass {
  /* no available fields */
}

No description available.