Vertaling van "TextBuffer" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Tags in the associated TextBuffer may override the default justification.
Las etiquetas asociadas con un TextBuffer pueden cambiar la justificación predeterminada.
These default values may be overridden by tags in the associated TextBuffer.
Los valores predeterminados de estos parámetros se pueden modificar con etiquetas asociadas a un TextBuffer.
Within a TextBuffer it is necessary to differentiate between the character counts (called offsets) and the byte counts (called indexes).
Dentro de un TextBuffer es necesario diferenciar entre contadores de caracteres (llamados desplazamientos) y contadores de bytes (llamados índices).
The TextBuffer associated with the TextView is loaded with the contents of the source file in lines 64-70.
El TextBuffer asociado con la TextView se rellena con el contenido del archivo fuente en las líneas 64-70.
A mark is like a TextIter (see Section 13.4, "Text Iters") in that it represents a position between two characters in a TextBuffer) but if the text surrounding the mark is deleted the mark remains where the deleted text once was.
Una marca es cómo un TextIter (representa una posición entre dos caracteres en un TextBuffer) pero si el texto alrededor de la marca se borra, la marca permanece donde estaba el texto borrado.
Use the following method to retrieve a reference to the TextBuffer from a TextView
The TextBuffer that contains a TextMark can be obtained using the method
El TextBuffer que contiene una TextMark se puede recuperar usando el método
The TextBuffer that contains the TextIter can be retrieved using the method
El nombre de una TextMark se puede obtener usando el método
Text Marks A TextMark indicates a location in a TextBuffer between two characters that is preserved across buffer modifications.
Una TextMark (Marca de Texto) indica una posición en un TextBuffer entre dos caracteres que se mantiene aunque se modifique el buffer.
TextIters provide a volatile representation of the position in a TextBuffer between two characters.
Los TextIters (Iteradores de Texto) proporcionan una representación efímera de la posición entre dos caracteres dentro de un TextBuffer.
Text Iters TextIters represent a position between two characters in a TextBuffer.
result is TRUE if the TextIter was moved and FALSE if the TextIter is at the start or end of the TextBuffer.
Si la gravedad izquierda es TRUE la marca se pondrá a la izquierda de la inserción; si es FALSE, a la derecha de la inserción.
The editable mode of the TextView can be overridden in text ranges within the TextBuffer by TextTags.
El modo de edición de la TextView se puede cambiar por zonas de texto dentro del TextBuffer usando TextTags.