Changeset 39

Show
Ignore:
Timestamp:
02/26/08 09:04:29 (6 months ago)
Author:
Chris Miller
Message:

TabControl? is a container control (for TabPage?)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/win32/dfl/tabcontrol.d

    r29 r39  
    372372         
    373373        wstyle |= WS_TABSTOP; 
    374         //wexstyle |= WS_EX_CONTROLPARENT; // ? 
    375         ctrlStyle |= ControlStyles.SELECTABLE; // Not considered a container control even though it contains TabPage`s or whatever. 
     374        ctrlStyle |= ControlStyles.SELECTABLE | ControlStyles.CONTAINER_CONTROL; 
    376375        wclassStyle = tabcontrolClassStyle; 
    377376    }