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/window.h

12 lines
144 B
C
Raw Normal View History

2007-06-21 19:52:03 +00:00
#ifndef WINDOW_H_
#define WINDOW_H_
#include <gtk/gtk.h>
GtkWidget* createMainWindow();
void zoomIn();
void zoomOut();
#endif /*WINDOW_H_*/