Obama -- The Judas Goat

2009-01-25 Thread Lawrence Auster
Obama -- The Judas Goat 1/25/2009 By David Duke Judas Goat\ A goat that leads other goats or sheep to slaughter. Also, one who entices into danger and betrays others. The name is an allusion to Judas Iscariot, who betrayed Jesus for 30 pieces of slaughter. (From Merriam WebsterÂ’s Dictionary)

ANNOUNCE: gtkmm 2.15.1

2009-01-25 Thread Murray Cumming
*** gtkmm 2.16: gtkmm 2.15 wraps new API in GTK+ 2.15. It will become the API/ABI-stable gtkmm 2.16 when GTK+ 2.16.0 is released. gtkmm 2.15 is API/ABI-compatibile with gtkmm 2.14, 2.12, 2.10, 2.8, 2.6 and 2.4. It is a version of the gtkmm-2.4 API. gtkmm stays in-sync with GTK+ by following

Window will not expose

2009-01-25 Thread Evan White
Some of you may have helped me out in the Gtk forums or have at least read some of my stupid post. I have found that using mailing lists are much more helpful than forums are. I am not a heavy programmer I have only had two C++ courses in college. I am in my senior year working on my

Re: Window will not expose

2009-01-25 Thread Jonathon Jongsma
On 01/25/2009 05:01 PM, Evan White wrote: Some of you may have helped me out in the Gtk forums or have at least read some of my stupid post. I have found that using mailing lists are much more helpful than forums are. I am not a heavy programmer I have only had two C++ courses in college. I am

Re: Window will not expose

2009-01-25 Thread Talguy
What exactly do you mean by 'the window is never exposed again'? Do you mean that the expose handler is never called again or that the widget is never re-drawn? Exactly, when I run the program using a bunch of cout statements i found that the expose handler was never called again after it was

Re: Window will not expose

2009-01-25 Thread Jonathon Jongsma
On 01/25/2009 06:04 PM, Talguy wrote: #ifndef DEFAULT_H #define DEFAULT_H #include cairomm/context.h #include gtkmm/drawingarea.h class Default : public Gtk::DrawingArea { private: void processSpeed(double); void processRPM(double); void processFuel(double); void