multithreading gtk app

2010-06-29 Thread Mick
can anyone point me to an explanation (with examples) to help me understand running some dialogs in separate threads. (eg. help, preferences, etc) I only use C. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailma

[MORE UPDATE] app crashes with segfault within gtk_init()

2010-06-29 Thread Mick
I've been working on my project for several weeks, using anjuta, incrementally building it as I go. Last wednesday, immeadetely before shutting down for the day I did a clean -> build -> install ->test that completed successfully (as far as incomplete code can). On friday I started up anjuta and

Re: word wrap in liststore column

2010-06-27 Thread Mick
On Sun, 27 Jun 2010 05:19:51 +0200 Florian Müllner wrote: > Hi, > > El dom, 27-06-2010 a las 12:25 +1000, Mick escribió: > > I know that, I have searched but not found anything that says "this > > is how you set the properties of ..." > > ... an GObj

central 'library' of self-contained real world examples of code for gtkwidgets

2010-06-26 Thread Mick
In veiw of the nightmare I've had finding non-trivial example code for assembling/implimenting gtk widgets recently I have decided to attempt to assemble a library of functions that impliment a task at a more advanced level than your typical 'Hello world' that abound. Some examples would be: A men

Re: word wrap in liststore column

2010-06-26 Thread Mick
On Sat, 26 Jun 2010 02:17:11 -0400 Tristan Van Berkom wrote: > On Fri, Jun 25, 2010 at 8:44 PM, Mick wrote: > > I'm stuck again. > > > > I wish to set word-wrap for a single column in a treeview liststore, > > I've found the options I need to set but can

word wrap in liststore column

2010-06-25 Thread Mick
I'm stuck again. I wish to set word-wrap for a single column in a treeview liststore, I've found the options I need to set but can't for the life of me find an example of how to do it. please help ___ gtk-app-devel-list mailing list gtk-app-devel-list@g

Re: putting icon on GtkImageMenuItem tutorial(ette)

2010-06-24 Thread Mick
On Wed, 23 Jun 2010 11:19:58 +0200 Mike Massonnet wrote: > 2010/6/23 Mick : > > can any one point me to a tutorial or clear example code that covers > > placing an icon on a GtkImageMenuItem with label. I've been trying > > all day and when I cast my way out of type

putting icon on GtkImageMenuItem tutorial(ette)

2010-06-23 Thread Mick
can any one point me to a tutorial or clear example code that covers placing an icon on a GtkImageMenuItem with label. I've been trying all day and when I cast my way out of type mismatches I keep getting segfaults. ___ gtk-app-devel-list mailing list gtk

Re: [UPDATE] app crashes with illegal instruction within gtk_init()

2010-06-19 Thread Mick
On Sun, 20 Jun 2010 14:08:44 +1000 Mick wrote: > I've been working on my project for several weeks, using anjuta, > incrementally building it as I go. > > Last wednesday, immeadetely before shutting down for the day I did a > clean -> build -> install ->test that c

[UPDATE] app crashes with illegal instruction within gtk_init()

2010-06-19 Thread Mick
I've been working on my project for several weeks, using anjuta, incrementally building it as I go. Last wednesday, immeadetely before shutting down for the day I did a clean -> build -> install ->test that completed successfully (as far as incomplete code can). On friday I started up anjuta and

Re: app crashes with illegal instruction within gtk_init()

2010-06-19 Thread Mick
Date: Sun, 20 Jun 2010 10:44:39 +1000 From: Mick To: Bob Hazard Subject: Re: app crashes with illegal instruction within gtk_init() On Sat, 19 Jun 2010 21:09:24 +0100 Bob Hazard wrote: > Is it possible that some update didn't take effect until you rebooted? > there were anjuta

app crashes with illegal instruction within gtk_init()

2010-06-19 Thread Mick
I've been working on my project for several weeks, using anjuta, incrementally building it as I go. Last wednesday, immeadetely before shutting down for the day I did a clean -> build -> install ->test that completed successfully (as far as incomplete code can). On friday I started up anjuta and

Gtk-CRITICAL - getting meaningful information

2010-06-10 Thread Mick
I've been using gtk for a while and frequently get messages like this: (nuchimp2:2621): Gtk-CRITICAL **: gtk_text_view_get_buffer: assertion `GTK_IS_TEXT_VIEW (text_view)' failed some times I can stumble over the cause and solution but the rest of the time I'm left to blindly grope around in the da

Re: GtkTextView and glade 3

2010-06-07 Thread Mick
On Mon, 07 Jun 2010 22:12:57 -0700 Steve Harrington wrote: > On 06/07/2010 09:36 PM, Mick wrote: > > I've spent the last month struggling with glade to layout the > > interface for my app, especially creating an incoming text pane and > > placing the text into it. &

GtkTextView and glade 3

2010-06-07 Thread Mick
I've spent the last month struggling with glade to layout the interface for my app, especially creating an incoming text pane and placing the text into it. I currently have glade set to libglade mode and use gtk-builder-convert to turn the .glade into .xml after not being able to find how to get t

Re: trauma spliting source into multiple files and applying autotools

2009-07-22 Thread Mick
On Wed, 22 Jul 2009 15:08:04 +0200 Nicola Fontana wrote: > Il giorno Wed, 22 Jul 2009 17:20:06 +1000 > Mick ha scritto: > > > src/Makefile.am > > -- > > bin_PROGRAMS = nuchimp > > > > nuchimp_SO

Re: trauma spliting source into multiple files and applying autotools

2009-07-22 Thread Mick
On Wed, 22 Jul 2009 00:46:45 -0400 Braden McDaniel wrote: > On Wed, 2009-07-22 at 12:41 +1000, Mick wrote: > > [snip] > > > Now the source compiles but linking produces: > > gcc -Wall -g -O2 -export-dynamic -o nuchimp callback.o main.o > > callback.o: In fu

Re: trauma spliting source into multiple files and applying autotools

2009-07-21 Thread Mick
On Mon, 20 Jul 2009 22:26:52 -0400 Braden McDaniel wrote: > On Tue, 2009-07-21 at 12:20 +1000, Mick wrote: > > On Mon, 20 Jul 2009 12:17:32 -0400 > > Braden McDaniel wrote: > > > > > On Mon, 2009-07-20 at 11:22 +1000, Mick wrote: > > > > > > [

Re: trauma spliting source into multiple files and applying autotools

2009-07-20 Thread Mick
On Mon, 20 Jul 2009 12:17:32 -0400 Braden McDaniel wrote: > On Mon, 2009-07-20 at 11:22 +1000, Mick wrote: > > [snip] > > > compiling with: > > gcc -Wall -g -o tutor main.c -export-dynamic `pkg-config --cflags > > --libs gtk+-2.0` produces an executa

trauma spliting source into multiple files and applying autotools

2009-07-19 Thread Mick
I am recreating my app that was originally built from gtk+1/Glade v1 with hacked in gtk2 and has turned into a mess. I'm working on Archlinux, GTK 2.16.2, Glade 3.6.7, anjuta 2.26.2.2, autoconf 2.63, automake 1.11. The source I have so far, I'm doing incremental additions, is based on Micah Carra

locking widgit sizes

2009-04-05 Thread mick
could get me on track thanks in advance, mick ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list