AGW Logo

hypertreelist functions

This is the description of standalone Python functions in the hypertreelist module.

method_summary Functions Summary


IsBufferingSupported Utility function which checks if a platform handles correctly double buffering for the header.
create_delegator_for Creates a method that forwards calls to self._main_win (an instance of TreeListMainWindow).

API Functions API



IsBufferingSupported()[source]

Utility function which checks if a platform handles correctly double buffering for the header. Currently returns False for all platforms except Windows XP.



create_delegator_for(method)[source]

Creates a method that forwards calls to self._main_win (an instance of TreeListMainWindow).

Parameters:method – one method inside the TreeListMainWindow local scope.
Tree

Table Of Contents

Previous topic

TreeListMainWindow

Next topic

SVN Revision 68021 For hypertreelist