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)
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)