itaskmgr

Type Alias itaskmgr 

Source
pub type itaskmgr = itaskmgr_s;

Aliased Type§

#[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,
}

Fields§

§title_height: i32§title_font: *mut ifont_s§task_font: *mut ifont_s§task_title_font: *mut ifont_s§style: i32§profile_present: i32§profile_height: i32§profile_font: *mut ifont_s§shortcut_height: i32§shortcut_width: i32§shortcut_font: *mut ifont_s§task_height: i32§full_height: i32§full_width: i32§width: i32§height: i32§x: i32§y: i32§border_size: i32§indent_from_border: i32§bitmap: *mut *mut ibitmap_s§bitmap_count: i32§separator_size: i32§exit_button_indent: i32§background_style: i32§separator_color: i32§border_color: i32