Re: pixbuf outermost pixels are white

2013-08-23 Thread Jan Kratochvil
://www.jankratochvil.net/t/2.png Regards, Jan Kratochvil /* g++ -o 1 1.C -Wall -Werror -std=gnu++11 -g $(pkg-config --cflags --libs gtkmm-3.0);./1 */ #include gdkmm/general.h #include gtkmm/main.h #include gtkmm/window.h #include gtkmm/drawingarea.h #include vector #include stdio.h using

Re: how can include just glib

2006-01-19 Thread Jan Kratochvil
Hi, On Tue, 13 Dec 2005 16:36:44 +0100, Daniel Espinosa wrote: ... but HOW can I init the library. If you use gtk and gtk_init, it will init GLib too then, how do I do that? What specific problem do you have? glib - it does not need any init gobject - it needs g_type_init()

Re: g_try_new and g_try_new0 + error reporting for g_object_set

2005-05-12 Thread Jan Kratochvil
Hi Stefan, On Wed, 09 Mar 2005 02:21:16 +0900, Stefan Kost wrote: Matthias Clasen wrote: ... g_new and g_new0 ... I am aware that I can write my own. But if many people do that it might make sense to have them in the lib. What do other do in this case? Nothing as general UNIX libraries

Re: howto compile static gtk app?

2005-03-11 Thread Jan Kratochvil
On Wed, 09 Mar 2005 18:29:42 +0100, Andreas Rottmann wrote: Jan Kratochvil [EMAIL PROTECTED] writes: On Wed, 09 Mar 2005 11:22:50 +0100, Yang Hong wrote: ... I wan to compile a static gtk app, then it can run in a everiment without gtk libs. [...] GNU/Linux really is not suitable

Re: howto compile static gtk app?

2005-03-09 Thread Jan Kratochvil
Hi, On Wed, 09 Mar 2005 11:22:50 +0100, Yang Hong wrote: ... I wan to compile a static gtk app, then it can run in a everiment without gtk libs. It is depends if you really want just GTK or if you use also other parts of the Gnome framework. Gnome in general is not usable for 'static builds'