Re: Embed movie player using mplayer - How to execute mplayer (fork?)

2008-08-19 Thread Jens Georg
Sorry Paulo, I sent reply to one, first. One quick gotcha is that argv contains a vector of all the command options. These are typically separated by spaces when typed on the command line. However, your example has the whole command as one option. So put the wid to a std::string,

Gtkmm-forge Digest, Vol 27, Issue 15

2008-08-19 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] You can reach

a question about sorting

2008-08-19 Thread ahmet öztürk
hi, i use gtkmm for 2 years as a hobby and have a little problem now. i want to update some toolbar buttons according to the position of the selected item in a treeview i.e. make next button insensitive if the current item is the last one. the treeview is a sortable one and, as far as i