On Thu, 2008-04-24 at 23:27 -0400, Karthik Ganesan wrote:
> Hi,
> Shouldn't ComboBox/ComboBoxEntry inherit from CellEditable : The
> following program verifies it (dynamic casting to CellEditable returns
> NULL pointers).
It should, but this would break ABI. GtkComboBox implements
GtkCellEditabl
Hi,
Shouldn't ComboBox/ComboBoxEntry inherit from CellEditable : The
following program verifies it (dynamic casting to CellEditable returns
NULL pointers).
I was trying to grab the combo box instance used by CellRendererCombo in
the editing_started signal and get a NULL pointer. Any workarounds