On 7/22/08, Germán Póo-Caamaño <[EMAIL PROTECTED]> wrote:
> On Tue, 2008-07-22 at 21:44 +0800, paragasu wrote:
>> i am very new to gtk programming. still struggling to learn how to
>> develop program using gtk.
>> i am using debian linux workstation. but i have to develop gtk program
>> that run in
On Tue, 2008-07-22 at 21:44 +0800, paragasu wrote:
> i am very new to gtk programming. still struggling to learn how to
> develop program using gtk.
> i am using debian linux workstation. but i have to develop gtk program
> that run in windows.
> is it possible to develop gtk in linux and later on
i am very new to gtk programming. still struggling to learn how to
develop program using gtk.
i am using debian linux workstation. but i have to develop gtk program
that run in windows.
is it possible to develop gtk in linux and later on run on windows
without any code modification?
i search all o
Hi,
I am trying to test GTK+ with DirectFB 1.2. I have built all the libraries
successfully and the Linux frame buffer is configured properly. I am
running Fedora 8 on a i386 architecture.
When I run the gtk-demo under DirectFB though, the window only occupies
about 1/4 of the width and 1/2 of
Hello all,
I am creating am image from pixmap , and pixbuf . before that i am changing
the shape of the window using shape_combine_mask, the image i am using is
having transparency, here is the code: http://pastebin.com/m22141012
i am facing problem : image is able to create and able to pla