gtk-examples
gtk-examples copied to clipboard
Short, focused GTK example programs
clipboard_simple.c, as written and on my singular device, is failing to set the clipboard. The only thing that worked was to remove main_quit(). make compiled without error giving the following...
It would be worthwhile to create a simple, yet fully-formed example using autotools.
This probably merits a few examples: - Simple dialog with a couple of buttons. - From a GtkBuildable - Adding widget to the action area - Other?
Use GtkStatusIcon to show something in the system tray.