Package: gtk
Class gtk:cell-renderer-combo
Superclassesgtk:cell-renderer-text, gtk:cell-renderer, gobject:initially-unowned, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
        None
           Direct SlotsDetails      The gtk:cell-renderer-combo object renders text in a cell like    the gtk:cell-renderer-text object from which it is derived.    But while the gtk:cell-renderer-text object offers a simple entry to  edit the text, the gtk:cell-renderer-combo object offers a  gtk:combo-box widget to edit the text. The values to display in the
  combo box are taken from the tree model specified in the  model property. The combo cell renderer takes care of adding a text cell renderer to the combo box and sets it to display the column specified by its text-column property. Further properties of the combo box can be set in a handler for the "editing-started" signal. WarningSignal DetailsThe "changed" signallambda (combo path iter) :run-last 
  | Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also | 
2025-07-01