Increased memory size

2005-02-25 Thread Zeeshan Ali
Hello everyone, In an app. of mine i set an image with the following properties as the background of my main window: background.png: PNG image data, 1024 x 768, 8-bit/color RGB, non-interlaced I do this by having these lines in the theme file: bg_pixmap[NORMAL] = "background.png" bg_pixma

Out of topic: LibXft2

2005-02-25 Thread MQ
Hi, sorry for the non gtk email but I have been searching all over the net trying to find a source download of libXft2 and have been unsuccessfull. The fontonfig site only seems to have fontconfig and not libXft any more. Anyone knows where to download libXft2 from? Thanks! __

Re: keyboard shortcut on entry

2005-02-25 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Hubert Sokolowski" <[EMAIL PROTECTED]> writes: >> Dnia 25-02-2005, piÄ o godzinie 12:22 +0100, Hubert Sokolowski napisaÅ: >>> I need to execute my function when Left arrow key was pressed in >>> GtkEntry. >>> I can add accelerator for GtkEntry widget

Re: entering date

2005-02-25 Thread Hubert Sokołowski
On Fri, 25 Feb 2005 17:10:23 +0100 Stephane Raimbault <[EMAIL PROTECTED]> wrote: > > I don't know any standard widget which do that. > You can try my lib : libgtkentrymask at copyleft.free.fr this can be exactly what I need, thanks a lot. It would be nice to have such a functionality in GtkEntry

Re: Gtkwidget under mouse cursor or type of widget

2005-02-25 Thread Maciej Katafiasz
Dnia 25-02-2005, pią o godzinie 15:23 +0100, zielone napisało: :) > Is there a way to obtain pointer to any gtkwidget from other application > I click on some window and i want to receive pointer to this clicked > object > > I know how i can do it in xlib, from window id in xlib i can receive > gd

Re: entering date

2005-02-25 Thread Stephane Raimbault
I don't know any standard widget which do that. You can try my lib : libgtkentrymask at copyleft.free.fr Stephane > Hi! > > I use GtkCalendar for choosing date. But I also want to let user enter > date by hand using only the keyboard. Is there such a widget that parses > and validates the date

Gtkwidget under mouse cursor or type of widget

2005-02-25 Thread zielone
Hello Is there a way to obtain pointer to any gtkwidget from other application I click on some window and i want to receive pointer to this clicked object I know how i can do it in xlib, from window id in xlib i can receive gdkwindow But i dont know how to get gtkwidget from gdkwindow or xid:/ W

Re: rubberbanding with GTK1* and GTK2*

2005-02-25 Thread Gerald Emig
On Fri, 25 Feb 2005 13:42:48 +0100 Carlo Agrusti <[EMAIL PROTECTED]> wrote: > kees ha scritto lo scorso 25/02/2005 12:45: > > Can anyone explain to me why the very small program beneath, > > demonstrating a very basic form of rubberbanding, works excellent > > while compiled with GTK1* but does no

Re: rubberbanding with GTK1* and GTK2*

2005-02-25 Thread Carlo Agrusti
kees ha scritto lo scorso 25/02/2005 12:45: Can anyone explain to me why the very small program beneath, demonstrating a very basic form of rubberbanding, works excellent while compiled with GTK1* but does not work correctly when compiled with GTK2*. [..] gint drawareacb(GtkWidget *widget, GdkEven

Re: rubberbanding with GTK1* and GTK2*

2005-02-25 Thread Maciej Katafiasz
Dnia 25-02-2005, pią o godzinie 12:45 +0100, kees napisał: > Can anyone explain to me why the very small program beneath, demonstrating > a very basic form of rubberbanding, works excellent while compiled > with GTK1* but does not work correctly when compiled with GTK2*. [snip] If it was suppose

rubberbanding with GTK1* and GTK2*

2005-02-25 Thread kees
Can anyone explain to me why the very small program beneath, demonstrating a very basic form of rubberbanding, works excellent while compiled with GTK1* but does not work correctly when compiled with GTK2*. There seems to be a problem with reading the cursor movements, but whatever it is, the progr

saving file

2005-02-25 Thread LiChoo Chong
I'm a newbie in gtk application development. My question is : how to save image from pixmap to a file . Please attach code sample.Thank you in advanced. __ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotio

Re: keyboard shortcut on entry

2005-02-25 Thread Hubert Sokolowski
> Dnia 25-02-2005, pią o godzinie 12:22 +0100, Hubert Sokolowski napisał: >> I need to execute my function when Left arrow key was pressed in >> GtkEntry. >> I can add accelerator for GtkEntry widget that can emit some signal. But >> I >> don't want to emit a signal, just run my function. how to do

Re: keyboard shortcut on entry

2005-02-25 Thread Maciej Katafiasz
Dnia 25-02-2005, pią o godzinie 12:22 +0100, Hubert Sokolowski napisał: > I need to execute my function when Left arrow key was pressed in GtkEntry. > I can add accelerator for GtkEntry widget that can emit some signal. But I > don't want to emit a signal, just run my function. how to do that? Emi

keyboard shortcut on entry

2005-02-25 Thread Hubert Sokolowski
Hi! I need to execute my function when Left arrow key was pressed in GtkEntry. I can add accelerator for GtkEntry widget that can emit some signal. But I don't want to emit a signal, just run my function. how to do that? regards hs ___ gtk-app-devel-li

entering date

2005-02-25 Thread Hubert Sokolowski
Hi! I use GtkCalendar for choosing date. But I also want to let user enter date by hand using only the keyboard. Is there such a widget that parses and validates the date that was entered by user? regards hs ___ gtk-app-devel-list mailing list gtk-app