Re: Reimplementing or removing children() in gtkmm 3

2010-03-17 Thread Murray Cumming
On Tue, 2010-03-16 at 23:22 +0200, Debarshi Ray wrote: GtkButtonBox and GtkStatusBar are directly accessing the GtkBox::children member directly and GtkBoxChild is part of the public API. So can't we ask for an accessor function? Where is GtkBoxChild used in the public API? --

render custo ttf font with pangomm

2010-03-17 Thread Carlo Ascani
Is it possible to rendere a custom ttf file as a font in cairomm ? -- Carlo Ascani La politica pratica consiste nell'ignorare i fatti. (Henry Adams) C programmers never die. They are just cast into void. - cell: 320 2915799 http://gnufunk.org/~carloratm

Re: Reimplementing or removing children() in gtkmm 3

2010-03-17 Thread Debarshi Ray
Where is GtkBoxChild used in the public API? It is declared, not used, publicly. Cheers, Debarshi -- One reason that life is complex is that it has a real part and an imaginary part. -- Andrew Koenig ___ gtkmm-list mailing list

Re: Reimplementing or removing children() in gtkmm 3

2010-03-17 Thread Murray Cumming
On Wed, 2010-03-17 at 12:20 +0200, Debarshi Ray wrote: Where is GtkBoxChild used in the public API? It is declared, not used, publicly. I think they just forgot to deprecate it. I filed a bug: https://bugzilla.gnome.org/show_bug.cgi?id=613132 -- murr...@murrayc.com www.murrayc.com

Re: [Cluttermm] Use of Glib::RefPtrT vs. Gtkmm

2010-03-17 Thread Aarto Matti
Hello, On Mon, Mar 15, 2010 at 6:35 PM, Mark Roberts gt...@manumark.de wrote: Smart pointers are not meant to be a struggle. Smart pointers are your friends. With smart pointers the decision about an object's lifetime is stated clearly at construction time, whereas a naked 'new' may belong to

Re: [Cluttermm] Use of Glib::RefPtrT vs. Gtkmm

2010-03-17 Thread Jonathon Jongsma
That would be great if I could decide myself where to use them or not, unfortunately the current Cluttermm API gives me no choice :( Would you really decide to manually handle reffing and unreffing the objects? I don't think anybody else would intentionally make that choice. I hope it will

Re: [Cluttermm] Use of Glib::RefPtrT vs. Gtkmm

2010-03-17 Thread Oscar Lazzarino
On Wed, Mar 17, 2010 at 3:06 PM, Jonathon Jongsma jonat...@quotidian.org wrote: That would be great if I could decide myself where to use them or not, unfortunately the current Cluttermm API gives me no choice :( For what it's worth, I would prefer seeing this approach in gtkmm, too. I.E. I

What happened to gtkmm-demo??

2010-03-17 Thread Tilton, James C. (GSFC-6063)
The gtkmm-demo program was automatically built in version 2.16.0 of gtkmm. When I upgraded to gtkmm 2.18.8 (and also uninstalled version 2.16.0), I was surprised to find that gtkmm-demo was not built and installed - even though I can still see the source code for it in the directory tree. Why

Re: render custo ttf font with pangomm

2010-03-17 Thread Krzysztof KosiƄski
2010/3/17 Carlo Ascani carlo.r...@gmail.com: Is it possible to rendere a custom ttf file as a font in cairomm ? What do you mean by custom TTF file? There's Cairo user font API which lets you draw your own fonts. http://www.cairographics.org/manual/cairo-user-font.html Regards, Krzysztof