multiple selects in a treeview combo

2007-11-07 Thread dhk
I'm sending this again since I haven't gotten any response. I have a combo render in a treeview and I can't get the callback to set the value once it's selected. I want the combo to default to "Stock" but be able to be changed to any of the other values in the itemtype array. Below is the way th

Re: Fwd: gnome applet w/ bash

2007-11-07 Thread Matteo Landi
well thank you so much for the help you gave me i created my first gnome applet (there is also a cpu graph) and it looks very good! M@ On Mon, 2007-11-05 at 23:50 +1100, Michael Lamothe wrote: > Oh dear, > > #include > > struct utsname name; > uname(&name); > printf("%s\n", na

Re: Fwd: gnome applet w/ bash

2007-11-07 Thread Matteo Landi
On Mon, 2007-11-05 at 22:55 +1100, Michael Lamothe wrote: > Hi Matteo, > > I'm not following. What box? A GtkBox? What "row"? they are just examples > Have you thought of using Glade to do your UI work? the fact is that i've started working with gtk two days ago because i was interested in

Re: Fwd: gnome applet w/ bash

2007-11-07 Thread Matteo Landi
Tnx i think that the first one is the function i'm in need of; by the way i cant' make it work, and my gnome panel crashs everytime i run the applet, so i think there is some problems with memory: well, i've got: const char* data (as argoment of a function) char *std_out (created in the function)

Vector drawing question.

2007-11-07 Thread Vadim Gutnik
I'm considering writing something like a simple vector drawing program, but I'm very new to GUIs, so I'm having trouble finding where to start. I think I want a GdkDrawable. If I gdk_draw_line(), say, is there any way for me to recognize when the user clicks on it? When something else overlaps? I

Re: Problem with gtk-doc

2007-11-07 Thread Stefan Kost
hi, Quoting Tomasz Jankowski <[EMAIL PROTECTED]>: > Hello! > > I have problem with gtk-doc. There is [EMAIL PROTECTED] > I configured it in my project an everything was > fine (i had object hierarchy etc.). Now I added two new source files which > decalre two new objects. Gtk-doc sees these new

Problem with gtk-doc

2007-11-07 Thread Tomasz Jankowski
Hello! I have problem with gtk-doc. I configured it in my project an everything was fine (i had object hierarchy etc.). Now I added two new source files which decalre two new objects. Gtk-doc sees these new source files, it added symbols to *unused.tx file, but it did not build new documentation p