Re: how to prevent multiple instances of the same window.

2005-06-19 Thread David Necas (Yeti)
On Sun, Jun 19, 2005 at 10:00:38AM -0700, mohan kumar wrote: > I have developed a gtk application having several > dialog windows. One of the dialogs is the About > dialog. Whenever i click the about menu item, a new > instance of the about dialog pops up. Is there a easy > gtk api, which restricts

Re: Saving RGB or Grayscale images from GdkPixBuf

2005-06-19 Thread abhi rocks
hi Well i dont think there is support for greyscale images though RGB is definitely there. Regarding saving the pixbuf. Just use gdk_pixbuf_save() The type refers to "jpeg", "tiff" etc. Its pretty fast and i dont think saving the pixbuf to a file is time consuming. --- Michal Porzuczek <[EMAIL

gtk_entry val

2005-06-19 Thread srinivas
hi; i want to increment the value in gtk_entry widget, the value incremented has to be shown in progressive manner. can i increment the entry widget value, if not what type of widget i have to use. i need to display the value increment. thanks®ards; Srinivas.M _

Re: Problems with GtkTreeStore

2005-06-19 Thread John Coppens
Francisco, Check: GTK+ 2.0 Tree View Tutorial for excellent and clear examples. You need to generate a renderer for each column. This might be the cause of all your problems. Also, you seem to set the model of the view twice (which might not cause problems). John On Mon, 20 Jun 2005 02:41:5

how to prevent multiple instances of the same window.

2005-06-19 Thread mohan kumar
hi, I have developed a gtk application having several dialog windows. One of the dialogs is the About dialog. Whenever i click the about menu item, a new instance of the about dialog pops up. Is there a easy gtk api, which restricts the creation of multilple instances of the same dialog. For examp

Problems with GtkTreeStore

2005-06-19 Thread Francisco Fernandez
Hi guys! I need your valuable help with I subject that is driving me crazy!!! I am trying to create a TreeStore from a file, and to fill from another source file. After getting many segmetation faults and assertion failures, I've realized that I am not doing it in the right way. This is w

GTK themes on windows

2005-06-19 Thread Deekshit M
Hi all, I wanted to know how do I add a theme to the windows application, that I am am developing on windows. I could see that, when I change the theme using theme-selector applictaion, the theme for the GTK-demos get changed. But not for my application. So, 1) How to make these thinsg work for

need help in GtkTreeView

2005-06-19 Thread G. G. Hegde
Hi, I am trying to use GtkTreeView in one of my application. This is multi-threaded application and all the threads sends info to one thread and the main thread displays them all. At times I am facing some error like (nif21:27206): Gtk-CRITICAL **: file gtktreeview.c: line 4777 (do_validate_rows):

[solved] Re: GtkFileChooserButton - "signal change"

2005-06-19 Thread Uzytkownik
Dnia 18-06-2005, sob o godzinie 12:05 +0200, Daniel Pekelharing napisał(a): > On Sat, 2005-06-18 at 10:30 +0200, Uzytkownik wrote: > > I'd like to call some function, when user select new file in > > GtkFileChooserDialog. > > What should I do? > > I didn't find any signal like clicked or change? >