Ignore:
Timestamp:
Dec 9, 2000, 8:19:42 PM (25 years ago)
Author:
umoeller
Message:

Major updates; timers, LVM, miscellaneous.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/comctl.h

    r7 r14  
    1111
    1212/*      Copyright (C) 1997-2000 Ulrich M”ller.
    13  *      This file is part of the XWorkplace source package.
    14  *      XWorkplace is free software; you can redistribute it and/or modify
     13 *      This file is part of the "XWorkplace helpers" source package.
     14 *      This is free software; you can redistribute it and/or modify
    1515 *      it under the terms of the GNU General Public License as published
    1616 *      by the Free Software Foundation, in version 2 as it comes in the
     
    4040
    4141    /* ******************************************************************
    42      *                                                                  *
    43      *   "Menu button" control                                          *
    44      *                                                                  *
     42     *
     43     *   "Menu button" control
     44     *
    4545     ********************************************************************/
    4646
    47      BOOL ctlMakeMenuButton(HWND hwndButton,
    48                             HMODULE hmodMenu,
    49                             ULONG idMenu);
     47    VOID ctlDisplayButtonMenu(HWND hwndButton,
     48                              HWND hwndMenu);
     49
     50    BOOL ctlMakeMenuButton(HWND hwndButton,
     51                           HMODULE hmodMenu,
     52                           ULONG idMenu);
    5053
    5154    /* ******************************************************************
    52      *                                                                  *
    53      *   Progress bars                                                  *
    54      *                                                                  *
     55     *
     56     *   Progress bars
     57     *
    5558     ********************************************************************/
    5659
     
    8588
    8689    /* ******************************************************************
    87      *                                                                  *
    88      *   Chart Control                                                  *
    89      *                                                                  *
     90     *
     91     *   Chart Control
     92     *
    9093     ********************************************************************/
    9194
     
    236239
    237240    /* ******************************************************************
    238      *                                                                  *
    239      *   Split bars                                                     *
    240      *                                                                  *
     241     *
     242     *   Split bars
     243     *
    241244     ********************************************************************/
    242245
     
    358361
    359362    /* ******************************************************************
    360      *                                                                  *
    361      *   Subclassed Static Bitmap Control                               *
    362      *                                                                  *
     363     *
     364     *   Subclassed Static Bitmap Control
     365     *
    363366     ********************************************************************/
    364367
     
    424427
    425428    /* ******************************************************************
    426      *                                                                  *
    427      *   "Tooltip" control                                              *
    428      *                                                                  *
     429     *
     430     *   "Tooltip" control
     431     *
    429432     ********************************************************************/
    430433
     
    701704
    702705    /* ******************************************************************
    703      *                                                                  *
    704      *   Checkbox container record cores                                *
    705      *                                                                  *
     706     *
     707     *   Checkbox container record cores
     708     *
    706709     ********************************************************************/
    707710
     
    777780
    778781    /* ******************************************************************
    779      *                                                                  *
    780      *   Hotkey entry field                                             *
    781      *                                                                  *
     782     *
     783     *   Hotkey entry field
     784     *
    782785     ********************************************************************/
    783786
Note: See TracChangeset for help on using the changeset viewer.