callback_table.h
author rubidium
Mon, 04 Dec 2006 13:36:27 +0000
changeset 5232 0ba6acdc527f
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r7352) -Codechange: add widget_count parameter to the window.
-Codechange: check whether widget indices are valid for all the (Set|Is)WindowWidget(Disabled|Lowered|Hidden) and related functions.
/* $Id$ */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "command.h"

extern CommandCallback *_callback_table[];
extern const int _callback_table_count;

#endif /* CALLBACK_TABLE_H */