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