Wed, 11 Feb 2015 11:34:55 +0100
added toolbar combobox (GTK)
/* * 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 */