src/toolbar_gui.h
author rubidium
Thu, 15 May 2008 13:47:55 +0000
changeset 9236 0c4f622cbcec
parent 8975 678648173fcf
child 9240 1bba02a64d65
permissions -rw-r--r--
(svn r13102) -Codechange: make a class of the NewsWindow.
/* $Id$ */

/** @file toolbar_gui.h Stuff related to the (main) toolbar. */

#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H

#include "window_type.h"

Window *AllocateToolbar();

#endif /*TOOLBAR_GUI_H*/