SourceCompletionItem
Object Hierarchy:
Description:
public class SourceCompletionItem :
Object,
SourceCompletionProposal
Content:
Properties:
- public Pixbuf icon { owned get; set; }
The Pixbuf
for the icon to be shown for this proposal.
- public string info { owned get; set; }
Optional extra information to be shown for this proposal.
- public string label { owned get; set; }
Label to be shown for this proposal.
- public string markup { owned get; set; }
Label with markup to be shown for this proposal.
- public string text { owned get; set; }
Proposal text.
Creation methods:
- public SourceCompletionItem (string label, string text, Pixbuf? icon, string? info)
Creates a new SourceCompletionItem.
- public SourceCompletionItem.from_stock (string label, string text, string stock, string info)
Creates a new SourceCompletionItem from a
stock item.
- public SourceCompletionItem.with_markup (string markup, string text, Pixbuf icon, string info)
Create a new SourceCompletionItem with
markup label markup, icon icon and extra information info.
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.SourceCompletionProposal