INGOR
Loading...
Searching...
No Matches
net
ytUpDownLayout.h
1
/*
2
net/ytUpDownLayout.{h,c} : Up-down layout algorithm.
3
Copyright (C) 2019, Yoshinori Tamada <tamada A T ytlab.jp>
4
All rights reserved.
5
6
See LICENSE.txt for details of the licensing agreement.
7
*/
8
#ifndef __INGOR_UP_DOWN_LAYOUT_H
9
#define __INGOR_UP_DOWN_LAYOUT_H
10
#include "ytLayout.h"
11
int
ytUpDownLayout(
ytNetwork
* network,
ytKeyValues
* args,
ytLayout_Pos
* pos);
12
#endif
/* __INGOR_UP_DOWN_LAYOUT_H */
ytKeyValues
key-value pairs.
ytNetwork
Network abstraction.
ytLayout_Pos
Definition
ytLayout.h:11
Generated by
1.9.8