-
Notifications
You must be signed in to change notification settings - Fork 4
Bootstrapping Using LCB
codeCatLady edited this page Apr 29, 2026
·
1 revision
Some important functionality in LC/LCB is written in LCB. This means you can add features directly in LCB, and look for examples in this code.
- Low-level system functionality is defined in
/livecode/libscript/system.lcb - LCB can interact with scripts via an LCB library that is defined in
/livecode/engine/src/engine.lcb - The operations that LCB can conduct on widgets are defined in
/livecode/engine/src/widget.lcb