This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-zoomedit/ui.h

12 lines
147 B
C
Raw Normal View History

2007-06-21 19:52:03 +00:00
#ifndef UI_H_
#define UI_H_
#include <gtk/gtk.h>
GtkWidget* getMenu();
GtkWidget* getToolbar();
GtkAccelGroup *getAccels();
#endif /*MENU_H_*/