Skip to content

Commit

Permalink
compileinfo text file viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Günther Wutz committed Sep 27, 2012
1 parent 759d3e7 commit c357677
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/basic-gtk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ $ gcc sync.c sync_window.h sync_window.c -o sync `pkg-config --cflags --libs gtk
```

![](https://raw.github.com/Wutzara/gnome-university-code-examples/master/src/basic-gtk/images/sync.png)

textfileviewer.c text_window.h text_window.c
--------------------------------------------

```bash
$ gcc textfileviewer.c text_window.c text_window.h -o text `pkg-config --cflags --libs gtk+-3.0`
```

![](https://raw.github.com/Wutzara/gnome-university-code-examples/master/src/basic-gtk/images/text_file_viewer.png)
Binary file added src/basic-gtk/images/text_file_viewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c357677

Please sign in to comment.