cannot set value of GtkDial

2003-06-04 Thread Peter Van Osta
Hi, I have created a GtKDial which I want to show the system load in %, but it doesn't repsond to the values i use to set it in the first place, nothing happens. For backward compatibility it is written in GTK 1.2. gboolean on_dial1_expose_event (GtkWidget *widget,

Re: Speed of GtkListStore additions O(n^2)?

2003-06-04 Thread Owen Taylor
On Tue, 2003-06-03 at 05:07, Linus Walleij wrote: I have a serious problem with speed on the GtkListStore widget. Calling gtk_list_store_append (); gtk_list_store_set (); multiple times to add, say 2000 rows of various metadata exhibit something like a O(n^2) behaviour, whereas the

Re: retrieving status of GtkMenuItem

2003-06-04 Thread Owen Taylor
On Tue, 2003-06-03 at 05:13, Peter Van Osta wrote: Hi, I have a specific question on how to retrieve the status of a GtkMenuItem which has a check box attached to it (created in Glade). In general I find it difficult to find out where to look for the functions to retrieve the status of all

Re: cannot set value of GtkDial

2003-06-04 Thread Owen Taylor
On Tue, 2003-06-03 at 10:18, Peter Van Osta wrote: Hi, I have created a GtKDial which I want to show the system load in %, but it doesn't repsond to the values i use to set it in the first place, nothing happens. For backward compatibility it is written in GTK 1.2. Compatibility with what?

Re: glib gtk-doc

2003-06-04 Thread Patrick Welche
On Fri, May 30, 2003 at 05:50:30PM -0400, Owen Taylor wrote: On Thu, 2003-05-29 at 14:35, Patrick Welche wrote: Given the excellent documentation on line, is it really necessary to *require* gtk-doc to build glib from CVS? gtk-doc in turn requires docbook, jade, libxslt, libxml (and perl).

I'm Havin trouble getting Gtk+ to work on both linux and windows

2003-06-04 Thread Travis Dawkins
I installed the development enviroment into my dev-Cpp directory but (in windows xp professional) ,Dev-C++ (from bloodshed software) still says it' can't find the files (I pretty much know that it's because of the slashes / in the filename), KDevelop and gcc all do the same thing on Linux

atk compile

2003-06-04 Thread LeVA
Hi! I'm trying to compile xchat 2.0.2. It needs gtk2.2.1, glib2.2.1, atk1.2.0, new pkgconfig etc... I have compiled glib2.2.1, and installed it to a non-standard dir, in my home. I can not install glib system-wide, and my system has glib2.0.1. After this I need to compile atk. Atk's configure

Re: Making Signal For A Widget.

2003-06-04 Thread Tristan Van Berkom
You might do well to note also that gtkwidget.c is like a HUB for all theese events. As input, you get your GdkEvents and as output, you have a bunch of basic signals that are emmited at the GtkWidget level and handlers are implemented by various subclasses. you should probably read this:

gtk and frame buffer

2003-06-04 Thread David CABATON
hi everybody... i work under woody / gnome2.2 and i want to use the gtkfb... gtkfb need gtk2 to run... i find this web site http://developer.gnome.org/doc/API/2.2/gtk/gtk-building.html to install gtk 2... but i have several questions : - how to know the version of gtk install on my

changing buttons and xpms...

2003-06-04 Thread Hari Prasad Nadig
tried to code for something like this: (choice 1) show button1; (choice 2) show button2 at the same place... but in vain... Can anybody help me out to achieve this... I would appreciate examples showing how to... an' more... I want to get this done for xpms also... Thank

changing buttons and xpms

2003-06-04 Thread Hari Prasad Nadig
ried to code for something like this: (choice 1) show button1; (choice 2) show button2 at the same place... but in vain... Can anybody help me out to achieve this... I would appreciate examples showing how to... an' more... I want to get this done for xpms also... Thank you.

changing buttons and xpms

2003-06-04 Thread Hari Prasad Nadig
ried to code for something like this: (choice 1) show button1; (choice 2) show button2 at the same place... but in vain... Can anybody help me out to achieve this... I would appreciate examples showing how to... an' more... I want to get this done for xpms also... Thank you.

Re: gtk and frame buffer

2003-06-04 Thread Sylvain FORET
David CABATON wrote: hi everybody... i work under woody / gnome2.2 and i want to use the gtkfb... gtkfb need gtk2 to run... i find this web site http://developer.gnome.org/doc/API/2.2/gtk/gtk-building.html to install gtk 2... but i have several questions : - how to know the version of

RE: I'm Havin trouble getting Gtk+ to work on both linux and windows

2003-06-04 Thread Murray . Cumming
From: Travis Dawkins [mailto:[EMAIL PROTECTED] I installed the development enviroment into my dev-Cpp directory but (in windows xp professional) ,Dev-C++ (from bloodshed software) still says it' can't find the files (I pretty much know that it's because of the slashes / in the filename)

Problem with key-release-event

2003-06-04 Thread Peter Krueger
Hi! I'm using GTK 1.2 on linux and have a litle problem with key-release-events. As long as the mouse pointer stays over the widget everything works fine. But when I move the mouse away I no longer get key-release-events while key-press-events still arrive. This occurs for example when I move the

gtk_menu: update the menu

2003-06-04 Thread Maarten
Hi GTK list, I have a question about the gtk_menu wigdet. Application: My GTK 2.2 application build a menu from a sting, in the string every item is separated by \t. So the string can look like: item 1\titem 2\titem3\n. This string can change when I am running the app, and that must be made

Re: gtk_menu: update the menu

2003-06-04 Thread Sven Neumann
Hi, Maarten [EMAIL PROTECTED] writes: I use strtok to separate the entrys from the string. Have a look at the strtok(3) man-page. It explains why you should _never_ use this function. Consider to use g_strsplit() instead. Sven ___ gtk-list mailing

horizontal_separator...

2003-06-04 Thread Igor Gorbounov
What do these GtkTreeView style properties (horizontal_separator, vertical_separator...) mean and how they can be changed (they seem to be read-only). Hopefully, Igor Gorbounov ___ gtk-list mailing list [EMAIL PROTECTED]