Constructor

HeTipViewnew

Declaration

HeTipView*
he_tip_view_new (
  HeTip* tip,
  HeTipViewStyle* tip_style
)

Description [src]

Creates a TipView..

Parameters

tip

Type: HeTip

The Tip to use. .

The data is owned by the caller of the function.
tip_style

Type: HeTipViewStyle

The TipViewStyle to use. .

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: HeTipView

No description available.

The data is owned by the called function.