AGW Logo

ultimatelistctrl functions

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

method_summary Functions Summary


CheckVariableRowHeight Checks whether a text contains multiline strings and if the listCtrl window
CreateListItem Creates a new instance of UltimateListItem.
GetdragcursorBitmap Returns the drag and drop cursor image as a wx.Bitmap.
GetdragcursorData Returns the drag and drop cursor image as a decompressed stream of characters.
GetdragcursorImage Returns the drag and drop cursor image as a wx.Image.
MakeDisabledBitmap Creates a disabled-looking bitmap starting from the input one.
to_list Converts the input data into a Python list.

API Functions API



CheckVariableRowHeight(listCtrl, text)[source]

Checks whether a text contains multiline strings and if the listCtrl window style is compatible with multiline strings.

Parameters:


CreateListItem(itemOrId, col)[source]

Creates a new instance of UltimateListItem.

Parameters:
  • itemOrId – can be an instance of UltimateListItem or an integer;
  • col – the item column.


GetdragcursorBitmap()[source]

Returns the drag and drop cursor image as a wx.Bitmap.



GetdragcursorData()[source]

Returns the drag and drop cursor image as a decompressed stream of characters.



GetdragcursorImage()[source]

Returns the drag and drop cursor image as a wx.Image.



MakeDisabledBitmap(original)[source]

Creates a disabled-looking bitmap starting from the input one.

Parameters:original – an instance of wx.Bitmap to be greyed-out.



to_list(input)[source]

Converts the input data into a Python list.

Parameters:input – can be an integer or a Python list (in which case nothing will be done to input.
Tree

Table Of Contents

Previous topic

UltimateListTextCtrl

Next topic

SVN Revision 67824 For ultimatelistctrl