usesuper::*;implUi{/// Access to the current window's draw list
#[doc(alias ="GetWindowDrawList")]pubfnget_window_draw_list(&self)->DrawListMut<'_>{DrawListMut::window(self)}/// Access to the background draw list
#[doc(alias ="GetBackgroundDrawList")]pubfnget_background_draw_list(&self)->DrawListMut<'_>{DrawListMut::background(self)}/// Access to the foreground draw list
#[doc(alias ="GetForegroundDrawList")]pubfnget_foreground_draw_list(&self)->DrawListMut<'_>{DrawListMut::foreground(self)}}