/********************************************************************* * * GUIDEMO_Listview */ void GUIDEMO_Listview(void) { GUIDEMO_ShowIntro("Listview demo", "Shows some features of\nthe LISTVEW widget"); GUIDEMO_DrawBk(); GUIDEMO_ShowInfoWin(); _DemoListview(); }
/********************************************************************* * * Public functions * ********************************************************************** */ void GUIDEMO_Graph(void) { GUIDEMO_ShowIntro("Drawing a graph", "Optimized drawing routine\nfor drawing graph data"); GUIDEMO_ShowInfoWin(); _GraphDemo(); GUIDEMO_NotifyStartNext(); }