need help for client side accessiblity of gtk applications on windows environment

2011-07-19 Thread mmb
hi Nischal it's very urgent ,i want some help from you.In your reply you have mentioned use accessibility api which are those api's, can you mention how to use those, any code sample or something.i wanted to get information about all child widgets of say GTK application A(which i have not devel

Re: client-side windows and XQueryTree

2011-07-19 Thread mmb
hi mario i am also searching for the same what you are looking for i.e when i point mouse cursor over a button or any child widget of a GTK application which is not developed by me ,i want the child's name, value etc ..do you know any thing reagarding this ,i am using windows XP OS. -- View this

Re: Questions on creation of glyphs

2011-07-19 Thread jcupitt
Hi Ferdinand, >> I want to create a small set (say >> 5-10 symbols) of custom glyphs and want these symbols to be >> part of the alphabet of a fictional language. I also want to >> assign unused unicode values to these symbols and want these >> symbols to appear on my application as well as the te

Drag and drop "drag-motion" strangeness

2011-07-19 Thread Miroslav Rajcic
I am trying to use "drag-motion" signal to add support for some additional drop format testing (using tree view for drop target). But I noticed the following thing: it appears that "drag-motion" is not fired at all when dragging the data from the external source!? Note that "drag-drop" handler

Aliasing / Blurring

2011-07-19 Thread Bernhard Schuster
I am in the position to write an application which needs to be able to identify single pixels of a picture. Currently my implementation (based on Gtk+ 3.x) uses GtkDrawingArea with a cairo surface. Regards Bernhard ___ gtk-app-devel-list mailing list gt