wxGrid
- Posted by jmduro May 12, 2015
- 1347 views
Hello, wxEuphoria (as used in wxide0.8.2) misses constants for wxGrid to select wxGridSelectionModes. Following lines have to be added to wxeud.e.
public enum -- wxGridSelectionModes wxGridSelectCells, wxGridSelectRows, wxGridSelectColumns, wxGridSelectRowsOrColumns, $
Jean-Marc