GUI: Implement tooltips. FR #2821513.
FR #2821513: "GUI: add tooltips". Added tooltips for Add Game button, clear field buttons and couple other. Current problem: Only first call correctly restores text. I could not find where restore information gets lost. svn-id: r49774
This commit is contained in:
parent
ea7405d7ef
commit
01f9006ee7
30 changed files with 375 additions and 125 deletions
|
@ -42,7 +42,8 @@ struct TextDataInfo {
|
|||
static const TextDataInfo kTextDataDefaults[] = {
|
||||
{ kTextDataDefault, "text_default" },
|
||||
{ kTextDataButton, "text_button" },
|
||||
{ kTextDataNormalFont, "text_normal" }
|
||||
{ kTextDataNormalFont, "text_normal" },
|
||||
{ kTextDataTooltip, "tooltip_normal" }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue