MCPcopy Create free account
hub / github.com/OpenDUNE/OpenDUNE / Widget_PaintCurrentWidget

Function Widget_PaintCurrentWidget

src/gui/widget.c:985–988  ·  view source on GitHub ↗

* Draw the exterior of the currently selected widget. */

Source from the content-addressed store, hash-verified

983 * Draw the exterior of the currently selected widget.
984 */
985void Widget_PaintCurrentWidget(void)
986{
987 GUI_DrawFilledRectangle(g_curWidgetXBase << 3, g_curWidgetYBase, ((g_curWidgetXBase + g_curWidgetWidth) << 3) - 1, g_curWidgetYBase + g_curWidgetHeight - 1, g_curWidgetFGColourNormal);
988}

Callers 3

GUI_EditBoxFunction · 0.85
GUI_Mentat_LoopFunction · 0.85

Calls 1

GUI_DrawFilledRectangleFunction · 0.85

Tested by

no test coverage detected