Function createPopup [src]

Displays a popup window.

Prototype

pub fn createPopup(self: *const HiiPopup, style: PopupStyle, popup_type: PopupType, handle: hii.Handle, msg: u16, user_selection: ?*PopupSelection) Status

Parameters

self: *const HiiPopupstyle: PopupStylepopup_type: PopupTypehandle: hii.Handlemsg: u16user_selection: ?*PopupSelection

Source

pub fn createPopup(self: *const HiiPopup, style: PopupStyle, popup_type: PopupType, handle: hii.Handle, msg: u16, user_selection: ?*PopupSelection) Status { return self._create_popup(self, style, popup_type, handle, msg, user_selection); }