[ top ] [ prev ] [ up ] [ next ]

RDB::DBGrid

super class

Phi::CustomGrid

class methods

new : DBGrid

properties

event handlers

on_draw_column_cell(rect, col, column, state)
draw_column_cell event は, grid が cell を描画しなければならないときに発生します。

rect : Phi::Rect
cell の canvas 上の位置
col : Fixnum
列の columns 配列におけるインデックス
column : Column
cell の表示属性と項目 binding を表す Column Object
state : Fixnum
RDB_const#GridDrawState
author: YOSHIDA Kazuhiro
[ top ] [ prev ] [ up ] [ next ]