Table Of Contents

Previous topic

grid

Next topic

gridlabelrenderer

This Page

phoenix_title GridAutoEditMixin

A mix-in class that automatically enables the grid edit control when a cell is selected.

If your class hooks EVT_GRID_SELECT_CELL be sure to call event.Skip so this handler will be called too.


class_hierarchy Inheritance Diagram

Inheritance diagram for class GridAutoEditMixin

Inheritance diagram of GridAutoEditMixin


method_summary Methods Summary

__init__  

api Class API



class GridAutoEditMixin

A mix-in class that automatically enables the grid edit control when a cell is selected.

If your class hooks EVT_GRID_SELECT_CELL be sure to call event.Skip so this handler will be called too.


Methods



__init__(self)