Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::widgets::buttons Namespace

This is namespace sack::widgets::buttons.

Name 
Description 
The following table lists functions in this documentation. 
The following table lists types in this documentation. 
The following table lists macros in this documentation. 
 
Name 
Description 
 
This is function sack::widgets::buttons::GetKeyValue. 
Name 
Description 
this field is centered horizontally using only the Y coordinate passed.. (x is ignored) 
this field is displayed using the x as the right side of the string to show. 
This is macro sack::widgets::buttons::BUTTON_FLAG_TEXT_ON_TOP. 
This is macro sack::widgets::buttons::CONTENT_CENTER. 
This is macro sack::widgets::buttons::CONTENT_CENTERALL. 
This is macro sack::widgets::buttons::CONTENT_LEFT. 
format characters which much preceed each content item of a button... "A1" - all center (vert/horiz) 1 "LElec: BLUE0LSession 10r$1.0000" First line left align "Elec:Blue" Second line left align "Session 1" Same(Second line right align "$1.00" double 0 terminator - end of content. 
This is macro sack::widgets::buttons::CONTENT_RIGHT. 
This is macro sack::widgets::buttons::CONTENT_SAMELINE_CENTER. 
This is macro sack::widgets::buttons::CONTENT_SAMELINE_CENTERALL. 
This is macro sack::widgets::buttons::CONTENT_SAMELINE_LEFT. 
This is macro sack::widgets::buttons::CONTENT_SAMELINE_NORMAL. 
This is macro sack::widgets::buttons::CONTENT_SAMELINE_RIGHT. 
This is macro sack::widgets::buttons::CONTENT_SAMELINE_VCENTER. 
This is macro sack::widgets::buttons::CONTENT_VCENTER. 
KEYPAD_PROC(PSI_CONTROL, GetKeypad )( PCOMMON pc ); 
KEYPAD_PROC(PCOMMON, GetKeypadCommon )( PSI_CONTROL keypad ); 
KEYPAD_PROC(void, HideKeypad )( PSI_CONTROL keypad ); KEYPAD_PROC(void, ShowKeypad )( PSI_CONTROL keypad ); 
!image 
passing an image for the background... 
This is macro sack::widgets::buttons::KEYPAD_FLAG_ALPHANUM. 
This is macro sack::widgets::buttons::KEYPAD_FLAG_DISPLAY. 
This is macro sack::widgets::buttons::KEYPAD_FLAG_ENTRY. 
2 and 1 
This is macro sack::widgets::buttons::OnKeyPressEvent. 
This is macro sack::widgets::buttons::ShowKeypad. 
Name 
Description 
buttons.c 
This is type sack::widgets::buttons::PKEYPAD. 
{ CTEXTSTR name; POINTER data = NULL; for( name = GetFirstRegisteredName( WIDE("sack/widgets/keypad/press handler"), &data ); name; name = GetNextRegisteredName( &data ) ) { // add name to a list of available methods to hook to keys for external configuration... SetItemData( AddListItem( (PSI_CONTROL)list, name ) ,(PTRSZVAL)GetRegisteredProcedure2( data, void, name, (PTRSZVAL,PKEY_BUTTON) ); } } 
This is type sack::widgets::buttons::PTEXT_PLACEMENT. 
This is type sack::widgets::buttons::SimplePressHandler. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!