Class CompletionCell

java.lang.Object
All Implemented Interfaces:
Proxy, Accessible, Buildable, ConstraintTarget

@Generated("io.github.jwharm.JavaGI") public class CompletionCell extends Widget implements Accessible, Buildable, ConstraintTarget
Widget for single cell of completion proposal.

The GtkSourceCompletionCell widget provides a container to display various types of information with the completion display.

Each proposal may consist of multiple cells depending on the complexity of the proposal. For example, programming language proposals may contain a cell for the "left-hand-side" of an operation along with the "typed-text" for a function name and "parameters". They may also optionally set an icon to signify the kind of result.

A CompletionProvider should implement the CompletionProvider.display(org.gnome.gtksourceview.CompletionContext, org.gnome.gtksourceview.CompletionProposal, org.gnome.gtksourceview.CompletionCell) virtual function to control how to convert data from their CompletionProposal to content for the GtkSourceCompletionCell.