mirror of
https://github.com/azure-rtos/guix.git
synced 2025-02-04 07:13:17 +08:00
7 lines
330 B
C++
7 lines
330 B
C++
|
|
|
|
class widget_writer {
|
|
public:
|
|
static void WriteWidgets(xml_writer &writer, studiox_project *project, int display_index, widget_info *start, BOOL DoSiblings = TRUE);
|
|
static void WriteWidgetFolders(xml_writer &writer, studiox_project *project, int display_index, folder_info *start, BOOL DoSiblings = TRUE);
|
|
}; |