SectionModelIfaceProxy

Proxy object for Gtk.SectionModel interface when a GObject has no applicable D binding

class SectionModelIfaceProxy : IfaceProxy , SectionModel {}

Mixed In Members

From mixin SectionModelT!()

getSection
void getSection(uint position, uint outStart, uint outEnd)

Query the section that covers the given position. The number of items in the section can be computed by out_end - out_start.

sectionsChanged
void sectionsChanged(uint position, uint nItems)
connectSectionsChanged
ulong connectSectionsChanged(T callback, Flag!"After" after)

Connect to SectionsChanged signal.

Inherited Members

From SectionModel

getSection
void getSection(uint position, uint outStart, uint outEnd)

Query the section that covers the given position. The number of items in the section can be computed by out_end - out_start.

sectionsChanged
void sectionsChanged(uint position, uint nItems)
connectSectionsChanged
ulong connectSectionsChanged(T callback, Flag!"After" after)

Connect to SectionsChanged signal.