#include <nanovg.h>
#include <blendish.h>
#include <common.hpp>
#include <color.hpp>
 
Go to the source code of this file.
 | 
| namespace   | rack | 
|   | Root namespace for the Rack API. 
  | 
| namespace   | rack::ui | 
|   | Common graphical user interface widgets. 
  | 
◆ CHECKMARK_STRING
      
        
          | #define CHECKMARK_STRING   "✔" | 
        
      
 
Useful for menu items with a "true" boolean state. 
 
 
◆ CHECKMARK
      
        
          | #define CHECKMARK | 
          ( | 
           |           _cond | ) | 
           | 
        
      
 
Value:
#define CHECKMARK_STRING
Useful for menu items with a "true" boolean state.
Definition common.hpp:9
 
 
 
 
◆ RIGHT_ARROW
Useful for menu items that open a sub-menu.