plan9soft / arcreator

Automatically exported from code.google.com/p/arcreator
0 stars 0 forks source link

Refactor the _arc_panel_info* properties #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The panel dispatcher uses class properties of the panel to be dispatched like 
`_arc_panel_info_string` and `_arc_panel_info_data` to determine how the 
resulting panel should be displayed in the AUI interface, where it should be 
initially positioned etc.

these properties should be refactored into a single dict property. this will 
make them easier to manage (and it will look better)

Original issue reported on code.google.com by Ryexander on 21 Sep 2014 at 8:27