How to change root window coordinates

2007-08-12 Thread Matthew Jiang
I was porting gkt to an embeded system. The problem is that I always got unwanted display offset on LCD. I used gdk_window_get_root_origin function get origin position and found root_x equals a wiered number not zero. How could I fix this problem and can I reset coordinate by hand? Thank you, Mat

Re: Problems Re-populating GtkTreeView[SOLVED]

2007-08-12 Thread Andrew Rowland
On Sun, 2007-08-12 at 22:12 +0200, David Nečas (Yeti) wrote: > You are the first after a long time who bothered to use > a debugger himself before posting to the list and included > the actual code, the actual error messages and noted the > place where it crashes (sort of) in the post. > > This is

Re: Problems Re-populating GtkTreeView

2007-08-12 Thread Yeti
On Sun, Aug 12, 2007 at 03:16:45PM -0400, Andrew Rowland wrote: > I've been working at this for several days now and I'm hoping someone > can guide me down the right path (although I'm not opposed to just being > given the answer). Let me say TIA now and I apologize if I've included > too much cod

Problems Re-populating GtkTreeView

2007-08-12 Thread Andrew Rowland
All, I've been working at this for several days now and I'm hoping someone can guide me down the right path (although I'm not opposed to just being given the answer). Let me say TIA now and I apologize if I've included too much code, error messages, etc. Thanks, Andrew I have one treeview that