Interface

GtkSource-5GtkSourceMarkConstructorProps

interface ConstructorProps {
    category: string;
    left_gravity: boolean;
    leftGravity: boolean;
    name: string | null;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gtk.TextMark.ConstructorProps

Properties

category: string

Properties - Inherited from Gtk.TextMark.ConstructorProps

left_gravity: boolean
leftGravity: boolean
name: string | null