Changeset 14 for trunk/include/helpers/comctl.h
- Timestamp:
- Dec 9, 2000, 8:19:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/comctl.h
r7 r14 11 11 12 12 /* Copyright (C) 1997-2000 Ulrich Mller. 13 * This file is part of the XWorkplacesource package.14 * XWorkplaceis free software; you can redistribute it and/or modify13 * This file is part of the "XWorkplace helpers" source package. 14 * This is free software; you can redistribute it and/or modify 15 15 * it under the terms of the GNU General Public License as published 16 16 * by the Free Software Foundation, in version 2 as it comes in the … … 40 40 41 41 /* ****************************************************************** 42 * *43 * "Menu button" control *44 * *42 * 43 * "Menu button" control 44 * 45 45 ********************************************************************/ 46 46 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); 50 53 51 54 /* ****************************************************************** 52 * *53 * Progress bars *54 * *55 * 56 * Progress bars 57 * 55 58 ********************************************************************/ 56 59 … … 85 88 86 89 /* ****************************************************************** 87 * *88 * Chart Control *89 * *90 * 91 * Chart Control 92 * 90 93 ********************************************************************/ 91 94 … … 236 239 237 240 /* ****************************************************************** 238 * *239 * Split bars *240 * *241 * 242 * Split bars 243 * 241 244 ********************************************************************/ 242 245 … … 358 361 359 362 /* ****************************************************************** 360 * *361 * Subclassed Static Bitmap Control *362 * *363 * 364 * Subclassed Static Bitmap Control 365 * 363 366 ********************************************************************/ 364 367 … … 424 427 425 428 /* ****************************************************************** 426 * *427 * "Tooltip" control *428 * *429 * 430 * "Tooltip" control 431 * 429 432 ********************************************************************/ 430 433 … … 701 704 702 705 /* ****************************************************************** 703 * *704 * Checkbox container record cores *705 * *706 * 707 * Checkbox container record cores 708 * 706 709 ********************************************************************/ 707 710 … … 777 780 778 781 /* ****************************************************************** 779 * *780 * Hotkey entry field *781 * *782 * 783 * Hotkey entry field 784 * 782 785 ********************************************************************/ 783 786
Note:
See TracChangeset
for help on using the changeset viewer.