RE: GTK+ history

2000-05-23 Thread Arjan J. Molenaar
> -Original Message- > From: Derek Simkowiak [mailto:[EMAIL PROTECTED]] > Sent: dinsdag 23 mei 2000 0:58 > To: Andrew Robbins > Cc: [EMAIL PROTECTED] > Subject: Re: GTK+ history > > > -> started, and what capabilities it had in the beginning. > From my impression > -> though, it was

Re: Subwindows possible?

2000-05-23 Thread Simon Burton
Chris Freeze wrote: look at: www.gtk.org/tutorial/gtk_tut-4.ht I dont know StarOffice or VisualSlickEdit > On 23-May-2000 Simon Burton wrote: > > Chris Freeze wrote: > > Do you want to iconize these "subwindows", within a toplevel window? > > If so, then I think that's hard. > > If you just

Re: Subwindows possible?

2000-05-23 Thread Nicolas GEORGE
Chris Freeze, dans le message (.gtk.general:3108), a écrit : > The ultimate goal is a layout similar to StarOffice or VisualSlickEdit. And it's an evil goal. This layout concept is not compatible with multiple virtual screens. A better way would to use several toplevel, with docking menus.

Re: Connecting to two displays ?

2000-05-23 Thread Valdis . Kletnieks
On Tue, 23 May 2000 06:15:37 -, Noel Burton-Krahn said: > Interesting idea. Gtk talks to an X server over a socket. The X > server talks back, so connecting to two servers doesn't make much > sense. However, you could write a simple redirecting X server which > forwards traffic between an X

Re: Connecting to two displays ?

2000-05-23 Thread Rob Huffstedtler
This sounds very similar to something HP has called SharedX. Unfortunately, it is not (presently) Open Source. Perhaps someone with contacts at HP could make the appropriate suggestion? On 23 May 2000, Noel Burton-Krahn wrote: > > Interesting idea. Gtk talks to an X server over a socket. The

Compilation problem SunOS 5.6

2000-05-23 Thread Keith Roscoe
Package: gtk+ version:1.2.7 OS: SunOS 5.6 On trying to compile GTK+-1.2.7, make bombs out with the following message: (cd .libs && rm -f libgdk-1.2.so.0 && ln -s libgdk-1.2.so.0.5.2 libgdk-1.2.so.0) (cd .libs && rm -f libgdk.so && ln -s libgdk-1.2.so.0.5.2 libgdk.so) ar

HOWTO install gtk+ instead of gtk ???

2000-05-23 Thread Thomas Bröker
Hello ! I am trying to install an email programm (PMail) but when Iam trying to do this with GnoRPM the program complains that gtk+ is missing. So I tried to install this package but then gtk+ complained that it conflicts with gtk-1.2.7-13 and when I try to uninstall this version (gtk

RE: Compilation problem SunOS 5.6

2000-05-23 Thread Markus Döhr
> make[2]: Entering directory `/home/keith/download/gtk/gtk+-1.2.7/gtk' > Makefile:472: *** Insufficient number of arguments (0) to > function `strip'. > Sto > p. > make[2]: Leaving directory `/home/keith/download/gtk/gtk+-1.2.7/gtk' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving direc

Re: Connecting to two displays ?

2000-05-23 Thread JPR
[EMAIL PROTECTED] wrote: > The idea of a 'forking X server' is interesting, but fraught with danger. > For instance, what should it do if the X app hands it a call to XAllocColor(), > and there's room in the colormap on one display, but the other one is > full? Or an X font available on one disp

Nested Paned Windows

2000-05-23 Thread Chris Freeze
When working with nested paned windows, to restore the look what do I needs to be saved? I've tried saving the paned windows geometry and restoring it with gtk_paned_set_position, and I have saved the geometry information of the nested widget's inside the paned window. But whether I restore one

Re: Nested Paned Windows

2000-05-23 Thread Havoc Pennington
Chris Freeze <[EMAIL PROTECTED]> writes: > When working with nested paned windows, to restore the look what do > I needs to be saved? > You probably want paned->child1_size which is the position you set with set_position(). In the next version of GTK, there's a get_position() that returns child1

Re: Nested Paned Windows

2000-05-23 Thread Chris Freeze
On 24-May-2000 Havoc Pennington wrote: > > Chris Freeze <[EMAIL PROTECTED]> writes: >> When working with nested paned windows, to restore the look what do >> I needs to be saved? >> > > You probably want paned->child1_size which is the position you set > with set_position(). In the next version

Re: Nested Paned Windows

2000-05-23 Thread Havoc Pennington
Chris Freeze <[EMAIL PROTECTED]> writes: > > Ok, but which is it...if I had a child set to fill, and set the size > and shrink flag of the container what is the event sequence? Is the > container flag checked first or the child? And this is more hairy > as the child isn't given a default size.

Re: Re: moving the coordinate origin

2000-05-23 Thread J.Teubel
Hello, On 23 May 2000, Havoc Pennington wrote: > "J.Teubel" <[EMAIL PROTECTED]> writes: > > the coordinate origin (top left) to another position in a window (e.g. the > > centre of a window). > No, you have to do this yourself manually. Is this planned for one of the next releases of gdk/gtk?