ReactOS 0.4.16-dev-1040-g85afe48
|
#include <editstr.h>
Public Attributes | |
ME_DisplayItem * | pFirst |
ME_DisplayItem * | pLast |
ME_Style * | pCharStyle |
ME_Style * | pDefaultStyle |
ME_Style* tagME_TextBuffer::pCharStyle |
Definition at line 268 of file editstr.h.
Referenced by ME_ClearTempStyle(), ME_GetSelectionCharFormat(), ME_SaveTempStyle(), ME_SetSelectionCharFormat(), and style_get_insert_style().
ME_Style* tagME_TextBuffer::pDefaultStyle |
Definition at line 269 of file editstr.h.
Referenced by editor_handle_message(), get_default_line_height(), ME_DestroyEditor(), ME_GetDefaultCharFormat(), ME_SetDefaultCharFormat(), ME_SetText(), and ME_StreamIn().
ME_DisplayItem* tagME_TextBuffer::pFirst |
Definition at line 267 of file editstr.h.
Referenced by editor_first_para(), get_total_width(), ME_CheckCharOffsets(), and ME_DestroyEditor().
ME_DisplayItem * tagME_TextBuffer::pLast |
Definition at line 267 of file editstr.h.
Referenced by editor_end_para(), get_total_width(), and wrap_marked_paras_dc().