Changeset 265 for trunk/include/win/tab.h
- Timestamp:
 - Jul 4, 1999, 9:03:36 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/include/win/tab.h (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/win/tab.h
r4 r265 1 /* $Id: tab.h,v 1. 1 1999-05-24 20:19:19 ktkExp $ */1 /* $Id: tab.h,v 1.2 1999-07-04 19:03:36 sandervl Exp $ */ 2 2 3 3 /* … … 5 5 * 6 6 * Copyright 1998 Anders Carlsson 7 * Copyright 1999 Christoph Bratschi 7 8 */ 8 9 9 #ifndef __WINE_TAB_H 10 #ifndef __WINE_TAB_H 10 11 #define __WINE_TAB_H 11 12 … … 14 15 UINT mask; 15 16 DWORD dwState; 16 LP STRpszText;17 LPWSTR pszText; 17 18 INT cchTextMax; 18 19 INT iImage; 19 20 LPARAM lParam; 20 21 RECT rect; /* bounding rectangle of the item relative to the 21 * leftmost item (the leftmost item, 0, would have a 22 * "left" member of 0 in this rectangle) */22 * leftmost item (the leftmost item, 0, would have a 23 * "left" member of 0 in this rectangle) */ 23 24 } TAB_ITEM; 24 25 … … 34 35 UINT cchTextMax; 35 36 INT leftmostVisible; /* Used for scrolling, this member contains 36 * the index of the first visible item */37 * the index of the first visible item */ 37 38 INT iSelected; /* the currently selected item */ 38 39 INT uFocus; /* item which has the focus */ 39 40 TAB_ITEM* items; /* pointer to an array of TAB_ITEM's */ 40 41 BOOL DoRedraw; /* flag for redrawing when tab contents is changed*/ 41 BOOL needsScrolling; /* TRUE if the size of the tabs is greater than 42 * the size of the control */42 BOOL needsScrolling; /* TRUE if the size of the tabs is greater than 43 * the size of the control */ 43 44 HWND hwndUpDown; /* Updown control used for scrolling */ 44 45 } TAB_INFO;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  