View Single Post
08-06-11, 08:52 AM   #4
zarnivoop
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 5
For integration, if you wish to disable the buttons (they are enabled by default), the boolean setting is window.db.buttons['menu' | 'reset' | 'mode' | 'segment' | 'report']. Window height is window.db.background.height and width is window.db.barwidth. Note that the header is not included in the height. The background color is window.db.background.color and defaults to {r=0,g=0,b=0.5,a=0.2}.

The resizing mechanism can be disabled by locking the window.

Last edited by zarnivoop : 08-07-11 at 04:52 PM.