Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
TextView.h File Reference

Provides the BTextView class and associated structs. More...

Classes

class  BTextView
 Displays and manipulates styled text. More...
 
struct  text_run
 text run struct More...
 
struct  text_run_array
 text run array struct More...
 

Namespaces

namespace  BPrivate
 Internal or experimental API.
 

Enumerations

enum  undo_state {
  B_UNDO_UNAVAILABLE ,
  B_UNDO_TYPING ,
  B_UNDO_CUT ,
  B_UNDO_PASTE ,
  B_UNDO_CLEAR ,
  B_UNDO_DROP
}
 

Detailed Description

Provides the BTextView class and associated structs.

Enumeration Type Documentation

◆ undo_state

enum undo_state
Enumerator
B_UNDO_UNAVAILABLE 
Since
BeOS R3
B_UNDO_TYPING 
Since
BeOS R3
B_UNDO_CUT 
Since
BeOS R3
B_UNDO_PASTE 
Since
BeOS R3
B_UNDO_CLEAR 
Since
BeOS R3
B_UNDO_DROP 
Since
BeOS R3