Re: how to i [or DO i] use LEFT-JUSTY here?

2014-08-14 Thread Jordan
Hi, Gary. Maybe I'm not clear on what you want to accomplish. Are you wanting to have a numbered list with padding? Screenshots/diagrams/mockups are definitely welcome! :-D How you're doing it seems fine to me. As long as it gets the job done you're doing it right :-) Other alternatives:

Redrawing slow.

2006-03-07 Thread Jordan Walsh
at one time. I have done some reading, I found that the progress bar widget does something similar to prevent flickering. Any help would be appreciated. -jordan ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org

Weird Segfaulting

2006-05-18 Thread Jordan Walsh
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 Walsh (910) 639-0111

Re: Weird Segfaulting

2006-05-19 Thread Jordan Walsh
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 is run. But the second time it is called

GModule

2007-01-28 Thread Jordan Walsh
. -- Jordan Walsh ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Application with plugins

2007-12-17 Thread Jordan Walsh
. ___ 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 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Re: GLib questions, GArray and GNode

2008-03-28 Thread Jordan Walsh
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 array1

GtkTreeView isn't updating when GtkListStore appended and set

2014-01-04 Thread Jordan H.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I've defined a GtkTreeView in Glade with a GtkListStre as the store. I'm trying to add data to the list on a button click. Here's the function: void update_list(){ GtkListStore *list_store; GtkTreeIter iter; GtkTreeView

Re: GtkTreeView isn't updating when GtkListStore appended and set

2014-01-06 Thread Jordan H.
, Button 2, etc., and the button labels reflect this change (as expected). Thanks for your help, guys! Tristan Van Berkom: On Sat, 2014-01-04 at 23:46 -0600, Michael Cronenworth wrote: On 01/04/2014 05:21 PM, Jordan H. wrote: In Glade I've defined column 0 in the list store as a gchararray