#include "kernel.h"
#include "widget.h"
#include "button.h"
#include "grfx.h"
Functions | |
void | ButtonSetCaption (PButton b, l_text Caption) |
Change the caption of a button. | |
_PUBLIC PButton | CreateButton (PApplication App, TRect r, l_text Caption, l_ulong Message) |
Creates a new button. | |
Variables | |
l_ulong | AppVersion = ULONG_ID(0,10,0,0) |
Copyright (c) 2002-2004 Lukas Lipka, Point Mad. |
|
Copyright (c) 2002-2004 Lukas Lipka, Point Mad. All rights reserved. FILE: button.c DESCRIPTION: Basic implementation of the button widget CONTRIBUTORS: Lukas Lipka Julien Etelain * CHANGES: 21.12.2003 - Removed some fucked up bloat which screwed translucency --lukas 22.01.2004 - Fixed button sensitivity --lukas 24.01.2004 - Button color and font from skin file --lukas
|