用法
评论
建议
取 消
确 定
(defun dcl:progressbar (key style show-txt? / color) "dcl 进度条。" "" "(dcl:progress-bar \"pbar1\" \"\" t)" (or (setq color theme:bg-color) (setq color 152)) (write-line (strcat (if show-txt? ":row{" "") ":image{key=\"" key "\";height=0.3;color=253;fixed_height=true;vertical_margin=none;" style "}" (if show-txt? (strcat ":text{key=\"" key "txt\";width=4;fixed_width=true;}}") "")) dcl-fp))
函数库使用说明
应用包
技术支持
统计信息
函数库规模: 772 个
函数库类别: 54 种
上传记录
刷新