Gucharmap.CodepointList

g GObject.Object GObject.Object Gucharmap.CodepointList Gucharmap.CodepointList GObject.Object->Gucharmap.CodepointList

Subclasses:

Gucharmap.BlockCodepointList, Gucharmap.ScriptCodepointList

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_char (index)

get_index (wc)

get_last_index ()

Virtual Methods

Inherited:

GObject.Object (7)

do_get_char (index)

do_get_index (wc)

do_get_last_index ()

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent_instance

GObject.Object

r

Class Details

class Gucharmap.CodepointList(**kwargs)
Bases:

GObject.Object

Abstract:

Yes

Structure:

Gucharmap.CodepointListClass

get_char(index)
Parameters:

index (int) –

Return type:

str

get_index(wc)
Parameters:

wc (str) –

Return type:

int

get_last_index()
Return type:

int

do_get_char(index) virtual
Parameters:

index (int) –

Return type:

str

do_get_index(wc) virtual
Parameters:

wc (str) –

Return type:

int

do_get_last_index() virtual
Return type:

int