How to reset a canvas ?

2005-06-16 Thread Yann Normand
This seems a basic function. Yet I cannot find it. What is the way to process ? Another question : I'm amazed that there is no function to get the children of a GroupCanvasItem. Should I use a hack to do it ? -- Yann Normand Sogeti-Transiciel ___

keyboard signals

2005-06-16 Thread y g
Hello, I want to have keys of keyboard mapped to certain things. To make it clear what I am exactry trying to do is while you keep a key pressed down then you move forward and you stop when it is released. Accelerators won't do Can someone give me some directions? Cheers.

how to assign full access rights to guest

2005-06-16 Thread harshavardhanreddy mandeepala
hi I am using Linux fedora core 3. I want to shutdown the system from .bash_profile file using cd /sbin ./shutdown -g o but when I run the file otherthan a superuser it is giving error message as to run shutdown u must be a root but i want to execute shutdown command as a non

gtk row append

2005-06-16 Thread srinivas
hi; i have some problem with gtk_clist_append, i can't able to append to clist. i have a application like, fs is the file selection widget object. i am getting the name of file selected as gchar *data; data[j] = (gchar *)gtk_file_selection_get_filename (GTK_FILE_SELECTION (fs)); now i

Re: List of compound widgets

2005-06-16 Thread Stefan Kost
Hi Slou, Hi. I wonder if there is existing widget that acts like GtkTreeView but can contain any other gkt widget? I want this container to be able to select and operate selection like GtkTreeView does, but I want to place some buttons and vboxes inside. There is gtksheet in gtk-extra-2

Re: GtkListStore and Threads problems

2005-06-16 Thread Peter Bloomfield
On 06/15/2005 07:55:45 PM Wed, Lorena Salinas wrote: Here is a graphic to show where (I suppose) the problem is: [ snip ] T1: gtk_main() starts to read the 5 columns of row 1 from the model shared with the working thread (using gtk_tree_model_get()) T2: the working thread locks GTK main

GtkButton set pressed

