InfText.DefaultBuffer¶
- Subclasses:
None
Methods¶
- Inherited:
GObject.Object (37), InfText.Buffer (18), Infinity.Buffer (2)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
GObject.Object (7), InfText.Buffer (17), Infinity.Buffer (2)
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The character encoding of the text buffer |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class InfText.DefaultBuffer(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(encoding)¶
- Parameters:
encoding (
str
) – The character encoding to use for the buffer.- Returns:
- Return type:
Creates a new, empty
InfText.DefaultBuffer
.