KolibriOS kernel
WDATA Struct Reference

Window structure: More...

Public Attributes

BOX box
 
dd cl_workarea
 
dd cl_titlebar
 
dd cl_frames
 
db z_modif
 
db fl_wstate
 
db fl_wdrawn
 
db fl_redraw
 
BOX clientbox
 
dd shape
 
dd shape_scale
 
dd caption
 
db captionEncoding
 
BOX saved_box
 
dd cursor
 
dd temp_cursor
 
dd draw_bgr_x
 
dd draw_bgr_y
 
RECT draw_data
 
dd thread
 
rd buttons
 

Detailed Description

Window structure:

Source
const.inc:600

Member Data Documentation

◆ box

BOX WDATA::box

◆ buttons

rd WDATA::buttons

ptr array buttons

◆ caption

dd WDATA::caption

◆ captionEncoding

db WDATA::captionEncoding

◆ cl_frames

dd WDATA::cl_frames

◆ cl_titlebar

dd WDATA::cl_titlebar

◆ cl_workarea

dd WDATA::cl_workarea

◆ clientbox

BOX WDATA::clientbox

◆ cursor

dd WDATA::cursor

◆ draw_bgr_x

dd WDATA::draw_bgr_x

◆ draw_bgr_y

dd WDATA::draw_bgr_y

◆ draw_data

RECT WDATA::draw_data

◆ fl_redraw

db WDATA::fl_redraw

◆ fl_wdrawn

db WDATA::fl_wdrawn

◆ fl_wstate

db WDATA::fl_wstate

◆ saved_box

BOX WDATA::saved_box

◆ shape

dd WDATA::shape

◆ shape_scale

dd WDATA::shape_scale

◆ temp_cursor

dd WDATA::temp_cursor

?

◆ thread

dd WDATA::thread

ptr APPDATA

◆ z_modif

db WDATA::z_modif

The documentation for this struct was generated from the following file: