Class: Wx::GRID::GridTableRequest

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/grid/grid_ctrl.rb

Overview

Possible types for grid table notifications.

Requires:

  • USE_GRID

Constant Summary collapse

GRIDTABLE_NOTIFY_ROWS_INSERTED =

New rows have been inserted into the table.

Wx::GRID::GridTableRequest.new(2002)
GRIDTABLE_NOTIFY_ROWS_APPENDED =

New rows have been append to the table.

Wx::GRID::GridTableRequest.new(2003)
GRIDTABLE_NOTIFY_ROWS_DELETED =

Rows have been deleted from the table.

Wx::GRID::GridTableRequest.new(2004)
GRIDTABLE_NOTIFY_COLS_INSERTED =

New columns have been inserted into the table.

Wx::GRID::GridTableRequest.new(2005)
GRIDTABLE_NOTIFY_COLS_APPENDED =

New columns have been append to the table.

Wx::GRID::GridTableRequest.new(2006)
GRIDTABLE_NOTIFY_COLS_DELETED =

Columns have been deleted from the table.

Wx::GRID::GridTableRequest.new(2007)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~

Constructor Details

This class inherits a constructor from Wx::Enum

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wx::Enum