Re: Simple On-Screen Keyboard: Docked like panel

2006-06-28 Thread Michael Torrie
On Tue, 2006-06-27 at 18:58 +0100, Chris Jones wrote: Thankyou, this would appear to be tricky using python unfortunately. I don't believe the language has anything to do with it. The examples might by in python, but the X11 WM hints are still done the same way in C or any other language.

GValue won't init inside hidden functions

2006-06-28 Thread Philip Kovacs
I am using glib 2.10.3 at the moment with gcc 3.4.6 and glibc 2.3.6. I have noticed that issuing a g_value_init() on a GValue produces the error: GLib-GObject-WARNING **: gvalue.c:89: cannot initialize GValue with type `gpointer', the value has already been initialized as `(null)' whenever

Re: gdk_draw_pixbuf

2006-06-28 Thread 3saul
Ok it's working for me...too a point..I'm segfaulting on the expose event. Here's some code GdkPixbuf **background_pixbuf = NULL; GtkWidget **link_drawable; int i = 0; int total_s = 4; gboolean expose_event_callback (GtkWidget *widget, GdkEventExpose *event, gpointer data) {

Re: GValue won't init inside hidden functions

2006-06-28 Thread John Cupitt
On 6/28/06, Philip Kovacs [EMAIL PROTECTED] wrote: I have noticed that issuing a g_value_init() on a GValue produces the error: GLib-GObject-WARNING **: gvalue.c:89: cannot initialize GValue with type `gpointer', the value has already been initialized as `(null)' whenever the function does

GtkTreeView with cells editable on entry

2006-06-28 Thread Alberto Mardegan
Hi all! I have a single-column GtkTreeView widget in which all cells are editable, and I must let the user edit them without having to click twice (in the standard GtkTreeView, one click selects a cell, and another is needed to begin editing). More clearly stated, there must never be cells which

Re: WG:_Toolbarbutton_nach_erstem_Betätigen_ina ktiv

2006-06-28 Thread ensonic
hi, at first this list is english :) regarding the problme, can it be suses qt theme engine for gtk? what happens if you start a gnome desktop and start your app there. Stefan On 12:54:32 pm 27/06/2006 Vallario Brigitte [EMAIL PROTECTED] wrote: -Ursprüngliche Nachricht- Von:

Now, about gtk_tree's

2006-06-28 Thread simon kendall
Hi, So, following the advice of converting the lists to trees, I started changing all the functions into tree-oriented ones. I have a book on the subject, and I read the section on trees as there is no documentation on gtk.org. Now, for every tree-related function I write my compiler says it's

Re: Now, about gtk_tree's

2006-06-28 Thread John Coppens
On Wed, 28 Jun 2006 17:26:12 +0200 simon kendall [EMAIL PROTECTED] wrote: Hi, So, following the advice of converting the lists to trees, I started changing all the functions into tree-oriented ones. I have a book on the subject, and I read the section on trees as there is no documentation on

File Selector Filter, directory only

2006-06-28 Thread Peter Robinson
Hi GTKlers, thanks to help from many people on this list I have nearly finished my very first GTK app...as opposed to Swing, GTK is something I like more the more I use it...there is one more question I have not been able to answer using the online docs. I would like to open a file selector

writing my own widget or use gtk provided widget?

2006-06-28 Thread Kathleen Yang
Hi experts, My group met a problem when writing our application. We'll implement 5 windows in the application and each window will contain some normal gtk widgets such as check buttons, textview, buttons, ... Now, we have two solutions: 1. Implementing each window as a new gtk widget 2. Just

The Archive 2006-June

2006-06-28 Thread Vallario Brigitte
Hallo, why the archive gtk-app-devel-list/2006-June doesn't work? Error: Not found The requested URL /archives/gtk-app-devel-list/2006-June/thread.html was not found on this server. Apache/2.0.46 (Red Hat) Server at mail.gnome.org Port 80

Re: writing my own widget or use gtk provided widget?

2006-06-28 Thread Tristan Van Berkom
Kathleen Yang wrote: Hi experts, My group met a problem when writing our application. We'll implement 5 windows in the application and each window will contain some normal gtk widgets such as check buttons, textview, buttons, ... Now, we have two solutions: 1. Implementing each window as a new

Re: GValue won't init inside hidden functions

2006-06-28 Thread Philip Kovacs
John Cupitt wrote: Did you remember to initialise the GValue to {0}? The following program runs with no warnings for me. OK, I am guilty, as charged. I failed to zero-fill the GValue structure when I defined it (as a stack variable). The documentation for GValue states: To create a

Re: filechooserbutton and saving

