source: projects/paper-tape-project/trunk/visualisator/gtk.cc @ 77

Last change on this file since 77 was 77, checked in by sven, 11 years ago

Bugfixes, Recovered Exporting function, ...

File size: 325 bytes
Line 
1#include "gtkpapertape.h"
2#include <gtkmm/main.h>
3#include <gtkmm/window.h>
4#include <iostream>
5#include <cstdio>
6using namespace Gtk;
7
8int main(int argc, char** argv) {
9        Main loop(argc, argv);
10       
11        Gtk::Window win;
12        win.set_title("Paper-Tape Viewer");
13       
14        PaperTape tape(win);
15        win.add(tape);
16        tape.show();
17       
18        loop.run(win);
19}
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License