GObject.Object
GtkSource.CompletionItem
Import line: | GtkSource = imports.gi.GtkSource; |
GIR File: | GtkSource-3.0.gir |
C documentation: | GtkSourceCompletionItem |
Class : | CompletionItem |
Implements: | GtkSource.CompletionProposal |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
icon : GdkPixbuf.Pixbuf
|
GtkSource.CompletionItem | |
info : String
|
GtkSource.CompletionItem | |
label : String
|
GtkSource.CompletionItem | |
markup : String
|
GtkSource.CompletionItem | |
parent : GObject.Object
read only
|
GtkSource.CompletionItem | |
priv : GtkSource.CompletionItemPrivate
read only
|
GtkSource.CompletionItem | |
text : String
|
GtkSource.CompletionItem |
Method / Constructor | Defined By | |
---|---|---|
new GtkSource.CompletionItem
(Object properties)
Create a new GtkSource.CompletionItem
Create a new GtkSource.CompletionItem
|
||
new GtkSource.CompletionItem.c_new
(String label, String text, Pixbuf icon, String info)
:
GtkSource.CompletionItem
Create a new GtkSource.CompletionItem
Create a new GtkSource.CompletionItem
|
||
new GtkSource.CompletionItem.from_stock
(String label, String text, String stock, String info)
:
GtkSource.CompletionItem
Create a new GtkSource.CompletionItem
Create a new GtkSource.CompletionItem
|
||
new GtkSource.CompletionItem.with_markup
(String markup, String text, Pixbuf icon, String info)
:
GtkSource.CompletionItem
Create a new GtkSource.CompletionItem
Create a new GtkSource.CompletionItem
|
||
changed
()
:
none
|
GtkSource.CompletionProposal | |
equal
(CompletionProposal other)
:
gboolean
|
GtkSource.CompletionProposal | |
get_icon
()
:
GdkPixbuf.Pixbuf
|
GtkSource.CompletionProposal | |
get_info
()
:
String
|
GtkSource.CompletionProposal | |
get_label
()
:
String
|
GtkSource.CompletionProposal | |
get_markup
()
:
String
|
GtkSource.CompletionProposal | |
get_text
()
:
String
|
GtkSource.CompletionProposal | |
hash
()
:
guint32
|
GtkSource.CompletionProposal |
Event | Defined By | |
---|---|---|
changed (CompletionProposal self)
:
none
|
GtkSource.CompletionProposal |