Re: ComboBox/ComboBoxEntry don't inherit from CellEditable

2008-04-25 Thread Armin Burgmeier
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

ComboBox/ComboBoxEntry don't inherit from CellEditable

2008-04-24 Thread Karthik Ganesan
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