gtksource.completion_item
Module for [CompletionItem] class
Types 3
Methods
CompletionItemGidBuilder builder() static nothrowGet builder for [gtksource.completion_item.CompletionItem] Returns: New builder objectgio.icon.Icon gicon() @property nothrowGet `gicon` property. Returns: The #GIcon for the icon to be shown for this proposal.void gicon(gio.icon.Icon propval) @property nothrowSet `gicon` property. Params: propval = The #GIcon for the icon to be shown for this proposal.gdkpixbuf.pixbuf.Pixbuf icon() @property nothrowGet `icon` property. Returns: The #GdkPixbuf for the icon to be shown for this proposal.void icon(gdkpixbuf.pixbuf.Pixbuf propval) @property nothrowSet `icon` property. Params: propval = The #GdkPixbuf for the icon to be shown for this proposal.string iconName() @property nothrowGet `iconName` property. Returns: The icon name for the icon to be shown for this proposal.void iconName(string propval) @property nothrowSet `iconName` property. Params: propval = The icon name for the icon to be shown for this proposal.string info() @property nothrowGet `info` property. Returns: Optional extra information to be shown for this proposal.void info(string propval) @property nothrowSet `info` property. Params: propval = Optional extra information to be shown for this proposal.void label(string propval) @property nothrowSet `label` property. Params: propval = Label to be shown for this proposal.string markup() @property nothrowGet `markup` property. Returns: Label with markup to be shown for this proposal.void markup(string propval) @property nothrowSet `markup` property. Params: propval = Label with markup to be shown for this proposal.void setGicon(gio.icon.Icon gicon = null) nothrowvoid setIcon(gdkpixbuf.pixbuf.Pixbuf icon = null) nothrowvoid setIconName(string iconName = null) nothrowvoid setInfo(string info = null) nothrowvoid setLabel(string label = null) nothrowvoid setMarkup(string markup = null) nothrowvoid setText(string text = null) nothrowclassCompletionItemGidBuilderImpl(T) : gobject.object.ObjectWrapGidBuilderImpl!T, gtksource.completion_proposal.CompletionProposalGidBuilderImpl!T
Fluent builder implementation template for gtksource.completion_item.CompletionItem
Methods
T gicon(gio.icon.Icon propval) nothrowSet `gicon` property. Params: propval = The #GIcon for the icon to be shown for this proposal. Returns: Builder instance for fluent chainingT icon(gdkpixbuf.pixbuf.Pixbuf propval) nothrowSet `icon` property. Params: propval = The #GdkPixbuf for the icon to be shown for this proposal. Returns: Builder instance for fluent chainingT iconName(string propval) nothrowSet `iconName` property. Params: propval = The icon name for the icon to be shown for this proposal. Returns: Builder instance for fluent chainingT info(string propval) nothrowSet `info` property. Params: propval = Optional extra information to be shown for this proposal. Returns: Builder instance for fluent chainingT label(string propval) nothrowSet `label` property. Params: propval = Label to be shown for this proposal. Returns: Builder instance for fluent chainingT markup(string propval) nothrowSet `markup` property. Params: propval = Label with markup to be shown for this proposal. Returns: Builder instance for fluent chainingT text(string propval) nothrowSet `text` property. Params: propval = Proposal text. Returns: Builder instance for fluent chainingFluent builder for gtksource.completion_item.CompletionItem
Methods