Re: [HC Evolution] e-cell-combo



Not only that, but it might not buy you very much.  ECellText wasn't using
the GtkEntry for display, simply for data storage and editing.  You would
probably do well to use an ETextEventProcessor as ECellText does.  The
harder part is drawing the combo box and creating the menus.  This should
probably be implemented as separate code.  However, I would suggest
investigating the possibility of using code from GtkCombo for creating the
menus.

Look at the gnumeric/src/widgets/gtk-combo-box.c source code, as it
contains a generic and extensible combo box (unlike the one in Gtk+
which is pretty limited and useless)





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]