home *** CD-ROM | disk | FTP | other *** search
-
- /* iconbar.h */
-
- #ifndef thiniconbar_main_H
- #define thiniconbar_main_H
-
- #include "iconmgr.h"
-
-
- typedef struct thin_iconbar thin_iconbar;
-
- thin_iconbar *thiniconbar_create(void);
- void thiniconbar_destroy(thin_iconbar *obj);
-
- thin_iconbar *thiniconbar_castfrom_arranger(iconbar_arranger *arranger);
- iconbar_arranger *thiniconbar_castto_arranger(thin_iconbar *obj);
-
- void thiniconbar_set_menu(thin_iconbar *obj, toolbox_o menu);
- void thiniconbar_toggle_front(thin_iconbar *obj);
-
-
- #endif
-