1 NX11+VS2013 2 3 #include <uf.h> 4 #include <uf_ui.h> 5 #include <uf_layer.h> 6 7 8 UF_initialize(); 9 10 //设置除工作层之外的所有图层的状态。 11 UF_LAYER_set_all_but_work(UF_LAYER_ACTIVE_LAYER); 12 13 UF_terminate(); 14 15 16 Caesar卢尚宇 17 2019年11月13日
原文地址:https://www.cnblogs.com/nxopen2018/p/11848023.html
时间: 2024-11-09 09:26:23