bc1d7965eb
- Added Spell Customization options where icon and the name of a spell can be changed. - Added option to change the micro displays side, now it can be shown on the window top side. - Added options to change the transparency when out of combat and out of a group. - Added and Still under development the panel for create data captures for charts. - Fixed a issue with flat skin where the close button was just too big. - New API: _detalhes:InstanceCall (function, params ...) runs a function into all opened instances. - New Framework: gump:NewSpellEntry() create a textfield for choose a spell. - New Framework: gump:NewSpecialLuaEditorEntry() create a textbox with lua syntaxes highlight. - New FrameWork: gump:NewFillPanel() create a panel with rows.
11 lines
497 B
XML
11 lines
497 B
XML
<Bindings>
|
|
<Binding name="DETAILS_RESET_SEGMENTS" description="Clear all segments." header="Details">
|
|
_detalhes.tabela_historico:resetar()
|
|
</Binding>
|
|
<Binding name="DETAILS_SCROLL_DOWN" description="Scroll down the window which you have the mouse over." header="Details">
|
|
DetailsKeyBindScrollDown()
|
|
</Binding>
|
|
<Binding name="DETAILS_SCROLL_UP" description="Scroll up the window which you have the mouse over." header="Details">
|
|
DetailsKeyBindScrollUp()
|
|
</Binding>
|
|
</Bindings> |