Constructor
GntLinenew
Declaration [src]
GntWidget*
gnt_line_new (
gboolean vertical
)
Parameters
vertical-
Type:
gbooleanTRUEif the line should be vertical,FALSEfor 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. |