mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
Macros should be declared as `aw_macro<name,arg1,arg2,...>{{macro body}}` and then they may be used as `aw_name<arg1,arg2,...>{{}}`. It just puts `macro body` to pattern and replaces arguments to provided ones according to macro call. E.g.: ``` $aw_macro<test,phrase>{{phrase}}$aw_test<hello world>{{}} ``` will transform into ``` hello world ``` |
||
---|---|---|
.. | ||
.kdev4 | ||
3rdparty | ||
awesome-widget | ||
awesomewidgets | ||
desktop-panel | ||
extsysmon | ||
extsysmonsources | ||
test | ||
translations | ||
.clang-format | ||
awdebug.cpp | ||
awdebug.h | ||
awesomewidgets.kdev4 | ||
changelog.cmake | ||
checkgit.cmake | ||
clang-format.cmake | ||
CMakeLists.txt | ||
coverity.cmake | ||
cppcheck.cmake | ||
libraries.cmake | ||
packages-recipe.cmake | ||
version.h.in |