Retrieve the selected filter name when having more than one

2005-05-24 Thread Colossus
Hi, I have a gtk_file_filter this way: for (i = 0; i = 3; i++) { filter = gtk_file_filter_new (); if (ArchiveType[i].name !=NULL) gtk_file_filter_set_name (filter, ArchiveType[i].name); if (ArchiveType[i].ext !=NULL) gtk_file_filter_add_pattern (filter,

Re: Rotating a pixbuf (free, any number of degrees)

2005-05-24 Thread Carlos Eduardo Medaglia Dyonisio
On Tue, 24 May 2005 13:07:37 +0200 Benjamin Podszun [EMAIL PROTECTED] wrote: I'm currently trying to write a small game using GTK (to be honest: gtk-sharp) and need to rotate an image for my (small, easy, currently dumb) 2D Game-View. I found no reference to any GTK-way of doing things like

Windows GTK 2.6.7

2005-05-24 Thread Alf C Stockton
I have just installed gtk-win32-devel-2.6.7-rc1 on my XP box and am getting an interesting a little annoying effect. My program compiled under the above runs fine but won't quit cleanly. In my callbacks.c I have a function on_ExitButton_delete_event which calls gtk_main_quit(); However

RE: How to shape a button

2005-05-24 Thread Chris Wu
Hi Mr. Muthiah, I'm sorry to tell you the bad news. It can be passed build all step and no exception to run , but still can't shaped the button as the shape. According your suggestion, I write a test code and send to you. I used the follow envionment for development.

Re: Windows GTK 2.6.7

2005-05-24 Thread Toni Willberg
On Tue, 2005-05-24 at 15:32 +0200, Alf C Stockton wrote: I have just installed gtk-win32-devel-2.6.7-rc1 on my XP box and am getting an interesting a little annoying effect. My program compiled under the above runs fine but won't quit cleanly. In my callbacks.c I have a function

Re: simple example of using gdk_pixbuf_new_from_file

2005-05-24 Thread Raghavendra
i sucessfully loaded a image using pixbufs. thanks to Mr.Muthiah. but now i face the difiiculty of loading multiple images in a window and those images are transparent one. so each must be visible. Any suggestions? Thanks Vishnu ___ gtk-app-devel-list

GTK+ team meeting

2005-05-24 Thread Matthias Clasen
Next team meeting will be at GUADEC. The meeting is intended for the GTK+ team, but everybody is welcome to come and listen. The meeting logs will be posted on the GTK+ website (http://www.gtk.org/plan/meetings). Place: GUADEC, Stuttgart Time: 16:00 local time, Monday May 30 (we can probably

Re: Sort Indicator in TreeView

2005-05-24 Thread Andrew E. Makeev
Andrew E. Makeev wrote: Hi, I can't remove sort indicator in my TreeView widget. (GTKMM-2.4) I am using custom widget ( HBox with label and image ) for the column header ( column-set_widget( header ) ). I need custom sorting behavior, so, I am setting column-set_sort_indicator( false );

Quick Question

2005-05-24 Thread Michal Porzuczek
Hi, I was wondering where do I post questions that I have concerning GTK? thanks Michal ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Sort Indicator in TreeView

2005-05-24 Thread Murray Cumming
On Tue, 2005-05-24 at 16:58 +0400, Andrew E. Makeev wrote: As I noted changes was caused by GTK+ new release. I found this change in gtktreeviewcolumn.c: If this is an actual regression bug then you probably want to report it properly. It would get lost in this thread. I have not paid

Re: Quick Question

2005-05-24 Thread Maciej Katafiasz
Dnia 24-05-2005, wto o godzinie 09:37 -0400, Michal Porzuczek napisa: I was wondering where do I post questions that I have concerning GTK? For example, to gtk-list@gnome.org :). If you have question that specifically covers application development with GTK+, you can use gtk-app-devel@, for all