| Rapicorn - Experimental UI Toolkit - Source Code
    13.07.0
    | 
Stock resource retrieval facility. More...
| Static Public Member Functions | |
| static String | stock_string (const String &stock_id, const String &key) | 
| Retrieve the key attribute of stock_id as a string. | |
| static String | stock_label (const String &stock_id) | 
| Retrieve the "label" string attribute of stock_id. | |
| static String | stock_tooltip (const String &stock_id) | 
| Retrieve the "tooltip" string attribute of stock_id. | |
| static String | stock_accelerator (const String &stock_id) | 
| Retrieve the "accelerator" string attribute of stock_id. | |
| static Blob | stock_image (const String &stock_id) | 
| Retrieve and load the binary contents referred to by the "image" attribute of stock_id. | |
Stock resource retrieval facility.
The stock system provides a number of predefined labels, tooltips, accelerators and icons out of the box, accessible via a specific identifier, the stock_id.
 1.7.6.1
 1.7.6.1