Re: Gtk on Embedded Device Query

2007-12-14 Thread Saroj Kumar
Hi Mathais, Thanks for the help. strace is really helped. Following files are not found. read(4, "\355\33x\311\267\272\320\262ax\31\353:@%c\313\n\357\313"..., 4096) = 4096 open("/root/.Xdefaults", O_RDONLY) = -1 ENOENT (No such file or directory) uname({sys="Linux", node="ARMCore", ...}) = 0

make a window without the title bar

2007-12-14 Thread Binary Chen
I know it is a feature of window manager, but is there any portable way in GTK+ to do this? Thanks. Bin ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

how to replace a widget or make an overlay?

2007-12-14 Thread tom
I have a simple window with one treeview. When the app is shutting down it currently creates a popup with an icon and a few lines of text. Since these types of popups are annoying, I'd like to remove it and draw the stuff directly into the main window, into the center of the treeview. The t

Re: can GtkWindow be a child of another GtkWindow?

2007-12-14 Thread Bill O'Connor
Binary Chen <[EMAIL PROTECTED]> writes: > Hi, > > I have a GtkWindow with type GTK_WINDOW_POPUP, I want it to be a child > of a GtkWindow, the effect will be the pop up window can only move > within the scope of the parent window. And if I invoke the position > function for the popup window, the c

Re: Memory debugging -- which tool?

2007-12-14 Thread Murray Cumming
On Fri, 2007-12-14 at 14:18 +1100, Michael Lamothe wrote: > Valgrind for most of it. However, be warned, if you have a > multi-threaded application and you're trying to debug a > multi-threading issue, Valgrind is not going to work for you. > Valgrind does some hocus-pocus to simulate multi-thread