FlatStudio
|
FlatStudio is one of my preferred GTK3 themes. Sadly, there seems
to be little support, and I hit several problems when using it.
Here's a solution for ugly tabs and buttons in gtk+ 12.2
|
GIOChannel
|
The GIOChannel tries to provide a portable method to manage the
different communication channels: pipes, file descriptors, and
sockets.
|
GIOChannel
|
Another, maybe simpler, demo on the use of GIOChannel.
|
chat_fifo
|
Simple chat program: client (Python) and server (C(++)),
using GIOChannel, 2 FIFOs ('named pipes') and gtk+- for the
user interface.
|
chat_socket
|
Simple programa chat: cliente (Python) y servidor (C(++)),
using GIOChannel, internet sockets and gtk+ for the user
interface.
|