00001 00029 #ifndef __TOOL_BUTTON_H 00030 #define __TOOL_BUTTON_H 00031 00032 #include "ntw.h" 00033 00039 ntwWidget * 00040 ntw_tool_button_new(ntwWidget *image_buffer, char *label); 00041 00042 00043 #endif