Re: Japanese Display for gtk+-1.2.9

2005-11-08 Thread Xyber Blue
Unfortunately, we also have no contact to the X porting team :=). This package is only associated with the Linux Systems we are using. BTW, I am attaching a file "host.def", which is the one holding the porting info of the X-Window. We also noticed that the cross.def is intended for ARM, but the

Re: Japanese Display for gtk+-1.2.9

2005-11-08 Thread mpsuzuki
On Wed, 9 Nov 2005 14:11:15 +0800 Xyber Blue <[EMAIL PROTECTED]> wrote: >Ok. Thanks for the info Mr. Suzuki... >BTW, the X Window that we are use is the tiny X server for embedded systems. > >We only noticed this now because we are not the one doing the X window port >for FRV, Im very sorry for th

Re: Japanese Display for gtk+-1.2.9

2005-11-08 Thread Xyber Blue
Ok. Thanks for the info Mr. Suzuki... BTW, the X Window that we are use is the tiny X server for embedded systems. We only noticed this now because we are not the one doing the X window port for FRV, Im very sorry for this. We used the XFree86-4.3.0 package and it has been built with "-DNO_LOCALE

Re: Dragging windows together

2005-11-08 Thread Matthias Clasen
On Tue, 2005-11-08 at 12:00 -0700, Andrew Shafer wrote: > Are there GTK or GDK level functions what will let me drag two top level > windows together? > > I have two toplevel windows without decorations and I want to be able to > drag them using a grip on one so they maintain the same relative > p

Dragging windows together

2005-11-08 Thread Andrew Shafer
Are there GTK or GDK level functions what will let me drag two top level windows together? I have two toplevel windows without decorations and I want to be able to drag them using a grip on one so they maintain the same relative position. I'm looking at doing it building up XEvents, but I'd real

Re: Problems - GTK no receiving signals - no running callbacks

2005-11-08 Thread Tristan Van Berkom
Flavio Alberto Lopes Soares wrote: Hello all, I'm creating an application using GTK+ 2.6.4-3, your interface was made using glade-2 and I connected some functions on some signals of main window (the single window at now), these signals are "activate_default", "activate_focus", "show", "destroy",

Problems - GTK no receiving signals - no running callbacks

2005-11-08 Thread Flavio Alberto Lopes Soares
Hello all, I'm creating an application using GTK+ 2.6.4-3, your interface was made using glade-2 and I connected some functions on some signals of main window (the single window at now), these signals are "activate_default", "activate_focus", "show", "destroy", but when I ran the program the callba

Re: How to know how many windows are opend

2005-11-08 Thread John Cupitt
gtk_window_list_toplevels() will return a list of all open top level windows. http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-list-toplevels On 11/8/05, Lalit Kumar <[EMAIL PROTECTED]> wrote: > Can anybody tell me know that how many windows are open and how to get there > id.