Revision 7d8db137
Von aquamaniac vor etwa 21 Jahren hinzugefügt
src/ui/vslider.c | ||
---|---|---|
y,
|
||
1,
|
||
height);
|
||
GWEN_Widget_SetTypeName(w, "VSlider");
|
||
GWEN_NEW_OBJECT(GWEN_VSLIDER, win);
|
||
GWEN_INHERIT_SETDATA(GWEN_WIDGET, GWEN_VSLIDER, w, win,
|
||
GWEN_VSlider_freeData);
|
||
... | ... | |
int i;
|
||
int j;
|
||
int k;
|
||
char cbuf[7];
|
||
|
||
snprintf(cbuf, sizeof(cbuf), "%%fe%%%02x", GWEN_WIDGET_CHAR_BLOCK);
|
||
static const char cbuf[3]={
|
||
GWEN_WIDGET_CHAR_ESC_CHAR,
|
||
GWEN_WIDGET_CHAR_BLOCK
|
||
};
|
||
|
||
k=GWEN_Widget_GetHeight(w);
|
||
j=win->spos+win->slength;
|
||
... | ... | |
}
|
||
else {
|
||
GWEN_Widget_WriteAt(w,
|
||
0, i, cbuf, 1);
|
||
0, i, cbuf, 2);
|
||
}
|
||
}
|
||
}
|
Auch abrufbar als: Unified diff
- ui:
- added Close-events
- added ScrollWidget (which basically is a widget with optional vertical
and horizontal scroll bars)
- started working on GWEN_MessageBox
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@407 70169cfe-8b10-0410-8925-dcb4b91034d8