2006-06-28 Thread Roland Koebler
hi, In my opinion `save file chooser' is an entry plus a button to browse the filesystem if one wishes to. that's what I used in one of my programs, because the GtkFileChooserButton didn't do what I wanted it to do (it abbreviated the filename in a very bad way). so, you can simple use an

Re: File Selector Filter, directory only

2006-06-28 Thread Santhosh
http://developer.gnome.org/doc/API/2.0/gtk/GtkFileChooser.html#gtk-file-chooser-set-action http://developer.gnome.org/doc/API/2.0/gtk/GtkFileChooser.html#GtkFileChooserAction The above URLs would be helpful... Regards, Santhosh. ___ gtk-app-devel-list

Re: Failed building GTK with the DFB backend

2006-06-28 Thread Matthias Clasen
On 6/27/06, Suman Kar [EMAIL PROTECTED] wrote: One more thing: we would be really interested in gtk+-2.10. Any idea when this will be out? I'll start working on the release when I'm back from Guadec next week. ___ gtk-devel-list mailing list

Re: Failed building GTK with the DFB backend

2006-06-28 Thread Attilio Fiandrotti
A couple of days ago mike checked in the patch that excludes from compilation some extra code that requires DFB 0.9.25 in the case DFN 0.9.24 is used. Use CVS sources or apply to GTK 2.9.4 gdkdirectfb.h and gdkwindow-directfb.c from current SVN. If you're a Debian user and run on i386, simply

RE: Failed building GTK with the DFB backend

2006-06-28 Thread karuna karan
hi, we are already working with DirectFB 0.9.25.1 and GTK 2.9.4(released) we will start work with GTK 2.9.4 from CVS as suggested by you. we will get back if any issue arises. Thanks, Karunakaran A. From: Attilio Fiandrotti [EMAIL PROTECTED] A couple of days ago mike checked in the patch

Re: Failed building GTK with the DFB backend

2006-06-28 Thread Attilio Fiandrotti
I apologize for my mistake: only now i realize taht getposition() and getsize() were introduced *after* DFB 0.9.25 was released! Yesterday mike checked in a patch (Added ifdef to compile with 0.9.24 removes creating a child GdkWindow since it u...) that allows GTK+ to be compiled against DFB =

RE: Failed building GTK with the DFB backend

2006-06-28 Thread Suman Kar
Hello Attilio, Let me try to explain Karuna's problem: we are using the downloadable source tarball from http://directfb.org/index.php?path=Main%2FDownloads: DirectFB-0.9.25.1.tar.gz Also, this was released on 03-May-2006. Mike's checkin has happened on 11-June-2006. Moreover, we could not find

RE: Failed building GTK with the DFB backend

2006-06-28 Thread Suman Kar
Matthias, Thanks for the update! Regards, Suman. -Original Message- From: Matthias Clasen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 12:39 PM To: Suman Kar Cc: Attilio Fiandrotti; karuna karan; gtk-devel-list@gnome.org Subject: Re: Failed building GTK with the DFB backend

Re: gdk_display_close segfault?

2006-06-28 Thread Matthias Clasen
On 6/28/06, Dave Foster [EMAIL PROTECTED] wrote: Hi, I've been trying to write a small section of code in my program which makes a second connection to the X display, using gtkmm.. I kept having problems, after rewriting it about 5 or 6 times, I tried writing it in straight gdk, and STILL

Re: gdk_display_close segfault?

2006-06-28 Thread Dave Foster
ok, thank you Matthias.daveOn 6/28/06, Matthias Clasen [EMAIL PROTECTED] wrote: On 6/28/06, Dave Foster [EMAIL PROTECTED] wrote: Hi, I've been trying to write a small section of code in my program which makes a second connection to the X display, using gtkmm.. I kept having problems, after

Re: Scrolling performance

2006-06-28 Thread Clemens Eisserer
Hi again, Thanks a lot for all the hints about gdk, I know found the source-parts which I looked for and thanks to the paper I even understand what they are doing :-) I thought about some techniques about implementing buffer release heuristics, however they destroy the benefit to smoe degree and

Set pane position on application startup

2006-06-28 Thread Felipe Weckx
Hi everyone, I've an application that saves the pane gutter position when it finishes, so when it is started it can set the position where it was previously. However, when I start the application the gutter doesn't go where I want to... but, if I call the procedure after the app is running, it

iconify and iconify

2006-06-28 Thread Mattias Gaertner
Hi all, When the user iconifies a window and/or when the user switches to another desktop, the gtk sends the 'window-state-event' signal with GDK_WINDOW_STATE_ICONIFIED. How can I find out, which one happened? Mattias ___ gtk-list mailing list

Re: Gtk2-Perl graph saving (Re: gtk-perl-list Digest, Vol 26, Issue 19)

2006-06-28 Thread muppet
On Jun 27, 2006, at 9:27 AM, Subhrangshu Supakar wrote: Dear Ofey, I tried what you asked to do, but I got the error messege: *** unhandled exception in callback: *** Can't locate object method get_pixbuf via package Gtk2::EventBox at HPlot.pm line 232, READ line 6. *** ignoring at

[OT] Perl question

2006-06-28 Thread David
Sorry for this OT question, but I know the folks here are quite capable of answering this - as well or more so on a specific Perl list. Anyway, I'm contemplating playing around with building some Perl modules - with MakeMaker. It would be nice to install them rather than constantly invoking use