Searched refs:WriteComment (Results 1 – 4 of 4) sorted by relevance
11 void WriteComment(char *comment);
250 WriteComment("Define widget ids"); in GenerateScreenHeader()266 WriteComment("Define animation ids"); in GenerateScreenHeader()288 WriteComment("Define user event ids"); in GenerateScreenHeader()346 WriteComment("Declare properties structures for each utilized widget type"); in GenerateScreenHeader()372 WriteComment("Declare top-level control blocks"); in GenerateScreenHeader()404 WriteComment("Declare event process functions, draw functions, and callback functions"); in GenerateScreenHeader()417 WriteComment("Declare the GX_STUDIO_DISPLAY_INFO structure"); in GenerateScreenHeader()519 WriteComment("Declare Studio-generated functions for creating top-level widgets"); in GenerateScreenHeader()647 WriteComment("Install the language table."); in WriteDisplayConfigure()681 WriteComment("Install the language direction table."); in WriteDisplayConfigure()[all …]
741 WriteComment("Display and theme definitions"); in WriteDisplayDefines()809 WriteComment("Language definitions"); in WriteLanguageDefines()863 WriteComment("Color ID definitions"); in WriteColorDefines()917 WriteComment("Color Table"); in WriteColorTable()1008 WriteComment("Color Palette"); in WritePalette()1052 WriteComment("Font ID definitions"); in WriteFontDefines()1206 WriteComment("Font Table"); in WriteFontTable()1407 WriteComment("Pixelmap ID definitions"); in WritePixelmapDefines()1478 WriteComment("Pixelmap data definitions"); in WritePixelmapData()1590 WriteComment("Pixelmap Table"); in WritePixelmapTable()[all …]
126 void studio_source_writer::WriteComment(char *comment) in WriteComment() function in studio_source_writer