drawSymbol
fn
bool drawSymbol(string label, int x, int y, int w, int h, uint c)Draws a named FLTK symbol.
Symbols are small drawings like arrows, circles, etc. that can be embedded in labels using the "@" prefix.
Parameters
label | Symbol name (e.g., "@->", "@circle") |
x | X coordinate |
y | Y coordinate |
w | Width |
h | Height |
c | Color to draw the symbol |
Returns
true if the symbol was recognized and drawn