Using Glib::IOChannel for socket connections

2009-02-02 Thread Víctor M. Palacio Tárrega
Hi, I'm planning to manage remotely (or locally) a gtkmm graphical aplication through a network (or unix) socket. The use of Glib::IOChannel is not documented for use it in this case. I want a callback for a incoming connection, to accept it, treat received data and finally close the

Gtkmm-forge Digest, Vol 33, Issue 2

2009-02-02 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to gtkmm-fo...@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to

Re: Using Glib::IOChannel for socket connections

2009-02-02 Thread Chris Vine
On Mon, 02 Feb 2009 10:29:39 +0100 Víctor M. Palacio Tárrega victorpala...@adtelecom.es wrote: Hi, I'm planning to manage remotely (or locally) a gtkmm graphical aplication through a network (or unix) socket. The use of Glib::IOChannel is not documented for use it in this case. I

Re: Using Glib::IOChannel for socket connections

2009-02-02 Thread Fabrício Godoy
As well recomended to me, I recomend libassa ( http://libassa.sourceforge.net/). 2009/2/2 Víctor M. Palacio Tárrega victorpala...@adtelecom.es Hi, I'm planning to manage remotely (or locally) a gtkmm graphical aplication through a network (or unix) socket. The use of Glib::IOChannel is

Re: Using Glib::IOChannel for socket connections

2009-02-02 Thread Jonathon Jongsma
On Mon, Feb 2, 2009 at 5:09 PM, Chris Vine ch...@cvine.freeserve.co.uk wrote: There was/is a GObject based library called gnet for socket programming but I am not sure that it is still maintained. A google search should tell you more. I believe gnio is supposedly the successor to gnet, and is

Re: Using Glib::IOChannel for socket connections

2009-02-02 Thread Víctor M. Palacio Tárrega
Hi all, Thank you for your responses, but I'm not looking for a socket/connection management library. (I will, for sure, if it's needed, and I 'll use your recommendations). Now, I'm talking about Glib::IOChannel monitoring socket connections directly. As API documentation for IOChannel

Drawing inside a container widget

2009-02-02 Thread Mohith Manoj
I have derived a class from *Gtk::Container* for creating a menu like widget and it doesnt have a window of its own, i.e. *set_flags(Gtk::NO_WINDOW)* is called in the contructor. This widget has two *Gtk::HBox* widgets containing navigation controls (close and back) and options, which are