MyGUI_Orge官网教程_1.Widgets窗口部件

来源:互联网 发布:网络蜘蛛并行策略 编辑:程序博客网 时间:2024/05/16 01:24

哪些Widgets可用?

刚开始接触MyGUI和可用的widgets,其API文档不是最好的起点。启动demo中的Layout Editor,并点击一些按钮。用这所见即所得的程序,你可生成你的GUI,并保存到文件,之后可从程序加载该文件。当你不想用layout文件,而是想自己写代码来创建GUI,你仍然可用layout文件来获知widget的类型和要是使用的皮肤。

一些公共的皮肤skins

所有widgets有同名的皮肤skin,有些有超过一个的皮肤:

  • Window - simple window.
    • WindowC - skin for window with caption.
    • WindowCS - skin for resizeable window with caption.
    • WindowCSX - skin for resizeable window with caption and close button.
  • Button - simple button.
    • ButtonSmall - skin for small buttons.
    • CheckBox - skin for button.
  • Edit - edit (multi line, password, read-only).
    • EditStretch - skin for high edits (looks a bit better and a bit slower).
  • VScroll, HScroll - vertical and horizontal scroll.
    • VSlider, HSlider - vertical and horizontal scroll without buttons at the ends.
  • Widget - [used for simple widgets, there's no "Widget" skin]
    • Separator1 - skin for horizontal separator.
    • Separator2 - skin for horizontal separator.
    • Separator3 - skin for vertical separator.
    • Separator4 - skin for vertical separator.
    • Default - empty skin