Constructor

StEntrynew

Declaration [src]

StWidget*
st_entry_new (
  const gchar* text
)

Description [src]

Create a new StEntry with the specified text.

Parameters

text

Type: const gchar*

Text to set the entry to.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: StWidget

A new StEntry.

The data is owned by the called function.