“Widget”的版本间的差异
(→常用的预定义小部件参数包括) |
小 (→注释) |
||
第15行: | 第15行: | ||
<br> | <br> | ||
=== <big>注释</big> === | === <big>注释</big> === | ||
− | <big>还有更多的 widgets,以上的 widgets 只是常见的普通部分。你可以通过反编译 TaleWorlds.GauntletUI.dll 和 TaleWorlds.MountAndBlade.GauntletUI.dll。Widgets 继承 '''Widget''' 类,其(Tag)标记名将与类名相同。</big> | + | <big>还有更多的 widgets,以上的 widgets 只是常见的普通部分。你可以通过反编译 TaleWorlds.GauntletUI.dll 和 TaleWorlds.MountAndBlade.GauntletUI.dll。Widgets 继承 '''Widget''' 类,其(Tag)标记名将与类名相同。</big><br> |
+ | |||
== 常用的预定义小部件参数包括 == | == 常用的预定义小部件参数包括 == | ||
* <big>Brush</big> | * <big>Brush</big> |
2020年4月23日 (四) 23:26的版本
访问源文档
返回目录
Widgets 是创建交互内容的好方法,可能包括滚动条、按钮、工具提示等内容。
常用的预定义小部件包括
- ButtonWidget
- ImageWidget
- ListPanel
- RichTextWidget
- ScrollablePanel
- ScrollBarWidget
- TextWidget
- TooltipWidget
- Widget
注释
还有更多的 widgets,以上的 widgets 只是常见的普通部分。你可以通过反编译 TaleWorlds.GauntletUI.dll 和 TaleWorlds.MountAndBlade.GauntletUI.dll。Widgets 继承 Widget 类,其(Tag)标记名将与类名相同。
常用的预定义小部件参数包括
- Brush
- Command.Click (Command.YourKeyHere)
- DataSource (Properties with DataSourceProperty Attribute in C#)
- DoNotAcceptEvents
- HorizontalAlignment / VerticalAlignment
- Id
- MarginLeft / MarginRight / MarginTop / MarginBottom
- Sprite
- SuggestedWidth / SuggestedHeight
- Text (Text Widgets only)
- WidthSizePolicy / HeightSizePolicy