Icon command is now really processed and icons are rendered.

Also updated icon code in curses_drv a bit.
This commit is contained in:
robijn
2002-05-20 21:25:17 +00:00
parent d3cf1569eb
commit 78d8886c47
7 changed files with 113 additions and 20 deletions
+6
View File
@@ -60,4 +60,10 @@ char *widget_type_to_typename (WidgetType t);
/* Search subwidgets of a widget */
Widget * widget_search_subs (Widget * w, char * id);
/* Convert icon number to icon name */
char *widget_icon_to_iconname (int icon);
/* Convert iconname to icon number */
int widget_iconname_to_icon (char *iconname);
#endif