forked from External/mage
GUI: improved pick choice (dialogs with searchable list, related to #12420):
- dialog: added mana symbols and html support in headers and list; - dialog: added custom hints for each list's item (use setHintData); - dialog: added game object hint type (use object id as hint value); - dialog: added fast way to add key, value, sort and hint data (use choice.withItem()); - cheats: added commands list in popup hint;
This commit is contained in:
parent
d0c907242c
commit
77df387e06
6 changed files with 204 additions and 119 deletions
|
|
@ -580,9 +580,8 @@ public final class ManaSymbols {
|
|||
}
|
||||
|
||||
|
||||
|
||||
public enum Type {
|
||||
TABLE,
|
||||
TABLE, // TODO: merge TABLE and DIALOG into WINDOW
|
||||
CHAT,
|
||||
DIALOG,
|
||||
TOOLTIP,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue