RE: Displaying simple HTML in gtkmm app (got it!)

2005-04-25 Thread Erik Ohrnberger
Chris, I've since found out that embedded mozilla is a far easier solution to displaying HTML content, images, etc., than the gtkhtml library (Thanks Murray). So this issue is moot at present. Thanks for your response anyway. Erik. -Original Message- From: [EMAIL

problems with Glib::locale_from_utf8

2005-04-25 Thread Aaron Walker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings, I'm using libxml++ (which uses glibmm) to parse some XML, but am getting aborts every time my parser class calls it's on_characters callback and tries to display a word with a utf8 character. #6 0xb7e2d298 in

Re: new_from_stock

2005-04-25 Thread Emre Turkay
Hi Folks, I've realized that glade handles this situation well. So I put a button with a label in glade and let it generate C code for me. It seems that it is using the button with an HBox (maybe this is a workaround for the problem), i.e. it is adding an image and a label

Re: problems with Glib::locale_from_utf8

2005-04-25 Thread Murray Cumming
On Mon, 2005-04-25 at 10:59 -0400, Aaron Walker wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings, I'm using libxml++ (which uses glibmm) to parse some XML, but am getting aborts every time my parser class calls it's on_characters callback and tries to display a word with

rgb number scheme

2005-04-25 Thread John Taber
gtkmm uses the gdk color r_g_b numbering scheme that goes from 0-65535 instead of the more normal 0-255. Can anyone explain what the 65535 is based on. I'm guess we have to divide all our color numbers and use set_rgb_p(...) - I'm wondering why there isn't a set_rgb method for using the