GtkSource.Map¶
- Subclasses:
None
Methods¶
- Inherited:
GtkSource.View (36), Gtk.TextView (73), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Scrollable (9)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
GtkSource.View (15), Gtk.TextView (21), Gtk.Container (3), Gtk.Widget (39), Gtk.Scrollable (4)
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The Pango font description to use. |
||
r/w |
The view this widget is mapping. |
Style Properties¶
- Inherited:
Signals¶
Fields¶
- Inherited:
GtkSource.View (11), Gtk.TextView (16), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class GtkSource.Map(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
GtkSource.Map
.- Return type:
Creates a new
GtkSource.Map
.New in version 3.18.
- get_view()¶
- Returns:
a
GtkSource.View
orNone
.- Return type:
Gets the
GtkSource.Map
:view
property, which is the view this widget is mapping.New in version 3.18.
- set_view(view)¶
- Parameters:
view (
GtkSource.View
) – aGtkSource.View
Sets the view that self will be doing the mapping to.
New in version 3.18.
Property Details¶
- GtkSource.Map.props.font_desc¶
- Name:
font-desc
- Type:
- Default Value:
- Flags:
The Pango font description to use.
- GtkSource.Map.props.view¶
- Name:
view
- Type:
- Default Value:
- Flags:
The view this widget is mapping.