Render Expandos using Data. More...
Include dependency graph for render.c:Go to the source code of this file.
Functions | |
| int | node_render (const struct ExpandoNode *node, const struct ExpandoRenderCallback *erc, struct Buffer *buf, int max_cols, void *data, MuttFormatFlags flags) |
| Render a tree of ExpandoNodes into a string. | |
Render Expandos using Data.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file render.c.
| int node_render | ( | const struct ExpandoNode * | node, |
| const struct ExpandoRenderCallback * | erc, | ||
| struct Buffer * | buf, | ||
| int | max_cols, | ||
| void * | data, | ||
| MuttFormatFlags | flags ) |
Render a tree of ExpandoNodes into a string.
| node | Root of tree |
| erc | Expando Render Callback functions |
| buf | Buffer for the result |
| max_cols | Maximum number of screen columns to use |
| data | Private data |
| flags | Flags to control behaviour |
| num | Number of screen columns used |
Definition at line 45 of file render.c.
Here is the caller graph for this function: