Main Page | Modules | Data Structures | File List | Data Fields | Globals

button.c File Reference

Button core file. More...

#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.


Detailed Description

Button core file.


Variable Documentation

l_ulong AppVersion = ULONG_ID(0,10,0,0)
 

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

  • Otimizations to drawing (theoretically faster) --lukas 19.02.2004 - New flag implemented - BF_ALIGNLEFT --lukas 15.05.2004 - Scripting functions --julien 29.08.2004 - MessageExtra added --julien
  • Documentation --julien


Generated on Fri Oct 29 14:32:52 2004 for oZone GUI by doxygen 1.3.8