Category : C Source Code
Archive   : TOOLBAR.ZIP
Filename : TOOLBAR.H
Output of file : TOOLBAR.H contained in archive : TOOLBAR.ZIP
/* Copyright (C) Stephen Chung, 1991. */
/* All rights reserved. */
#define TOOLBARCLASS "Toolbar"
#define TOOLBARBUTTONCLASS "Toolbar Button"
typedef struct {
int id; /* Initialize these fields */
int x, y;
int width, height;
int state, cycle;
char *disabled;
char *undepressed;
char *depressed;
char *grayed;
char *pressing;
HWND hwnd; /* The following fields are only used by */
int oldstate; /* the library. DO NOT TOUCH THEM. */
} TOOLBARICON;
extern void Create3DEffect (HDC, RECT *, int);
extern void EnableToolbarButton (HWND, int, BOOL);
extern void ModifyToolbarButton (HWND, TOOLBARICON *);
extern HWND GetToolbarButton (HWND, int, TOOLBARICON *);
extern HWND CreateToolbar (HWND, int, int, int, int, int, int, int, HANDLE, TOOLBARICON *, char *);
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/