source:
lemon-0.x/src/work/peter/gtk-mm-helloworld.cc
@
1183:8f623d1833a7
Last change on this file since 1183:8f623d1833a7 was 1179:cfe0ed224c2e, checked in by , 20 years ago | |
---|---|
File size: 161 bytes |
Line | |
---|---|
1 | #include <gtkmm.h> |
2 | |
3 | int main(int argc, char *argv[]) |
4 | { |
5 | Gtk::Main kit(argc, argv); |
6 | |
7 | Gtk::Window window; |
8 | |
9 | Gtk::Main::run(window); |
10 | |
11 | return 0; |
12 | } |
Note: See TracBrowser
for help on using the repository browser.