Entry
Description:
[
CCode ( has_construct_function =
false , type =
"GtkWidget*" ) ]
public Entry (
string? prefix,
string? suffix)
Creates a new Entry widget.
Parameters:
| prefix |
a prefix (not modifiable) string, or null
|
| suffix |
a suffix (not modifiable) string, or null
|
Returns:
|
the newly created Entry widget.
|