mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 16:10:50 +00:00
wip
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@233 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -36,6 +36,10 @@ typedef void* MwLLPixmap;
|
||||
#define MwLLDispatch(x, y, z) \
|
||||
if(x->handler != NULL && x->handler->y != NULL) x->handler->y(x, z)
|
||||
|
||||
enum MwLLKey {
|
||||
MwLLKeyBackSpace = (1 << 31) | 1
|
||||
};
|
||||
|
||||
struct _MwLLHandler {
|
||||
void (*draw)(MwLL handle, void* data);
|
||||
void (*up)(MwLL handle, void* data);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*!
|
||||
* %file Mw/Widget/Text.h
|
||||
* %brief Text widget
|
||||
* %prop MwNchecked
|
||||
* %prop MwNtext
|
||||
*/
|
||||
#ifndef __MW_WIDGET_TEXT_H__
|
||||
#define __MW_WIDGET_TEXT_H__
|
||||
|
||||
Reference in New Issue
Block a user