Drag&Drop from GtkListStore and icon size

2005-04-04 Thread Juergen Dankoweit
ist, I get the whole line as "drag-icon". But I only want a small icon. How do I change the behavior? Functions like "gtk_drag_set_icon_stock" do not work. I used this function as described in the documentation. Thanks you very much

Drag&Drop from GtkListStore and icon size

2005-04-05 Thread Juergen Dankoweit
ist, I get the whole line as "drag-icon". But I only want a small icon. How do I change the behavior? Functions like "gtk_drag_set_icon_stock" do not work. I used this function as described in the documentation. Thanks you very much for the answers Juergen Dankoweit P

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

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_

Drag&Drop from GtkListStore and icon size

2005-04-18 Thread Juergen Dankoweit
"gtk_drag_set_icon_stock" do not work. I used this function as described in the documentation. Thanks you very much for the answers Juergen Dankoweit PS: I hope that this I will get an answer. ___ gtk-app-devel-list mailing list

GtkListStore and Drag&Drop to Nautilus folder

2005-04-21 Thread Juergen Dankoweit
Hello, currently I develop an application that lists some items in a GtkListStore-Object. With Drag&Drop from this GtkListStore to a Nautilus folder I have some problems. When I drop the items on the Nautilus folder, I don't get any feedback, that the items are dropped. Only two messages are sent

RE: Window size and position

2005-04-23 Thread Juergen Dankoweit
Am Samstag, den 23.04.2005, 11:05 -0400 schrieb Freddie Unpenstein: > > > > I'm currently coding a small application. I want the main > > > > window to remember its size and position every time it is > > > > started. > > > > I believe that's the job of the window manager... > > > That's why you ca

RE: Window size and position

2005-04-22 Thread Juergen Dankoweit
Good morning, Am Freitag, den 22.04.2005, 11:39 -0400 schrieb Freddie Unpenstein: > > I'm currently coding a small application. I want the main window to > > remember its size and position every time it is started. > > I believe that's the job of the window manager... > That's why you can set a c

Re: GtkListStore and Drag&Drop to Nautilus folder

2005-04-27 Thread Juergen Dankoweit
Hello again, thanks for very excellent support from this mailing list. Meanwhile I found out what to do. Because the list is not interested I won't tell how I did it. J. Am Donnerstag, den 21.04.2005, 23:05 +0200 schrieb Juergen Dankoweit: > Hello, > > currently I develop an ap

Re: Segfault and cheep mend of gtk_combo_box_get_active_text

2005-04-30 Thread Juergen Dankoweit
Good morning Oliver, Am Sonntag, den 01.05.2005, 08:16 +0200 schrieb Olivier: > Dear Matthias, > >Below is a simple program where gtk_combo_box_get_active_text > creates a segfault, as well as my (hacking) way of mending it. > Two other persons from gtk-app-devel-list@gnome.org compiled > it

Re: nested gdk_threads_enter() hangs: linux/gcc vs. win32/mingw?

2005-05-14 Thread Juergen Dankoweit
Hi, Am Samstag, den 14.05.2005, 12:26 +0200 schrieb Felix Kater: > Hi, > > I am using the same code on win32/mingw and linux/gcc, however, when I > execute the code on linux, the programm hangs at the second (nested) call of > gdk_threads_enter(), see below. > > Am I doing something illegal to

Re: nested gdk_threads_enter() hangs: linux/gcc vs. win32/mingw?

2005-05-14 Thread Juergen . Dankoweit
Hello Felix, Am Samstag, den 14.05.2005, 18:01 +0200 schrieb Felix Kater: > Hi, > > first let me thank you! > > > Juergen Dankoweit <[EMAIL PROTECTED]> wrote: > > > Funny. On FreeBSD I have no problems with nested calls of > > gdk_threads_enter()/gdk_

Re: glib's key-value file parser

2005-05-14 Thread Juergen Dankoweit
Hi, Am Samstag, den 14.05.2005, 18:24 +0200 schrieb Miguel Mendez: > Hi, > > I've been reading about glib's .ini-like parser functions, but there > seems to be no way of creating a new file so, how does the application > create a new config file if it doesn't exist? There doesn't seem to be > any

Re: A litle problem with RGB images

2005-05-15 Thread Juergen Dankoweit
Hello, Am Sonntag, den 15.05.2005, 10:50 +0300 schrieb [EMAIL PROTECTED]: > Hi. > In the past, I wrote a program ( in DOS), to display a > signal collected from ADC. I use 2 video pages - 1 is > visible, second is hidden (to draw), and switch they very > fast. The result is very smooth animated g

GtkImage and background color

2005-06-15 Thread Juergen Dankoweit
Hello to list, how do set a background color within a GtkImage-widget? The standard color is grey, but I want a black background. I have tried the functions gtk_widget_modify_fg/text/base with all flavours of GtkStateType, but I didn't have any success. Many thanks for your answers Jürgen __