mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Add a missing constant and enum for wx.grid
This commit is contained in:
@@ -1193,6 +1193,8 @@
|
||||
"GRIDTABLE_NOTIFY_ROWS_INSERTED":"wx.grid.",
|
||||
"GRIDTABLE_REQUEST_VIEW_GET_VALUES":"wx.grid.",
|
||||
"GRIDTABLE_REQUEST_VIEW_SEND_VALUES":"wx.grid.",
|
||||
"GRID_AUTOSIZE":"wx.grid.",
|
||||
"GRID_COLUMN":"wx.grid.",
|
||||
"GRID_DRAW_BOX_RECT":"wx.grid.",
|
||||
"GRID_DRAW_CELL_LINES":"wx.grid.",
|
||||
"GRID_DRAW_COLS_HEADER":"wx.grid.",
|
||||
@@ -1204,6 +1206,7 @@
|
||||
"GRID_FLOAT_FORMAT_FIXED":"wx.grid.",
|
||||
"GRID_FLOAT_FORMAT_SCIENTIFIC":"wx.grid.",
|
||||
"GRID_FLOAT_FORMAT_UPPER":"wx.grid.",
|
||||
"GRID_ROW":"wx.grid.",
|
||||
"GROW":"wx.",
|
||||
"GUIEventLoop":"wx.",
|
||||
"Gauge":"wx.",
|
||||
@@ -1297,6 +1300,7 @@
|
||||
"GridColumnHeaderRendererDefault":"wx.grid.",
|
||||
"GridCornerHeaderRenderer":"wx.grid.",
|
||||
"GridCornerHeaderRendererDefault":"wx.grid.",
|
||||
"GridDirection":"wx.grid.",
|
||||
"GridEditorCreatedEvent":"wx.grid.",
|
||||
"GridEvent":"wx.grid.",
|
||||
"GridHeaderLabelsRenderer":"wx.grid.",
|
||||
|
||||
Submodule ext/wxWidgets updated: a34b9c1e01...2a536b2b8a
@@ -15,6 +15,17 @@ class grid_Tests(wtc.WidgetTestCase):
|
||||
# will probably be easier to test features and interoperability between
|
||||
# the classes in a non-unitest situation. See Phoenix/samples/grid
|
||||
|
||||
def test_grid00(self):
|
||||
wx.grid.GRID_AUTOSIZE
|
||||
wx.grid.GRID_COLUMN
|
||||
wx.grid.GRID_ROW
|
||||
wx.grid.GRID_DRAW_ROWS_HEADER
|
||||
wx.grid.GRID_DRAW_COLS_HEADER
|
||||
wx.grid.GRID_DRAW_CELL_LINES
|
||||
wx.grid.GRID_DRAW_BOX_RECT
|
||||
wx.grid.GRID_DRAW_SELECTION
|
||||
wx.grid.GRID_DRAW_DEFAULT
|
||||
|
||||
|
||||
def test_grid01(self):
|
||||
c1 = wx.grid.GridCellCoords()
|
||||
|
||||
Reference in New Issue
Block a user