HsExtUtilBigButton.h File Reference
Detailed Description
- Version:
- 3.0
- Date:
- 12/18/2001
Description: This file contains routines for managing 'big' buttons, which are thumbable buttons with a bitmap and some text (common in applications designed to be used for telephony)
History: 2001-12-18 dia Creaded by Doug Anderson 2002-01-22 dia Supports or
as line endings now. Note that '
' is not supported (it's treated as two separate line endings)
Definition in file HsExtUtilBigButton.h.
Go to the source code of this file.
Functions
Function Documentation
| void HsUtilBbutHitBigButton |
( |
FormType * |
frmP, |
|
|
UInt16 |
gadgetIndex | |
|
) |
| | |
- Parameters:
-
- Parameters:
-
- Return values:
-
| Err HsUtilBbutInstallFromResource |
( |
FormType * |
frmP |
) |
|
- Parameters:
-
- Return values:
-
| void HsUtilBbutInstallNewButton |
( |
FormType * |
frmP, |
|
|
UInt16 |
gadgetID, |
|
|
const Char * |
textP, |
|
|
FontID |
font, |
|
|
UInt8 |
flags | |
|
) |
| | |
- Parameters:
-
- Parameters:
-
| gadgetID,: | IN: |
| textP,: | IN: |
| font,: | IN: |
| flags,: | IN: |
- Return values:
-
| void HsUtilBbutSetBitmap |
( |
FormType * |
frmP, |
|
|
UInt16 |
gadgetID, |
|
|
const BitmapPtr |
bitmapP | |
|
) |
| | |
- Parameters:
-
- Parameters:
-
| gadgetID,: | IN: |
| bitmapP,: | IN: |
- Return values:
-
| void HsUtilBbutSetLabel |
( |
FormType * |
frmP, |
|
|
UInt16 |
gadgetID, |
|
|
const Char * |
newLabel | |
|
) |
| | |
- Parameters:
-
- Parameters:
-
| gadgetID,: | IN: |
| newLabel,: | IN: |
- Return values:
-