Re: help regarding the combobox

2005-04-07 Thread Juergen Dankoweit
Hello, Am Freitag, den 08.04.2005, 11:10 +0530 schrieb poonam chokshi: > hello, > > I am using the combobox in the heirarchy as shown > -Main window > -secframe > -secfixed > -seccmb > Now i am trying to add some data to the the combo box usingthe g_list_

help regarding the combobox

2005-04-07 Thread poonam chokshi
hello, I am using the combobox in the heirarchy as shown -Main window -secframe -secfixed -seccmb Now i am trying to add some data to the the combo box usingthe g_list_append() function in my own callback defined in the callback.c ..But it gives me t

GdkWindow and GdkEvent

2005-04-07 Thread Żukowski 'pax' Łukasz
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

Newbey Question

2005-04-07 Thread Tor Lillqvist
Jamiil Abdullah-Alkadir writes: > main.cpp:41: error: invalid conversion from 'void (*)(GtkButton*, void*)' to The name of the library is GTK+, not GTK++. The "+" in the name has nothing to do with C++. (There are C++ wrappers for GTK+, but you don't seem to be using any such.) To reduce confus

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: gtk_signal_connect(GTK_OBJECT(

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 inc

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

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 seco

Re: Drag&Drop 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 Drag&Drop

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

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 pro

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 pixma

Re: drawing on drawables

2005-04-07 Thread Olexiy Avramchenko
Joachim Mathes wrote: 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 ar

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