Constructor

GntLinenew

Declaration [src]

GntWidget*
gnt_line_new (
  gboolean vertical
)

Description [src]

Create new line.

Parameters

vertical

Type: gboolean

TRUE if the line should be vertical, FALSE for a horizontal line.

Return value

Type: GntWidget

The newly created line.

The caller of the function takes ownership of the data, and is responsible for freeing it.