Properties:
Name | Type | Get | Set | Description |
text_area |
GdkWindow* |
|
|
 
|
backing_pixmap |
GdkPixmap* |
|
|
 
|
cursor |
GdkCursor* |
|
|
 
|
text |
GdkWChar* |
|
|
 
|
text_size |
guint16 |
|
|
allocated size
|
text_length |
guint16 |
|
|
length in use
|
text_max_length |
guint16 |
|
|
 
|
scroll_offset |
gint |
|
|
 
|
visible |
guint:1 |
|
|
 
|
timer |
guint32 |
|
|
 
|
button |
guint |
|
|
 
|
char_offset |
gint* |
|
|
The x-offset of each character (including the last insertion position)
* only valid when the widget is realized
|
text_mb |
string |
|
|
Same as 'text', but in multibyte
|
text_mb_dirty |
guint:1 |
|
|
If true, 'text' and 'text_mb' are not coherent
|
use_wchar |
guint:1 |
|
|
If true, we use the encoding of wchar_t as the encoding of 'text'.
* Otherwise we use the encoding of multi-byte characters instead.
|
|