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

Function GUI_Widget_GetNext

src/gui/widget.c:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66static bool s_widgetReset; /*!< If true, the widgets will be redrawn. */
67
68Widget *GUI_Widget_GetNext(Widget *w)
69{
70 if (w->next == NULL) return NULL;
71 return w->next;
72}
73
74/**
75 * Find an existing Widget by the index number. It matches the first hit, and

Callers 5

GUI_ChangeSelectionTypeFunction · 0.85
GUI_Widget_Get_ByIndexFunction · 0.85
GUI_Widget_HandleEventsFunction · 0.85
GUI_Widget_DrawAllFunction · 0.85
GUI_Mentat_DrawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected