====== std.lyxvision.staticline ====== ''TStaticLine'' — horizontale oder vertikale Trennlinie zur visuellen Strukturierung von Dialogen und Fenstern. Zeichnet eine durchgezogene Linie mit konfigurierbarem Zeichen. → [[lyx_-_programmiersprache:units:lyxvision|lyxvision]] · [[lyx_-_programmiersprache:units:lyxvision:view|lyxvision.view]] · [[lyx_-_programmiersprache:units:lyxvision:statictext|lyxvision.statictext]] ---- ===== Funktionen ===== ^ Signatur ^ Sichtbarkeit ^ Beschreibung ^ | ''StaticLineCreateH(x: int64, y: int64, length: int64): TStaticLine'' | pub | TStaticLine Funktionen | | ''StaticLineCreateV(x: int64, y: int64, length: int64): TStaticLine'' | pub | — | | ''StaticLineSetStyle(sl: TStaticLine, style: int64): TStaticLine'' | pub | — | | ''StaticLineDraw(sl: TStaticLine): TStaticLine'' | pub | — | | ''StaticLineDrawColor(sl: TStaticLine, fg: int64, bg: int64): TStaticLine'' | pub | — | ---- //Signaturen automatisch aus ''std/lyxvision/staticline.lyx'' erzeugt (Stand 2026-08-02, lyxc 1.0.21A). Beschreibungen stammen aus den Quellkommentaren und sind teilweise unvollständig.//