GtkSource.CompletionInfo¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Window (119), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
Virtual Methods¶
Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Fields¶
- Inherited:
Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GtkSource.CompletionInfo(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
GtkSource.CompletionInfo
.- Return type:
- move_to_iter(view, iter)¶
- Parameters:
view (
Gtk.TextView
) – aGtk.TextView
on which the info window should be positioned.iter (
Gtk.TextIter
orNone
) – aGtk.TextIter
.
Moves the
GtkSource.CompletionInfo
to iter. If iter isNone
self is moved to the cursor position. Moving will respect theGdk.Gravity
setting of the info window and will ensure the line at iter is not occluded by the window.