#include "vcell.h"
Go to the source code of this file.
Defines | |
#define | VCELL_MK_STAR_H 1 |
Functions | |
vcell * | mkmeta_group (vcell *first,...) |
vcell * | mkmeta_title (char *key) |
vcell * | mkmeta_author (char *key) |
vcell * | mkmeta_description (char *key) |
vcell * | mkmeta_version (char *key) |
vcell * | mkgroupa (char *key, char *classname, vcell *first, va_list arg) |
vcell * | mkgroup (char *key, vcell *first,...) |
Copyright (C) 2008 Gary Birkett
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, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
vcell* mkgroup | ( | char * | key, | |
vcell * | first, | |||
... | ||||
) |
construct a group of cells based on ...
vcell* mkgroupa | ( | char * | key, | |
char * | classname, | |||
vcell * | first, | |||
va_list | arg | |||
) |
construct a group of non visual cells based on a va_list
vcell* mkmeta_author | ( | char * | key | ) |
construct a meta_description element
vcell* mkmeta_description | ( | char * | key | ) |
construct a meta_description element
vcell* mkmeta_group | ( | vcell * | first, | |
... | ||||
) |
construct a meta_info group based on ...
vcell* mkmeta_title | ( | char * | key | ) |
construct a meta_title element
vcell* mkmeta_version | ( | char * | key | ) |
construct a meta_version element