mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
better
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@366 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -21,6 +21,7 @@ typedef struct _MwMenu* MwMenu;
|
||||
typedef struct _MwEntry* MwEntry;
|
||||
typedef struct _MwViewport* MwViewport;
|
||||
typedef struct _MwListBox* MwListBox;
|
||||
typedef struct _MwListBoxEntry MwListBoxEntry;
|
||||
typedef struct _MwSizeHints MwSizeHints;
|
||||
typedef struct _MwDirectoryEntry MwDirectoryEntry;
|
||||
#ifdef _MILSKO
|
||||
@@ -119,14 +120,18 @@ struct _MwViewport {
|
||||
MwWidget inframe;
|
||||
};
|
||||
|
||||
struct _MwListBoxEntry {
|
||||
char* name;
|
||||
MwLLPixmap pixmap;
|
||||
};
|
||||
|
||||
struct _MwListBox {
|
||||
MwWidget vscroll;
|
||||
MwWidget frame;
|
||||
char** list;
|
||||
MwLLPixmap* pixmap_list;
|
||||
int selected;
|
||||
unsigned long click_time;
|
||||
int pressed;
|
||||
MwWidget vscroll;
|
||||
MwWidget frame;
|
||||
MwListBoxEntry* list;
|
||||
int selected;
|
||||
unsigned long click_time;
|
||||
int pressed;
|
||||
};
|
||||
|
||||
struct _MwSizeHints {
|
||||
|
||||
Reference in New Issue
Block a user