SourceSmartHomeEndType
Description:
[ CCode ( cprefix = "GTK_SOURCE_SMART_HOME_END_" , type_id = "gtk_source_smart_home_end_type_get_type ()" ) ]
[ GIR ( name = "SmartHomeEndType" ) ]
public enum SourceSmartHomeEndType
Content:
Enum values:
- AFTER - move to the
beginning/end of the line on the first press of the HOME/END keys and to the first/last non-whitespace character on the second press.
- ALWAYS - always move
to the first/last non-whitespace character when the HOME/END keys are pressed.
- BEFORE - move to the
first/last non-whitespace character on the first press of the HOME/END keys and to the beginning/end of the line on the second press.
- DISABLED -
smart-home-end disabled.