Skip to content

Commit

Permalink
修改Demo界面中的错别字。
Browse files Browse the repository at this point in the history
  • Loading branch information
blueantst committed Aug 27, 2014
1 parent a169ba3 commit d740217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/xml/duivision/dlg_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ DirectUI技术一般是指将所有的界面控件都绘制在一个窗口上,
DirectUI技术需要解决的主要问题如下:
1、窗口的子类化,截获窗口的消息;
2、封装自己的控件,并将自己的控件绘制到该窗口上;
3、封装窗口的消息,并分发到自己的控件上,让自己的控件根据消息进行相应和绘制
3、封装窗口的消息,并分发到自己的控件上,让自己的控件根据消息进行响应和绘制
4、根据不同的行为发送自定义消息给窗口,以便程序进行调用;
5、一般窗口上控件的组织使用XML来描述。
通常DirectUI的界面库都采用XML配置文件+图片+控制脚本(Lua、Javascript等)的开发方式,非常类似于Web程序的开发方式,当然这里面控制脚本也可以直接使用C++代码来实现。这种开发方式可以大大提高开发效率,将程序员从繁琐的界面工作中解脱出来,并且通过美工的设计,可以使界面更美观。
Expand Down

0 comments on commit d740217

Please sign in to comment.