Re: [Gtk2hs-devel] Some issues

2014-02-17 Thread Donald Allen
On Mon, Feb 17, 2014 at 8:19 AM, Axel Simon wrote: > HI, > > On Feb 17, 2014, at 2:12 PM, Donald Allen wrote: >>> >>> I think your documentation changes apply to both Gtk+ 2.x and Gtk+ 3.x. >> >> Not true. For example, on the page describing >> Graphics.UI.Gtk.Windows.Dialog, it says >> >> "Dialo

Re: [Gtk2hs-devel] Some issues

2014-02-17 Thread Axel Simon
HI, On Feb 17, 2014, at 2:12 PM, Donald Allen wrote: >> >> I think your documentation changes apply to both Gtk+ 2.x and Gtk+ 3.x. > > Not true. For example, on the page describing > Graphics.UI.Gtk.Windows.Dialog, it says > > "Dialog boxes are created with a call to dialogNew or > dialogNewWi

Re: [Gtk2hs-devel] Some issues

2014-02-17 Thread Donald Allen
On Mon, Feb 17, 2014 at 1:48 AM, Axel Simon wrote: > > Hi Don, > > On Feb 16, 2014, at 5:06 PM, Donald Allen wrote: > > > Question regarding my making changes to documentation: > > > > It appears that the web pages found on hackage.haskell.org are generated > > from comments in the source code.

Re: [Gtk2hs-devel] Some issues

2014-02-16 Thread Axel Simon
Hi Don, On Feb 16, 2014, at 5:06 PM, Donald Allen wrote: > Question regarding my making changes to documentation: > > It appears that the web pages found on hackage.haskell.org are generated from > comments in the source code. The source code is full of #ifs on the gtk > version, so it appea

Re: [Gtk2hs-devel] Some issues

2014-02-16 Thread Donald Allen
Question regarding my making changes to documentation: It appears that the web pages found on hackage.haskell.org are generated from comments in the source code. The source code is full of #ifs on the gtk version, so it appears that at least at present, you are trying to support gtk2 and gtk3 wit

Re: [Gtk2hs-devel] Some issues

2014-02-14 Thread Donald Allen
On Fri, Feb 14, 2014 at 1:52 AM, Axel Simon wrote: > Hi Donald, > > On Feb 14, 2014, at 4:27 AM, Donald Allen wrote: > >> The >> >> http://hackage.haskell.org/package/gtk3-0.12.5.2/docs/Graphics-UI-Gtk-Windows-Dialog.html >> >> is really in tough shape. Among other things: >> >> 1. The references

Re: [Gtk2hs-devel] Some issues

2014-02-13 Thread Axel Simon
Hi Donald, On Feb 14, 2014, at 4:27 AM, Donald Allen wrote: > The > > http://hackage.haskell.org/package/gtk3-0.12.5.2/docs/Graphics-UI-Gtk-Windows-Dialog.html > > is really in tough shape. Among other things: > > 1. The references to dialogNewWithButtons and dialogGetUpper are > bogus; they

Re: [Gtk2hs-devel] Some issues

2014-02-13 Thread Donald Allen
The http://hackage.haskell.org/package/gtk3-0.12.5.2/docs/Graphics-UI-Gtk-Windows-Dialog.html is really in tough shape. Among other things: 1. The references to dialogNewWithButtons and dialogGetUpper are bogus; they don't exist. 2. The advice "A 'modal' dialog (that is, one which freezes the re

Re: [Gtk2hs-devel] Some issues

2014-02-13 Thread Donald Allen
On Thu, Feb 13, 2014 at 1:40 PM, Donald Allen wrote: > Graphics.UI.Gtk.Windows.Dialog > > The documentation says "the two primary areas of the window can be > accessed using dialogGetUpper and dialogGetActionArea." There is no > dialogGetUpper. Is it now dialogGetContentArea? > > The documentation

[Gtk2hs-devel] Some issues

2014-02-13 Thread Donald Allen
Graphics.UI.Gtk.Windows.Dialog The documentation says "the two primary areas of the window can be accessed using dialogGetUpper and dialogGetActionArea." There is no dialogGetUpper. Is it now dialogGetContentArea? The documentation says "The top section is a VBox,". If dialogGetUpper has been rep