/**************************************************************************** * Copyright (C) 2004 Leonid Zolotarev * * Licensed under the terms of the BSD license, see file COPYING * for details. * * GTK ACX Tool. * * Status. * * $Id: gacxstatus.h,v 1.2 2004/10/18 19:13:09 leoz Exp $ ***************************************************************************/ #ifndef __GACXSTATUS_H__ #define __GACXSTATUS_H__ /***************************************************************************/ #include /***************************************************************************/ void gacx_status_update_main ( GtkWidget* status_bar ); void gacx_status_update_device ( GtkWidget* status_bar ); void gacx_status_update_user ( GtkWidget* status_bar ); /***************************************************************************/ #endif /* __GACXSTATUS_H__ */