mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 18:29:35 +01:00
* First version
This commit is contained in:
parent
972ba5215a
commit
c3afb8ded6
18
fcl/shedit/classes.txt
Normal file
18
fcl/shedit/classes.txt
Normal file
@ -0,0 +1,18 @@
|
||||
TObject
|
||||
TCollectionItem
|
||||
TKeyboardActionDescr Assigns names to keyboard actions
|
||||
TShortcut Connects a keyboard shortcut with an action description
|
||||
TUndoInfo Generic undo information
|
||||
TUndoEdit Undo informations for inserted characters
|
||||
TUndoDelLeft Undo informations for left deleted characters
|
||||
TUndoDelRight Undo informations for right deleted characters
|
||||
TSelection Holds a selection (start and end coordinates)
|
||||
ISHWidget Generic SH widget interface
|
||||
TGtkSHWidget SHWidget implementation for GTK+
|
||||
<other platform dependent
|
||||
implementations>
|
||||
TSHTextEdit Generic editor engine
|
||||
TSHPasEdit Editor engine for Pascal source files
|
||||
TSHXMLEdit Editor engine for XML files
|
||||
<other classes and highlighters for
|
||||
additional languages>
|
||||
Loading…
Reference in New Issue
Block a user