Commit c4a01c3c authored by Luc Tourangeau's avatar Luc Tourangeau Committed by Alexandre Julliard

-Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,

TCM_SETITEMSIZE and TCM_DELETEITEM.
parent 5b14b535
......@@ -24,6 +24,7 @@ typedef struct tagTAB_INFO
{
UINT uNumItem; /* number of tab items */
INT tabHeight; /* height of the tab row */
INT tabWidth; /* width of tabs */
HFONT hFont; /* handle to the current font */
HCURSOR hcurArrow; /* handle to the current cursor */
HIMAGELIST himl; /* handle to a image list (may be 0) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment