where is GtkStatusIcon

2006-06-27 Thread zhang yang
I have read gtk-reference on www.gtk.org. I found GtkStatusIcon - Display an icon in the system tray I want to set a icon in my tray,but I cann't find the difinition of GtkStatusIcon in gtk-devel package.I use suse-10 with gtk2-2.8.3-4.Why ?Can anyone tell me.Thanks in advance! __

Re: where is GtkStatusIcon

2006-06-27 Thread Yeti
On Tue, Jun 27, 2006 at 03:17:15PM +0800, zhang yang wrote: > I have read gtk-reference on www.gtk.org. I found > GtkStatusIcon - Display an icon in the system tray > I want to set a icon in my tray,but I cann't find the difinition of > GtkStatusIcon in gtk-devel package.I use suse-10 with > gtk2-

Re: where is GtkStatusIcon

2006-06-27 Thread Fernando Apesteguía
I had the same problem, finally solved with eggtrayicon.c and the proper.h I'm not sure where I found it. But try in: http://svn.ndesk.org/ndesk/nbind/ngtkext/eggtray/glue/eggtrayicon.c http://svn.ndesk.org/ndesk/nbind/ngtkext/eggtray/glue/eggtrayicon.h It worked fine for me :) Best regards

Re: filechooserbutton and saving

2006-06-27 Thread Karl H. Beckers
Hello Tristan, David, On Mon, June 26, 2006 10:36 pm, Tristan Van Berkom said: > [...] > Interesting warning, is it possible that the filechooser button was > intended to select a file and display the selected file ? > > It is possible that whoever wrote this button code had a good reason > to lim

Re: filechooserbutton and saving

2006-06-27 Thread Karl H. Beckers
Actually this is where it's at: http://bugzilla.gnome.org/show_bug.cgi?id=157384 Owen suggests using smth. like: [ Entry ] in [ Folder ] because of issues around returning relative or absolute file names. Guess that's that for current versions, though I, for one, need to make the distincti

DnD from treeview with multiple rows selected

2006-06-27 Thread Colossus
Hi, I'm trying to implement XDS protocol to my app, xarchiver. I have two rows selected in the treeview, when I drag these two rows and drop them in Thunar file manager, everything goes wrong. When I drop only one row it works. So my question is: how to retrieve the content of the rows selected

Problem with the search facility on http://mail.gnome.org/archives/gtk-app-devel-list/

2006-06-27 Thread Colossus
Hi, this is the message when trying to use the search facility: Not Found The requested URL /mailman/search was not found on this server. Regards, -- Colossus Xarchiver, a Linux GTK+2 only archive manager - http://xarchiver.xfce.org Cpsed, a Linux OpenGL 3D scene editor - http://cpsed.sourcefo

Simple GTK error

2006-06-27 Thread simon kendall
Hi all, I've got a slight problem which I've investigated upon as far as I can understand, without finding any form of solution. The background is that I'm writing a function for adding the name of a C++ object into a listbox - using GStrings for it's nifty functions. The gtk_list_item_new_with_lab

Re: How sort a GtkList structure using keyboard shortcut??

2006-06-27 Thread Patrik Fimml
> I've created a list of data of my clients (name, > e-mail, address, etc.) in a GtkListStore structure and > I can sort this data using the columns headers. > > Well, I wish sort my list using keyboard sortcuts but > I don't know how do it. Anybody can help me? Use gtk_tree_sortable_set_sort_col

Re: Simple On-Screen Keyboard: Docked like panel

2006-06-27 Thread Patrik Fimml
> I want to get it to behave like a docked window, such as the panel. > > I've set the window hints for the window to docked. This gets rid of > the window decorations and keeps it on top, but other windows still > maximise over it. > > Does anyone know the proper way to achieve this? You might

a queseion about gtk_emit_signal_by_name

2006-06-27 Thread lzy
Hi I am developing a GTK+ program. I want to send a signal to a GtkDrawingarea to call it re-draw its contents and I used such code: // gtk_signal_emit_by_name(drawingarea1,"expose_event"); and aslo try like this: // gtk_signal_emit_by_name(drawingarea1,"e

WG: Toolbarbutton nach erstem Betätigen ina ktiv

2006-06-27 Thread Vallario Brigitte
> -Ursprüngliche Nachricht- > Von: Vallario Brigitte > Gesendet: Donnerstag, 1. Juni 2006 08:11 > An: '[EMAIL PROTECTED]' > Betreff: WG: Toolbarbutton nach erstem Betätigen inaktiv > > > > -Ursprüngliche Nachricht- > Von: Vallario Brigitte > Gesendet: Mit

Re: Simple GTK error

2006-06-27 Thread Yeti
On Tue, Jun 27, 2006 at 01:17:16PM +0200, simon kendall wrote: > I'm writing a function for adding the name of a C++ object into a > listbox - using GStrings for it's nifty functions. The > gtk_list_item_new_with_label only accepts gchars, so I want to change > the GString into a gchar, named label

Re: Simple On-Screen Keyboard: Docked like panel

2006-06-27 Thread Chris Jones
Thankyou, this would appear to be tricky using python unfortunately. On 27/06/06, Patrik Fimml <[EMAIL PROTECTED]> wrote: > > I want to get it to behave like a docked window, such as the panel. > > > > I've set the window hints for the window to docked. This gets rid of > > the window decorations