1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-15 13:35:53 +01:00

added string utils

This commit is contained in:
kojima
2000-07-15 22:08:25 +00:00
parent dcd44b17b1
commit 9a89e6cc18
11 changed files with 279 additions and 16 deletions

View File

@@ -792,6 +792,8 @@ void WMUnmapWidget(WMWidget *w);
void WMMapWidget(WMWidget *w);
void WMRaiseWidget(WMWidget *w);
void WMMoveWidget(WMWidget *w, int x, int y);
void WMResizeWidget(WMWidget *w, unsigned int width, unsigned int height);