| Import line: | GtkSource = imports.gi.GtkSource; |
| GIR File: | GtkSource-2.0.gir |
| C documentation: | GtkSourceSmartHomeEndType |
| Enum : | SmartHomeEndType |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number GtkSource.SmartHomeEndType.AFTER : 2
|
|
|
Number GtkSource.SmartHomeEndType.ALWAYS : 3
|
|
|
Number GtkSource.SmartHomeEndType.BEFORE : 1
|
|
|
Number GtkSource.SmartHomeEndType.DISABLED : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
GtkSource.View
Property |
smart_home_end : GtkSource.SmartHomeEndType
|
|
GtkSource.View
Method |
set_smart_home_end
(SmartHomeEndType smart_he)
:
none
Set the desired movement of the cursor when HOME and END keys are pressed.
|
|
GtkSource.View
Method |
get_smart_home_end
()
:
GtkSource.SmartHomeEndType
Returns a GtkSourceSmartHomeEndType end value specifying how the cursor will move when HOME and END keys are pressed.
|