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
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
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
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