Re: Stock items (button images / menu images etc)

2013-12-13 Thread David Buchan
From: Emmanuele Bassi To: David Buchan Cc: gtk-list list Sent: Friday, December 13, 2013 11:34 AM Subject: Re: Stock items (button images / menu images etc) hi; On 13 December 2013 16:16, David Buchan wrote: > If I understand correctly, I sho

Re: Stock items (button images / menu images etc)

2013-12-13 Thread David Buchan
Emmanuele, If I understand correctly, I should replace: GtkWidget *image; image = gtk_image_new_from_stock (GTK_STOCK_DIALOG_ERROR, GTK_ICON_SIZE_DIALOG); with GtkWidget *image; image = gtk_image_new_from_icon_name ("dialog-error", GTK_ICON_SIZE_DIALOG); Would that be correct? Dave _

Re: GTK window positioning [SOLVED]

2012-09-19 Thread David Buchan
David Buchan To: gtk-list list Sent: Tuesday, September 18, 2012 9:51 PM Subject: GTK window positioning It just occurred to me that maybe I should be sending to the gtk-list mailing list instead (more active). Pls see below... - Forwarded Message - From: David Buchan To: gtk-app-

GTK window positioning

2012-09-18 Thread David Buchan
It just occurred to me that maybe I should be sending to the gtk-list mailing list instead (more active). Pls see below... - Forwarded Message - From: David Buchan To: gtk-app-devel-list list Sent: Tuesday, September 18, 2012 9:05 PM Subject: GTK window positioning Hi, I've

Re: libgtk-3-dev seems to break Ubuntu 12.04 LTS Unity Interface

2012-08-02 Thread David Buchan
solutions. From now on, I will look very carefully at solutions aptitude offers. Dave From: David Buchan To: gtk-list list Sent: Friday, June 29, 2012 9:08 AM Subject: libgtk-3-dev seems to break Ubuntu 12.04 LTS Unity Interface Hi, I've been using

libgtk-3-dev seems to break Ubuntu 12.04 LTS Unity Interface

2012-06-29 Thread David Buchan
Hi, I've been using Ubuntu 10.04 and libgtk2.0-dev and glade for a long time and recently attempted to bring myself into the present by doing a fresh install of 12.04 LTS. But once I installed libgtk-3-dev and glade from the repository, I wasn't able to log back into the computer unless I type

Re: Textview

2012-05-27 Thread David Buchan
Thanks Robert. In fact this was explained to me about a year ago, but clearly I didn't entirely grasp what they were saying. I really appreciate your answer. Very helpful. Thanks again, Dave From: Robert Pearce To: gtk-list@gnome.org Cc: David B

Textview

2012-05-25 Thread David Buchan
Hi guys, This might be a really dumb one... I would like to print a line of text periodically to a textview, which is inside a scrolled window. The trouble is, my program waits until all the data has been printed to the buffer before showing it, instead of printing line by line as the data bec

Re: GTK+ library access issue?

2011-10-25 Thread David Buchan
From: Nicola Fontana To: David Buchan Cc: David Nečas ; "gtk-list@gnome.org" Sent: Tuesday, October 25, 2011 8:06 AM Subject: Re: GTK+ library access issue? Il giorno lun, 24/10/2011 alle 17.59 -0700, David Buchan ha scritto: > Interesting. I just tried compiling a simp

Re: GTK+ library access issue?

2011-10-24 Thread David Buchan
Thanks to everybody for the great support! I really appreciate it. Dave From: Paul Davis To: David Buchan Cc: gtk-list list Sent: Monday, October 24, 2011 10:54 PM Subject: Re: GTK+ library access issue? On Mon, Oct 24, 2011 at 10:17 PM, David Buchan wrote

Re: GTK+ library access issue?

2011-10-24 Thread David Buchan
ly did that work for test.c, but it also solved my gtk problem! I'm gobsmacked. How come that works, but putting the lib flags before the filename(s) doesn't? You blew my (now very grateful) mind. Dave ________ From: David Buchan To: David Nečas Cc: &quo

Re: GTK+ library access issue?

2011-10-24 Thread David Buchan
27; test.c:(.text+0x33): undefined reference to `pow' collect2: ld returned 1 exit status Now that is weird. Related? Maybe I need to totally reinstall gcc or even Ubuntu. Boy I hope this turns out to be something less sinister. Dave ____ From: David Buchan

Re: GTK+ library access issue?

2011-10-24 Thread David Buchan
When that didn't work, I tried sudo aptitude remove libgtk-3-dev and tried to compile with gtk2. When that still did the same thing, I went back an did sudo aptitude install libgtk-3-dev again, figuring that having more libraries increases my chances of success (sign of a desperate man). My

Re: GTK+ library access issue?

2011-10-24 Thread David Buchan
David Nečas To: David Buchan Cc: "gtk-list@gnome.org" Sent: Monday, October 24, 2011 11:48 AM Subject: Re: GTK+ library access issue? On Mon, Oct 24, 2011 at 08:09:39AM -0700, David Buchan wrote: > Trying to make now gives over 1700 errors, ALL of which are like this small >

GTK+ library access issue?

2011-10-24 Thread David Buchan
Hi guys, I think I have a dumb question. I had been maintaining a c/GTK+2 program for the last year. My OS was Ubuntu lucid. This weekend, I replaced the hard drive (I keep my programming projects on a RAID though). I installed the latest Ubuntu (oneiric, I think they call it...not sure). I a