Ignore:
Timestamp:
Jul 4, 1999, 9:03:36 PM (26 years ago)
Author:
sandervl
Message:

Dialog changes + fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/tab.h

    r4 r265  
    1 /* $Id: tab.h,v 1.1 1999-05-24 20:19:19 ktk Exp $ */
     1/* $Id: tab.h,v 1.2 1999-07-04 19:03:36 sandervl Exp $ */
    22
    33/*
     
    55 *
    66 * Copyright 1998 Anders Carlsson
     7 * Copyright 1999 Christoph Bratschi
    78 */
    89
    9 #ifndef __WINE_TAB_H 
     10#ifndef __WINE_TAB_H
    1011#define __WINE_TAB_H
    1112
     
    1415  UINT   mask;
    1516  DWORD  dwState;
    16   LPSTR pszText;
     17  LPWSTR pszText;
    1718  INT    cchTextMax;
    1819  INT    iImage;
    1920  LPARAM lParam;
    2021  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) */
    2324} TAB_ITEM;
    2425
     
    3435  UINT       cchTextMax;
    3536  INT        leftmostVisible; /* Used for scrolling, this member contains
    36                                * the index of the first visible item */
     37                               * the index of the first visible item */
    3738  INT        iSelected;       /* the currently selected item */
    3839  INT        uFocus;          /* item which has the focus */
    3940  TAB_ITEM*  items;           /* pointer to an array of TAB_ITEM's */
    4041  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 */
    4344  HWND       hwndUpDown;      /* Updown control used for scrolling */
    4445} TAB_INFO;
Note: See TracChangeset for help on using the changeset viewer.