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

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.
t; ** (punch:20412): DEBUG: - Value: "@P\xda\u0001" I'm wondering if the mutilated strings is what's causing my problem. I'm expecting the values to be "Button 1", "Button 2", etc., and the button labels reflect this change (as expected). Thanks for your h

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

Re: Weird Segfaulting

2006-05-18 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 i

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

gtk_message_dialog problem

2007-11-03 Thread Jordan Walsh
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

Re: Application with plugins

2007-12-17 Thread Jordan Walsh
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

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 arr