Type Alias itaskmgr
Source pub type itaskmgr = itaskmgr_s;
#[repr(C)]
pub struct itaskmgr {Show 27 fields
pub title_height: i32,
pub title_font: *mut ifont_s,
pub task_font: *mut ifont_s,
pub task_title_font: *mut ifont_s,
pub style: i32,
pub profile_present: i32,
pub profile_height: i32,
pub profile_font: *mut ifont_s,
pub shortcut_height: i32,
pub shortcut_width: i32,
pub shortcut_font: *mut ifont_s,
pub task_height: i32,
pub full_height: i32,
pub full_width: i32,
pub width: i32,
pub height: i32,
pub x: i32,
pub y: i32,
pub border_size: i32,
pub indent_from_border: i32,
pub bitmap: *mut *mut ibitmap_s,
pub bitmap_count: i32,
pub separator_size: i32,
pub exit_button_indent: i32,
pub background_style: i32,
pub separator_color: i32,
pub border_color: i32,
}