DVUI

current

Parameters

#
self:*Subwindows
*Subwindows

Source

Implementation

#
pub fn current(self: *Subwindows) ?*Subwindow {
    return self.get(self.current_id);
}