gtk folder selection

2005-04-07 Thread srinivas
hi to all; i am very new to this. i am developing gui with gtk. now i created a list view and a file selector, the file what ever i am selecting i want to display it to the listview. how can i do this. and i want to display the root file system in tree view with checkboxes. so that i can check

drawing on drawables

2005-04-07 Thread Joachim Mathes
Hallo! Maybe my question has already been answered. But up to now I haven't found any information concerning the problem. While programming gtk-applications which contain drawable-widgets e.g. pixmaps, I realized that it is possible to draw a rectangle on coordinates that are actually outside

Re: drawing on drawables

2005-04-07 Thread John Vetterli
On Thu, 7 Apr 2005, Olexiy Avramchenko wrote: Joachim Mathes wrote: While programming gtk-applications which contain drawable-widgets e.g. pixmaps, I realized that it is possible to draw a rectangle on coordinates that are actually outside the allocated region. For example: If you create a

When gtkIconView will be available in Glade

2005-04-07 Thread regatta
Hi I know this is not a glade mail list but I am sure most of you can answer my question When gtkIconView will be available in Glade ? I can't find it in glade when I try to create any program -- Best Regards, -*- If Linux doesn't have the solution, you have the wrong

GdkWindow and GdkEvent

2005-04-07 Thread px
Hello. I want to redirect GdkEvents from One GdkWindow to other. Can anyone tell me how to do it? thx. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: DragDrop from GtkListStore and icon size

2005-04-07 Thread Juergen Dankoweit
Good evening, Am Dienstag, den 05.04.2005, 13:41 +0200 schrieb Juergen Dankoweit: Hello to the list, first a short introduction on me. I develop in a commercial and OSS environment GTK-applications on and for FreeBSD-Systems. I currently develop an application which uses DragDrop from a

Re: Newbie questions on themes and engines

2005-04-07 Thread Eckhoff, Michael A
In Vol 12, Issue 12 Iago Rubio wrote On Wed, 2005-04-06 at 09:42 -0500, Eckhoff, Michael A wrote: 1. Is there a discussion some where on themes and engines? Do these terms refer to the same thing? No, read this http://www.gtk.org/~otaylor/gtk/2.0/theme-engines.html The first and second

ff

2005-04-07 Thread EscalanteCanada
f __ Switch to Netscape Internet Service. As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on the Web and

Newbey Question

2005-04-07 Thread Jamiil Abdullah-Alkadir
Hello GTK++ users!! With the aid of Teach yourself GTK++ Programming in 21 Days from SAMS I have been able to write my first GTK++ program, as well as a small 'Makefile' to do the compilation. My question is not about the 'Makefile', but about the GTK++ program itself. Nevertheless, I have

Re: Newbey Question

2005-04-07 Thread Tristan Van Berkom
Jamiil Abdullah-Alkadir wrote: [...] //Register CallBacks == **Here is the problem 8) gtk_signal_connect(GTK_OBJECT(btnExit), clicked, Quit, NULL); gtk_signal_connect uses functions with any signatures, they must all be cast to `void (*) ()' though first. try: