(no subject)

2006-02-15 Thread sadhees kumar
Friends, In my GTK application, If no action(event) is taken place in the screen, I need to turn OFF the backlight of an TFT monitor. If any key pressed, or mouse movement occured, I need to turn ON the backlight. I have the API for toggling the backlight. My problem is , how to

Mockup builder

2006-02-15 Thread Gabriele Greco
It does exist such a thing for GTK? I mean not an interface builder like glade but something that let you create simple mockups to be used in the analysis phase of the project. The problem with a GLADE mockup is that I cannot give for instance any viable hint of the CONTENTS of lists and

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Stefan Kost
hi, I would write an xscreensaver module and use that :) stefan sadhees kumar schrieb: Friends, In my GTK application, If no action(event) is taken place in the screen, I need to turn OFF the backlight of an TFT monitor. If any key pressed, or mouse movement occured, I need to

Activate a row in GtkTreeView manually?

2006-02-15 Thread Noonan, Michael (DCOI)
Hey everyone, I was wondering if I could trouble you all for some help with a GtkTreeView. Is there a function to activate a row in a GtkTreeView manually. I have an application that updates on changed signals from user input. However I need to change the selected row and emit a changed

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Matt Hull
i didnt think the application should do that. is that a task for the window manager ? matt On Wed, 15 Feb 2006, sadhees kumar wrote: Friends, In my GTK application, If no action(event) is taken place in the screen, I need to turn OFF the backlight of an TFT monitor. If any key

Re: Activate a row in GtkTreeView manually?

2006-02-15 Thread Tristan Van Berkom
Noonan, Michael (DCOI) wrote: Hey everyone, I was wondering if I could trouble you all for some help with a GtkTreeView. Is there a function to activate a row in a GtkTreeView manually. I have an application that updates on changed signals from user input. However I need to change the

Threads and waits

2006-02-15 Thread Fernando Apesteguía
Hi, I have an app. that runs two threads, the main one and other thread that collects information from files. I launch the thread by calling pthread_create and here comes my first question ¿Should I use g_thread_create instead? Now I have no problems with these pthreads and I can perform mutual

Re: Threads and waits

2006-02-15 Thread Tristan Van Berkom
Fernando Apesteguía wrote: Hi, I have an app. that runs two threads, the main one and other thread that collects information from files. I launch the thread by calling pthread_create and here comes my first question ¿Should I use g_thread_create instead? Now I have no problems with these

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Gus Koppel
sadhees kumar wrote: In my GTK application, If no action(event) is taken place in the screen, I need to turn OFF the backlight of an TFT monitor. If any key pressed, or mouse movement occured, I need to turn ON the backlight. I have the API for toggling the backlight. My problem is

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Tristan Van Berkom
Gus Koppel wrote: sadhees kumar wrote: In my GTK application, If no action(event) is taken place in the screen, I need to turn OFF the backlight of an TFT monitor. If any key pressed, or mouse movement occured, I need to turn ON the backlight. I have the API for toggling the

Re: Re: GtkTreeView get selected row AND column AND start editing ;-)

2006-02-15 Thread Juan Pablo
Stefan Kost wrote: Juan Pablo wrote: Hi list! I have a GtkTreeView and what I want to do is when the user is over an editable cell, the editing begins automatically without having to press enter. And the other thing that i want to do is that when the user is over a cell on a certain column

Message dialog wont close

2006-02-15 Thread Mathew Bielejeski
I am developing a program that occasionally needs to display a message box for the user. The problem is that when I press the close button the window does not go away. If I click on the X in the top right hand corner I get an error saying that the window is not responding. The return value

Problem with editable cells still editing when i leave them

2006-02-15 Thread Juan Pablo
Here is the code wich sets the editing on, the problem is that the editing done dosnt comes when pressing enter or leaving the cell. void on_ticket_treeview_cursor_changed (GtkTreeView *treeview, gpointer user_data) { GtkTreePath *path;

Re: Message dialog wont close

2006-02-15 Thread Tristan Van Berkom
Mathew Bielejeski wrote: [...] This code is run in its own thread and these are the only gtk calls that are made in the entire program. Do I need to have a gtk_main() in order for it to work? Yes; you need to run gtk_main(). Cheers, -Tristan

gtk.alkia.org/index.php

2006-02-15 Thread Benoit Carpentier
Hi everybody, gtk.alkia.org was down for a week. here is the correct url now to get the latest GTK+ runtime for Windows and package for Dev-Cpp. http://gtk.alkia.org/index.php You can also find GTKBudget 2.0 (GPL licence / English support). Regards, Benoît Carpentier aka GTKool,

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Matt Hull
that like what gaim does ? matt On Wed, 15 Feb 2006, Martyn Russell wrote: On Wed, 2006-02-15 at 17:46 +0600, sadhees kumar wrote: Friends, In my GTK application, If no action(event) is taken place in the screen, I need to turn OFF the backlight of an TFT monitor. If any key

Re: About layouts

2006-02-15 Thread Michael Torrie
Fernando Apesteguía wrote: But my app has a lot of labels and buttons so I estimated I need a lot of layouts creating a complex hierarchy (vbox inside a table layout, inside a hbox, inside a table layout again...) Did I forget a simply way to make this?? Most moderately complicated GUI

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Daniel Atallah
On 2/15/06, Matt Hull [EMAIL PROTECTED] wrote: that like what gaim does ? Yes, gaim does essentially the same thing. http://cvs.sourceforge.net/viewcvs.py/gaim/gaim/src/gtkidle.c?rev=1.12view=markup -D On Wed, 15 Feb 2006, Martyn Russell wrote: Gossip needs to know how long the user has

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread sadhees kumar
Thank you Friends I will try your suggestions.. _ Regards, K.Sadheeskumar. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list