On Thu, 2008-03-27 at 10:01 -0700, Kaustubh Patil wrote:
> Hi,
>
> I am using glib (version 2.0) for developing some
> applications. I have some questions about use of
> Garray and GNode (G-n-ary tree).
>
> 1. Is it safe to return an initialized GArray * from a
> function? e.g. copying garray arr
icah Carrick
> >
> Or the Pidgin plugin system.
>
> ___
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
--
Jordan Walsh
(910) 639-0111
It does
print the message when the button is clicked but the window does not
destroy.
--
Jordan Walsh
(910) 639-0111
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
.
--
Jordan Walsh
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
On Fri, 2006-05-19 at 00:03 -0400, Jordan Walsh wrote:
>
> Ok. I have been scratching my head on this one for a couple days now.
> First here is the code:
>
> http://dega.hopto.org/database.c
>
> The problem is this. That "read_dir" works fine, the first time it i
lt down to "read_dir". Because it works once I am led to believe it is
a memory allocation issue, but I cannot find anything I have done wrong. Any
help would be appreciated. Sorry about the messy code, alot is commented out
as i tried to figure out my problem.
--
Jordan
Hi. I have implemented a widget, and had to include native scrolling
capabilities. Only problem is, redrawing is slightly slow, and a
noticeable lag (.25 second) is noticed on every scroll. I was wondering
if there is a way to after a scroll, draw my window somewhere else, and
then show it all