Ignore:
Timestamp:
Mar 17, 2000, 6:10:53 PM (25 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2894 r3143  
    1 /* $Id: commctrl.h,v 1.23 2000-02-25 16:58:32 cbratschi Exp $ */
     1/* $Id: commctrl.h,v 1.24 2000-03-17 17:10:51 cbratschi Exp $ */
    22/*
    33 * Common controls definitions
     
    12521252
    12531253#define TOOLTIPS_CLASS16        "tooltips_class"
    1254 #define TOOLTIPS_CLASSA       "tooltips_class32"
     1254#define TOOLTIPS_CLASSA         "tooltips_class32"
    12551255#define TOOLTIPS_CLASS32W       L"tooltips_class32"
    12561256#define TOOLTIPS_CLASS          WINELIB_NAME_AW(TOOLTIPS_CLASS)
     
    12721272#define TTF_TRANSPARENT         0x0100
    12731273#define TTF_DI_SETITEM          0x8000  /* valid only on the TTN_NEEDTEXT callback */
    1274 
     1274//CB: Odin only position flags (TTF_ABSOLUTE must be set)
     1275#define TTF_ALIGNRIGHT  0x00000000
     1276#define TTF_ALIGNLEFT   0x10000000
     1277#define TTF_HCENTER     0x20000000
     1278#define TTF_ALIGNBOTTOM 0x00000000
     1279#define TTF_ALIGNTOP    0x40000000
     1280#define TTF_VCENTER     0x80000000
     1281#define TTF_ALIGNMASK   0xF0000000
    12751282
    12761283#define TTDT_AUTOMATIC          0
Note: See TracChangeset for help on using the changeset viewer.