| 1514 | #undef add_bool_vec_type |
| 1515 | |
| 1516 | bool Gui::Widgets::dragDropSource(const char label[], const char dataLabel[], const std::string& payloadString) |
| 1517 | { |
| 1518 | return mpGui ? mpGui->mpWrapper->addDragDropSource(label, dataLabel, payloadString) : false; |
| 1519 | } |
| 1520 | |
| 1521 | bool Gui::Widgets::dragDropDest(const char dataLabel[], std::string& payloadString) |
| 1522 | { |
no test coverage detected