2005-06-16 Thread y g
Hi, I was looking the API documentation of the GtkButton (http://developer.gnome.org/doc/API/2.0/gtk/GtkButton.html) and I cannot find a function to set the button pressed or released like gtk_toggle_button_set_mode() of a toggle button.

Re: GtkButton set pressed

2005-06-16 Thread David Necas (Yeti)
On Thu, Jun 16, 2005 at 02:14:57PM +0100, y g wrote: I was looking the API documentation of the GtkButton (http://developer.gnome.org/doc/API/2.0/gtk/GtkButton.html) and I cannot find a function to set the button pressed or released like gtk_toggle_button_set_mode() of a toggle button.

Re: how to assign full access rights to guest

2005-06-16 Thread John Vetterli
On Thu, 16 Jun 2005, harshavardhanreddy mandeepala wrote: chown guest /root -R Still it is giving error. AH!!! Please consider undoing that change right now: chown -R root /root otherwise any process owned by guest can change root's private files. (Okay, there's probably

Re: GtkButton set pressed

2005-06-16 Thread y g
On 6/16/05, David Necas (Yeti) [EMAIL PROTECTED] wrote: gtk_toggle_button_set_mode() affects appearance of radio and check buttons. What it should do with normal buttons? The method to set pressed/released state is called gtk_toggle_bu tton_set_active() sorry rush mistake. and it makes

Re: how to assign full access rights to guest

2005-06-16 Thread Benjamin Podszun
John Vetterli wrote: On Thu, 16 Jun 2005, harshavardhanreddy mandeepala wrote: chown guest /root -R Still it is giving error. AH!!! Please consider undoing that change right now: chown -R root /root otherwise any process owned by guest can change root's private files.

Re: how to assign full access rights to guest

2005-06-16 Thread John Vetterli
On Thu, 16 Jun 2005, Daniel Pekelharing wrote: I'm a little confused as to what this thread this doing in the gtk-app-devel-mailing list... On Thu, 2005-06-16 at 10:39 -0400, John Vetterli wrote: As for your shutdown problem, maybe an suid wrapper script will do the trick: You can't suid a

Re: GtkListStore and Threads problems

2005-06-16 Thread Soeren Sandmann
Lorena Salinas [EMAIL PROTECTED] writes: Here is part of the function... valid = gtk_tree_model_get_iter_first (GTK_TREE_MODEL (my_model), iter); This function also needs to be protected by the GTK+ lock, because the GtkListStore rearranges the data structure every time it is accessed.

Global Hot Keys

2005-06-16 Thread Andrey K
hi, how in gtk bind hot key to application so that will global. For example, application is hided or in background but it must respond to pressing hot key. (sorry for my english) Thanks. ___ gtk-app-devel-list mailing list

RE: Global Hot Keys

2005-06-16 Thread Alex Levin
You should take a look at the X function, XGrabKey. Alex Levin CAC Media Vice President of Technology: Consumer Electronics Division 212-631-7483 [EMAIL PROTECTED] From: [EMAIL PROTECTED] on behalf of Andrey K Sent: Thu 6/16/2005 1:51 PM To:

Re: GtkListStore and Threads problems

2005-06-16 Thread Lorena Salinas
Using gdb I obtained this: Starting program: /home/lore/Projects/hostThread/src/hostthread --g-fatal-warnings [Thread debugging using libthread_db enabled] [New Thread -1216235072 (LWP 13483)] [New Thread -1218425936 (LWP 13484)] Gtk-ERROR **: file gtksequence.c: line 760

entry widget signal

2005-06-16 Thread Faria, Sydney C
I have a notebook page with many entry widgets, and after entering text into all these entry widgets I use a button click event to use the contents of all the entry boxes -- no problem. However, I cannot see how to monitor the text in an entry box as I enter the text so that I can do validity

Re: entry widget signal

2005-06-16 Thread Claudio Saavedra
Hi Faria, Sydney C wrote: I have a notebook page with many entry widgets, and after entering text into all these entry widgets I use a button click event to use the contents of all the entry boxes -- no problem. However, I cannot see how to monitor the text in an entry box as I enter the text

Re: GtkButton set pressed

2005-06-16 Thread Jirka Pirko
On 6/16/05, David Necas (Yeti) [EMAIL PROTECTED] wrote: gtk_toggle_button_set_mode() affects appearance of radio and check buttons. What it should do with normal buttons? The method to set pressed/released state is called gtk_toggle_bu tton_set_active() sorry rush mistake. and it makes

Re: annoying glib licencing stuff

2005-06-16 Thread Damon Chaplin
On Thu, 2005-06-16 at 10:00 +0200, Mathieu Lacage wrote: I understand that this might not be high on the todo list of the gtk+ developers but I would appreciate an answer to that email. Most of the initial glib 1.x documentation was written by me, plus Sebastian Wilhelmi wrote the Threads

Re: GNOME 2.11/2.12 targeting GTK+ 2.8 (ie cairo based)

2005-06-16 Thread Christof Petig
[Sebastien: I rewrote this letter to be of interest to other people, too. Consider my issues as closed/known.] I wrote: Where should I file/report bugs? Firefox stopped showing text (no text anywhere, no menus, ...) and gives lots of (Gecko:6649): Pango-CRITICAL **:

Re: annoying glib licencing stuff

2005-06-16 Thread Matthias Clasen
On Thu, 2005-06-16 at 10:00 +0200, Mathieu Lacage wrote: I understand that this might not be high on the todo list of the gtk+ developers but I would appreciate an answer to that email. Sorry, GUADEC interfered... regards, Mathieu On Fri, 2005-05-27 at 13:57 +0200, Mathieu Lacage wrote:

Re: GNOME 2.11/2.12 targeting GTK+ 2.8 (ie cairo based)

2005-06-16 Thread Vincent Untz
Le jeudi 16 juin 2005 16:13 +0100, Mark McLoughlin a crit : Is it ok if nautilus depends on glib 2.8 for this? This doesn't mean we have to use gtk+ 2.8, gtk+ 2.6 works fine with glib 2.8. Its a bit strange as glib and gtk+ have historically released very much in lockstep. However,

Re: GNOME 2.11/2.12 targeting GTK+ 2.8 (ie cairo based)

2005-06-16 Thread Alexander Larsson
On Thu, 2005-06-16 at 17:47 +0200, Vincent Untz wrote: Le jeudi 16 juin 2005 16:13 +0100, Mark McLoughlin a crit : Is it ok if nautilus depends on glib 2.8 for this? This doesn't mean we have to use gtk+ 2.8, gtk+ 2.6 works fine with glib 2.8. Its a bit strange as glib and gtk+ have

How to compile on OS X with *alternate* freetype?

2005-06-16 Thread Tom Loredo
Hi folks- I posted this on the main list yesterday, but since there hasn't been even a nibble in the last 24 hours, I thought I'd check with the experts on the source/config. Quick version: Is there a way to get GTK (and PyGTK) to build on OS X against freetype in /usr/local rather than