void gui_msgbar_destroy ( void   ) 

Destroy the message bar at the bottom of the screen.

Definition at line 68 of file gui_msgbar.c.

00069 {
00070         g_string_free(message, TRUE);
00071         delwin(win_msgbar);
00072         win_msgbar = NULL;
00073 }

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:24 2010 for herrie by  doxygen 1.6.3