Audit the Tab control.

This commit is contained in:
James Hawkins 2005-06-06 10:03:03 +00:00 committed by Alexandre Julliard
parent 3512161ddb
commit 645ec7d6e2

View File

@ -20,17 +20,47 @@
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* *
* NOTES
*
* This code was audited for completeness against the documented features
* of Comctl32.dll version 6.0 on May. 20, 2005, by James Hawkins.
*
* Unless otherwise noted, we believe this code to be complete, as per
* the specification mentioned above.
* If you discover missing features, or bugs, please note them below.
*
* TODO: * TODO:
* *
* Styles: * Styles:
* TCS_MULTISELECT
* TCS_RIGHT
* TCS_RIGHTJUSTIFY
* TCS_SCROLLOPPOSITE
* TCS_SINGLELINE
* TCIF_RTLREADING * TCIF_RTLREADING
* *
* Extended Styles:
* TCS_EX_FLATSEPARATORS
* TCS_EX_REGISTERDROP
*
* States:
* TCIS_BUTTONPRESSED
*
* Notifications:
* NM_RELEASEDCAPTURE
* TCN_FOCUSCHANGE
* TCN_GETOBJECT
* TCN_KEYDOWN
*
* Messages: * Messages:
* TCM_REMOVEIMAGE * TCM_REMOVEIMAGE
* TCM_DESELECTALL * TCM_DESELECTALL
* TCM_GETEXTENDEDSTYLE * TCM_GETEXTENDEDSTYLE
* TCM_SETEXTENDEDSTYLE * TCM_SETEXTENDEDSTYLE
* *
* Macros:
* TabCtrl_AdjustRect
*
*/ */
#include <stdarg.h> #include <stdarg.h>