Method GTK1.Editable()->insert_text()
- Method insert_text
GTK1.Editable
insert_text(string
text
,int
num_chars
,int
where
)- Description
Insert 'num_chars' characters from the text at the position 'where'.
GTK1.Editable
insert_text(string
text
, int
num_chars
, int
where
)
Insert 'num_chars' characters from the text at the position 'where'.