about cairo and gdk-pixbuf

2006-07-14 Thread Li Li
There is an API voidgdk_cairo_set_source_pixbuf (cairo_t *cr, GdkPixbuf *pixbuf, double pixbuf_x, double pixbuf_y); in GDK. My question is after

ComboBox questions

2006-07-14 Thread Roland Koebler
boBox questions hi, I've got a few questions about the ComboBox (or ComboBoxEntry) with many items/entries. I didn't find anything about that in the documentation, but maybe you can help me: - can I somehow control in which "direction" (up or down) the popup appears ? or can I control scroll-p

widget-attached-popup ?

2006-07-14 Thread Roland Koebler
hi, when you click on a ComboBox, a popup appears, which is "attached" to the ComboBox. it's the same with i.e. MenuBars. now: how can I create such a "widget-attached-popup" ? i.e. use a "normal" button, and popup i.e. a treeview when clicking on it. do I have to write my own GtkBin-subclass

gtk_grab_add problem

2006-07-14 Thread Andrey Dubravin
Hello all! In the same window I pack GtkTreeView and GtkFrame. GtkFrame contains buttons and text entry. When gtk_grab_add function was called with GtkFrame as it's parameter there is no happen! There is need that interaction with other widgets in the same application is blocked and all events ar

Re: RADiola, a GTK RAD tool

2006-07-14 Thread Santhosh
The following links may provide you some input regarding the features: http://gazpacho.sicem.biz/ http://glade.gnome.org/todo.html You may need to find out the difference that RADiola is going to make... I dont think that people would start working on your project just with the concept... You ne

Re: GTK+ stock-icon problem with Windows

2006-07-14 Thread Yeti
On Fri, Jul 14, 2006 at 03:00:33PM +0200, Kurucz Istvan wrote: > I wrote a small program in GTK+ under Win32, it runs perfectly and usable. > But under Windows, doesn't show the pictures located "stock button". What > could be the problem? The default theme, it switches the images off, probably

Re: Emitting signals

2006-07-14 Thread Mardy
Le die Fri, Jul 14, 2006 at 03:00:52PM +0530, [EMAIL PROTECTED] ha scribite: > I am creating a application where there is a text editor and a button. > On clicking the button, the backspace signal has to triggered for text > editor so that it deletes the last character. > Can any one tell me how I

GTK+ stock-icon problem with Windows

2006-07-14 Thread Kurucz Istvan
Hello, I wrote a small program in GTK+ under Win32, it runs perfectly and usable. But under Windows, doesn't show the pictures located "stock button". What could be the problem? I use this runtime-environment under Windows: http://prdownloads.sourceforge.net/gimp-win/gtk+-2.8.18-setup-1.zip?dow

Re: RADiola, a GTK RAD tool

2006-07-14 Thread Fabricio Rocha
Hello all! QuickDump says that the RADiola User Guide was downloaded 56 times. I would like to thank all of you who had interest on it, specially to Atanas Atanasof and Santhosh, who have written to me. Well, I have to say that RADiola, as described in the User Guide, still doe

Re: Emitting signals

2006-07-14 Thread John Cupitt
On 7/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am creating a application where there is a text editor and a button. > On clicking the button, the backspace signal has to triggered for text > editor so that it deletes the last character. > Can any one tell me how I can emit signal fro

Emitting signals

2006-07-14 Thread Supreet.Mysore
Hi All, I am creating a application where there is a text editor and a button. On clicking the button, the backspace signal has to triggered for text editor so that it deletes the last character. Can any one tell me how I can emit signal from one widget to another. Thanx, Supreet