API ReferenceGE Extensionseditorflowgraph
Flowgraph Legend
Test/development window for experimenting with ImGui reorderable tab bars in the flowgraph editor.
Test/development window for experimenting with ImGui reorderable tab bars in the flowgraph editor.
Overview
fg_legend is a simple test window used during development to experiment with im.BeginTabBar using TabBarFlags_Reorderable. It displays a set of closeable tabs (A, B, C, D) with IDs and tracks their order. Not used in production workflows.
Class Fields
| Field | Type | Description |
|---|---|---|
C.windowName | string | 'fg_legend' |
C.windowDescription | string | 'Legend Test' |
Class Methods
| Method | Description |
|---|---|
C:init() | Registers window, creates test items with IDs and open states |
C:attach(mgr) | Binds to a flowgraph manager |
C:draw() | Renders reorderable tab bar with closeable tabs |
Notes
- This is a test/development window, not a user-facing feature
- Items have name, id, and
im.BoolPtropen state - Displays ordered tab names as debug text below the tab bar
See Also
- Flowgraph Base Window - Related reference
- Flowgraph Events - Related reference
- Flowgraph Examples - Related reference
- World Editor Guide - Guide