TextBuffer
Object Hierarchy:
Description:
[
CCode ( type_id =
"clutter_text_buffer_get_type ()" ) ]
[
Version ( since =
"1.10" ) ]
public class TextBuffer :
Object
The TextBuffer structure contains private data and it should only be accessed using the provided API.
Content:
Properties:
- public uint length { get; }
The length (in characters) of the text in buffer.
- public int max_length { get; set; }
The maximum length (in characters) of the text in the buffer.
- public string text { get; }
The contents of the buffer.
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class GLib.Object