SetRunAttributes() public méthode

public SetRunAttributes ( GLib attrib_set, int start_offset, int end_offset ) : bool
attrib_set GLib
start_offset int
end_offset int
Résultat bool
Exemple #1
0
 public bool SetRunAttributes(GLib.SList attrib_set, int start_offset, int end_offset)
 {
     return(editableTextExpert.SetRunAttributes(attrib_set, start_offset, end_offset));
 }