[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 florian.muell...@gmail.com 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 GObject: http

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

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

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

[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

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

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

Re: GtkTextView and glade 3

2010-06-07 Thread Mick
On Mon, 07 Jun 2010 22:12:57 -0700 Steve Harrington steven.harring...@verizon.net 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

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 bra...@endoframe.com 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 function

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 n...@entidi.it wrote: Il giorno Wed, 22 Jul 2009 17:20:06 +1000 Mick mickh...@bigpond.net.au ha scritto: src/Makefile.am -- bin_PROGRAMS = nuchimp nuchimp_SOURCES

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 bra...@endoframe.com wrote: On Tue, 2009-07-21 at 12:20 +1000, Mick wrote: On Mon, 20 Jul 2009 12:17:32 -0400 Braden McDaniel bra...@endoframe.com wrote: On Mon, 2009-07-20 at 11:22 +1000, Mick wrote: [snip] compiling

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 bra...@endoframe.com 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 executable that runs just as expected

locking widgit sizes

2009-04-05 Thread mick
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