Re: Child windows with Gtk+-2.6.4

2005-07-04 Thread Stefan Kost
[EMAIL PROTECTED] wrote: Hi all, i'm new in gtk and i have to develop an application with a lot of windows. I remember that with delphi, it is possible to open a window in the mother window. Is it possible with gtk+ ? There is (or was) a project called LibGtkMdi that looked promissing. These

Re: key_press_event for drawing area.

2005-07-04 Thread Carsten Burstedde
> Yes, but it's more complicated than you think :-( > > You need to arrange for your drawing area to be "focusable", and it > has to be able to indicate to the user that it has the keyboard focus. > You need to subclass drawingarea and implement > size_request/size_allocate (allow space for the fo

Re: key_press_event for drawing area.

2005-07-04 Thread John Cupitt
On 7/4/05, Deekshit M <[EMAIL PROTECTED]> wrote: >Is it possible to attach key_press_event for > drawing_rea. That is the key pressed when the > drawing_area has the focus. Yes, but it's more complicated than you think :-( You need to arrange for your drawing area to be "focusable", and it ha

key_press_event for drawing area.

2005-07-04 Thread Deekshit M
Hi all, Is it possible to attach key_press_event for drawing_rea. That is the key pressed when the drawing_area has the focus. I am asking the same question in this URL http://mail.gnome.org/archives/gtk-app-devel-list/2001-July/msg00180.html Thanks Deekshit M __

TreeView and search

2005-07-04 Thread Yann Normand
Hello, The ability to search through a TreeView is interesting but it may not be obvious to the final user that he has to hit Ctrl+F and I'd rather prefer the typeahead window to be always visible. Thus, I would like to know if it was possible to call explicitly the search function ? This way

Re: Compiling gtk apps on MingW

2005-07-04 Thread Ricardo Malafaia
holly crap, man! it worked!! just because of this tiny little detail! well, just in case anyone is wondering, i also got sed to put all paths from d:/ from into /d. just in case, you know... anyway, here's the complete Makefile, in all its redundant glory, that made it work, in case anyone is

Re: Child windows with Gtk+-2.6.4

2005-07-04 Thread Colossus
[EMAIL PROTECTED] wrote: Hi all, i'm new in gtk and i have to develop an application with a lot of windows. >I remember that with delphi, it is possible to open a window in the mother window. >Is it possible with gtk+ ? developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html -- Colossus Cpsed, a

Child windows with Gtk+-2.6.4

2005-07-04 Thread lmarcilly
Hi all, i'm new in gtk and i have to develop an application with a lot of windows. I remember that with delphi, it is possible to open a window in the mother window. Is it possible with gtk+ ? Thanks in advance and sorry for my english! lm. ___ gtk-a