tabIndexGroup
Parameters
- src:std.builtin.SourceLocation
- std.builtin.SourceLocation
- opts:TabIndexGroup.Options
- TabIndexGroup.Options
Source
Implementation
pub fn tabIndexGroup(src: std.builtin.SourceLocation, opts: TabIndexGroup.Options) *TabIndexGroup {
var ret = widgetAlloc(TabIndexGroup);
ret.init(src, opts);
return ret;
}