PitBull4.Options.GetBarLayoutDB(module)
Return the DB dictionary for the current text for the current layout selected in the options frame.
BarProvider modules should be calling this and manipulating data within it.
Parameters
- module
- the bar_provider module
Return value
the DB dictionary for the current text
Usage
local db = PitBull.Options.GetTextLayoutDB(MyModule); db.some_option = "something"
Facts
- Date created
- 18 Jan 2009
- Last updated
- 05 Apr 2009