ui/wpf/container.h

Sat, 14 Feb 2015 10:30:45 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 14 Feb 2015 10:30:45 +0100
changeset 87
e624b6fa4c78
parent 85
91f45354d1e2
child 88
04c81be1c5a0
permissions
-rw-r--r--

added toolbar combobox (Motif)

/* 
 * 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