ui/wpf/container.h

Sun, 01 Feb 2015 12:37:31 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 01 Feb 2015 12:37:31 +0100
changeset 85
91f45354d1e2
parent 84
a56c2baa9429
child 88
04c81be1c5a0
permissions
-rw-r--r--

added ui_layout_fill (WPF)

/* 
 * File:   container.h
 * Author: Olaf
 *
 * Created on 31. Januar 2015, 23:20
 */

#ifndef CONTAINER_H
#define	CONTAINER_H

#include "toolkit.h"

#ifdef	__cplusplus
extern "C" {
#endif

UI_IMPORT void* __stdcall UIvbox(UiContainer *parent);
UI_IMPORT void* __stdcall UIhbox(UiContainer *parent);


UI_IMPORT void __stdcall UIlayout_fill(UiContainer *container, int fill);

#ifdef	__cplusplus
}
#endif

#endif	/* CONTAINER_H */

mercurial