IndenterIfaceProxy

Proxy object for GtkSource.Indenter interface when a GObject has no applicable D binding

class IndenterIfaceProxy : IfaceProxy , Indenter {}

Mixed In Members

From mixin IndenterT!()

indent
void indent(gtksource.view.View view, gtk.text_iter.TextIter iter)

This function should be implemented to alter the indentation of text within the view.

isTrigger
bool isTrigger(gtksource.view.View view, gtk.text_iter.TextIter location, gdk.types.ModifierType state, uint keyval)

This function is used to determine if a key pressed should cause the indenter to automatically indent.

Inherited Members

From Indenter

indent
void indent(gtksource.view.View view, gtk.text_iter.TextIter iter)

This function should be implemented to alter the indentation of text within the view.

isTrigger
bool isTrigger(gtksource.view.View view, gtk.text_iter.TextIter location, gdk.types.ModifierType state, uint keyval)

This function is used to determine if a key pressed should cause the indenter to automatically indent.