Re: VTE questions

2013-05-29 Thread Kip Warner
On Wed, 2013-05-29 at 18:58 +0800, Arnel A. Borja wrote: > Remove GtkScrolledWindow (right-click the recoveryTerminal in the right > sidebar then select Remove Parent in the popup menu) then add a GtkScrollbar > to box31. Make sure that the terminal is set to expand horizontally, and the > terminal

UUID Library for Gnome apps

2013-05-29 Thread אנטולי קרסנר
Hello list, I'm writing a desktop app using Gnome technologies and I want to use UUIDs as means of generating URIs for resources. I found two UUID libraries: One is part of e2fsprogs, and the other one is provided by OSSP and has a C++ binding (perfect for me because I write in C++). I don't min

Re: VTE questions

2013-05-29 Thread Kip Warner
On Wed, 2013-05-29 at 18:58 +0800, Arnel A. Borja wrote: > Remove GtkScrolledWindow (right-click the recoveryTerminal in the right > sidebar then select Remove Parent in the popup menu) then add a GtkScrollbar > to box31. Make sure that the terminal is set to expand horizontally, and the > terminal

Re: VTE questions

2013-05-29 Thread Arnel A. Borja
On Wednesday, 29 May, 2013 01:26 PM, Kip Warner wrote: On Wed, 2013-05-29 at 06:59 +0800, Arnel A. Borja wrote: Try copying Anjuta's way of packing a terminal; it uses a GtkFrame to pack a horizontal GtkBox which contains the VteTerminal and the GtkScrollbar. Hey Arnel. Thanks for your help. I