ui/wpf/label.h

2 months ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 13 Jan 2025 22:47:44 +0100 (2 months ago)
changeset 444
0a52c26bba1a
parent 101
1c943d43fa81
permissions
-rw-r--r--

fix columnsize field not copied in ui_model_copy

/* 
 * File:   label.h
 * Author: Olaf
 *
 * Created on 19. Januar 2016, 18:12
 */

#ifndef LABEL_H
#define	LABEL_H

#include "toolkit.h"

#ifdef	__cplusplus
extern "C" {
#endif

UI_IMPORT UIWIDGET __stdcall UIlabel(void *container, char *label, int alignment);

UI_IMPORT UIWIDGET __stdcall UIspace(void *container);

UI_IMPORT UIWIDGET __stdcall UIseparator(void *container);

#ifdef	__cplusplus
}
#endif

#endif	/* LABEL_H */

mercurial