| add_modify_callback(Fl_Text_Modify_Cb bufModifiedCB, void *cbArg) | Fl_Text_Buffer |  | 
  | add_predelete_callback(Fl_Text_Predelete_Cb bufPredelCB, void *cbArg) | Fl_Text_Buffer |  | 
  | address(int pos) const | Fl_Text_Buffer | inline | 
  | address(int pos) | Fl_Text_Buffer | inline | 
  | append(const char *t) | Fl_Text_Buffer | inline | 
  | appendfile(const char *file, int buflen=128 *1024) | Fl_Text_Buffer | inline | 
  | byte_at(int pos) const | Fl_Text_Buffer |  | 
  | call_modify_callbacks() | Fl_Text_Buffer | inline | 
  | call_modify_callbacks(int pos, int nDeleted, int nInserted, int nRestyled, const char *deletedText) const | Fl_Text_Buffer | protected | 
  | call_predelete_callbacks() | Fl_Text_Buffer | inline | 
  | call_predelete_callbacks(int pos, int nDeleted) const | Fl_Text_Buffer | protected | 
  | canUndo(char flag=1) | Fl_Text_Buffer |  | 
  | char_at(int pos) const | Fl_Text_Buffer |  | 
  | copy(Fl_Text_Buffer *fromBuf, int fromStart, int fromEnd, int toPos) | Fl_Text_Buffer |  | 
  | count_displayed_characters(int lineStartPos, int targetPos) const | Fl_Text_Buffer |  | 
  | count_lines(int startPos, int endPos) const | Fl_Text_Buffer |  | 
  | file_encoding_warning_message | Fl_Text_Buffer | static | 
  | findchar_backward(int startPos, unsigned int searchChar, int *foundPos) const | Fl_Text_Buffer |  | 
  | findchar_forward(int startPos, unsigned searchChar, int *foundPos) const | Fl_Text_Buffer |  | 
  | Fl_Text_Buffer(int requestedSize=0, int preferredGapSize=1024) | Fl_Text_Buffer |  | 
  | highlight(int start, int end) | Fl_Text_Buffer |  | 
  | highlight() | Fl_Text_Buffer | inline | 
  | highlight_position(int *start, int *end) | Fl_Text_Buffer |  | 
  | highlight_selection() const | Fl_Text_Buffer | inline | 
  | highlight_text() | Fl_Text_Buffer |  | 
  | input_file_was_transcoded | Fl_Text_Buffer |  | 
  | insert(int pos, const char *text) | Fl_Text_Buffer |  | 
  | insert_(int pos, const char *text) | Fl_Text_Buffer | protected | 
  | insertfile(const char *file, int pos, int buflen=128 *1024) | Fl_Text_Buffer |  | 
  | length() const | Fl_Text_Buffer | inline | 
  | line_end(int pos) const | Fl_Text_Buffer |  | 
  | line_start(int pos) const | Fl_Text_Buffer |  | 
  | line_text(int pos) const | Fl_Text_Buffer |  | 
  | loadfile(const char *file, int buflen=128 *1024) | Fl_Text_Buffer | inline | 
  | mBuf | Fl_Text_Buffer | protected | 
  | mCanUndo | Fl_Text_Buffer | protected | 
  | mCbArgs | Fl_Text_Buffer | protected | 
  | mCursorPosHint | Fl_Text_Buffer | protected | 
  | mGapEnd | Fl_Text_Buffer | protected | 
  | mGapStart | Fl_Text_Buffer | protected | 
  | mHighlight | Fl_Text_Buffer | protected | 
  | mLength | Fl_Text_Buffer | protected | 
  | mModifyProcs | Fl_Text_Buffer | protected | 
  | mNModifyProcs | Fl_Text_Buffer | protected | 
  | mNPredeleteProcs | Fl_Text_Buffer | protected | 
  | move_gap(int pos) | Fl_Text_Buffer | protected | 
  | mPredeleteCbArgs | Fl_Text_Buffer | protected | 
  | mPredeleteProcs | Fl_Text_Buffer | protected | 
  | mPreferredGapSize | Fl_Text_Buffer | protected | 
  | mPrimary | Fl_Text_Buffer | protected | 
  | mSecondary | Fl_Text_Buffer | protected | 
  | mTabDist | Fl_Text_Buffer | protected | 
  | next_char(int ix) const | Fl_Text_Buffer |  | 
  | next_char_clipped(int ix) const (defined in Fl_Text_Buffer) | Fl_Text_Buffer |  | 
  | outputfile(const char *file, int start, int end, int buflen=128 *1024) | Fl_Text_Buffer |  | 
  | prev_char(int ix) const | Fl_Text_Buffer |  | 
  | prev_char_clipped(int ix) const (defined in Fl_Text_Buffer) | Fl_Text_Buffer |  | 
  | primary_selection() const | Fl_Text_Buffer | inline | 
  | primary_selection() | Fl_Text_Buffer | inline | 
  | reallocate_with_gap(int newGapStart, int newGapLen) | Fl_Text_Buffer | protected | 
  | redisplay_selection(Fl_Text_Selection *oldSelection, Fl_Text_Selection *newSelection) const | Fl_Text_Buffer | protected | 
  | remove(int start, int end) | Fl_Text_Buffer |  | 
  | remove_(int start, int end) | Fl_Text_Buffer | protected | 
  | remove_modify_callback(Fl_Text_Modify_Cb bufModifiedCB, void *cbArg) | Fl_Text_Buffer |  | 
  | remove_predelete_callback(Fl_Text_Predelete_Cb predelCB, void *cbArg) | Fl_Text_Buffer |  | 
  | remove_secondary_selection() | Fl_Text_Buffer |  | 
  | remove_selection() | Fl_Text_Buffer |  | 
  | remove_selection_(Fl_Text_Selection *sel) | Fl_Text_Buffer | protected | 
  | replace(int start, int end, const char *text) | Fl_Text_Buffer |  | 
  | replace_secondary_selection(const char *text) | Fl_Text_Buffer |  | 
  | replace_selection(const char *text) | Fl_Text_Buffer |  | 
  | replace_selection_(Fl_Text_Selection *sel, const char *text) | Fl_Text_Buffer | protected | 
  | rewind_lines(int startPos, int nLines) | Fl_Text_Buffer |  | 
  | savefile(const char *file, int buflen=128 *1024) | Fl_Text_Buffer | inline | 
  | search_backward(int startPos, const char *searchString, int *foundPos, int matchCase=0) const | Fl_Text_Buffer |  | 
  | search_forward(int startPos, const char *searchString, int *foundPos, int matchCase=0) const | Fl_Text_Buffer |  | 
  | secondary_select(int start, int end) | Fl_Text_Buffer |  | 
  | secondary_selected() | Fl_Text_Buffer | inline | 
  | secondary_selection() const | Fl_Text_Buffer | inline | 
  | secondary_selection_position(int *start, int *end) | Fl_Text_Buffer |  | 
  | secondary_selection_text() | Fl_Text_Buffer |  | 
  | secondary_unselect() | Fl_Text_Buffer |  | 
  | select(int start, int end) | Fl_Text_Buffer |  | 
  | selected() const | Fl_Text_Buffer | inline | 
  | selection_position(int *start, int *end) | Fl_Text_Buffer |  | 
  | selection_text() | Fl_Text_Buffer |  | 
  | selection_text_(Fl_Text_Selection *sel) const (defined in Fl_Text_Buffer) | Fl_Text_Buffer | protected | 
  | skip_displayed_characters(int lineStartPos, int nChars) | Fl_Text_Buffer |  | 
  | skip_lines(int startPos, int nLines) | Fl_Text_Buffer |  | 
  | tab_distance() const | Fl_Text_Buffer | inline | 
  | tab_distance(int tabDist) | Fl_Text_Buffer |  | 
  | text() const | Fl_Text_Buffer |  | 
  | text(const char *text) | Fl_Text_Buffer |  | 
  | text_range(int start, int end) const | Fl_Text_Buffer |  | 
  | transcoding_warning_action | Fl_Text_Buffer |  | 
  | undo(int *cp=0) | Fl_Text_Buffer |  | 
  | unhighlight() | Fl_Text_Buffer |  | 
  | unselect() | Fl_Text_Buffer |  | 
  | update_selections(int pos, int nDeleted, int nInserted) | Fl_Text_Buffer | protected | 
  | utf8_align(int) const | Fl_Text_Buffer |  | 
  | word_end(int pos) const | Fl_Text_Buffer |  | 
  | word_start(int pos) const | Fl_Text_Buffer |  | 
  | ~Fl_Text_Buffer() | Fl_Text_Buffer |  |