Description Usage Arguments Author(s)
Sets the character to use in place of the actual text when
gtkEntrySetVisibility
has been called to set text visibility
to FALSE
. i.e. this is the character used in "password mode" to
show the user how many characters have been typed. By default, GTK+
picks the best invisible char available in the current font. If you
set the invisible char to 0, then the user will get no feedback
at all; there will be no text on the screen as they type.
1 | gtkEntrySetInvisibleChar(object, ch)
|
|
a |
|
a Unicode character |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.