et_amountctl.c

来自「BREW SDK 3.1。BREW应用程序的开发包。」· C语言 代码 · 共 28 行

C
28
字号
/******************************************************************************
FILE:  ET_AmountCtl.c

SERVICES:  
   Implements a custom control that can be used for displaying monetary
   values adjusted for the two places of the decimal.  

GENERAL DESCRIPTION:
   This is NOT a true BREW control.  It simply uses an interface that makes 
   it behave like one.  The primary difference between this control 
   and true BREW controls is that this control is not derived from IControl.
   Therefore, special handling is occasionally required when using this control.

   This decimal precision of the control can be increased or reduced by 
   changing the value of CAMOUNTCTL_DECIMAL_PRECISION defined in CAmountCtl.h.

   The maximum number of digits the control can display can be increased or
   decreased by changing the value of CAMOUNTCTL_MAX_DIGITS defined in 
   CAmountCtl.h.

PUBLIC CLASSES AND STATIC FUNCTIONS:
	List the class(es) and static functions included in this file

INITIALIZATION & SEQUENCING REQUIREMENTS:

	See Exported Routines

       Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?