GtkSource.CompletionItem¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GtkSource.CompletionItem(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
GtkSource.CompletionItem
.- Return type:
Creates a new
GtkSource.CompletionItem
. The desired properties need to be set afterwards.New in version 4.0.
- set_gicon(gicon)¶
-
New in version 3.24.
- set_icon(icon)¶
- Parameters:
icon (
GdkPixbuf.Pixbuf
orNone
) – theGdkPixbuf.Pixbuf
, orNone
.
New in version 3.24.
- set_icon_name(icon_name)¶
-
New in version 3.24.
Property Details¶
- GtkSource.CompletionItem.props.gicon¶
-
The
Gio.Icon
for the icon to be shown for this proposal.New in version 3.18.
- GtkSource.CompletionItem.props.icon¶
- Name:
icon
- Type:
- Default Value:
- Flags:
The
GdkPixbuf.Pixbuf
for the icon to be shown for this proposal.
- GtkSource.CompletionItem.props.icon_name¶
-
The icon name for the icon to be shown for this proposal.
New in version 3.18.
- GtkSource.CompletionItem.props.info¶
-
Optional extra information to be shown for this proposal.
- GtkSource.CompletionItem.props.label¶
-
Label to be shown for this proposal.
- GtkSource.CompletionItem.props.markup¶
-
Label with markup to be shown for this proposal.