gtk-examples icon indicating copy to clipboard operation
gtk-examples copied to clipboard

Short, focused GTK example programs

Results 5 gtk-examples issues
Sort by recently updated
recently updated
newest added

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.