Re: gtk-doc installation broken

2008-06-23 Thread Stefan Kost
Hi Tim, Tim Janik schrieb: Hi Stefan. gtk-doc continues to produce problems when compiling the gtk.modules module from jhbuild, this time it's during installaiton: *** Installing gtk-doc *** [5/14] make install Making install in help make[1]: Entering directory `/usr/src/gtk+head/gtk-doc/hel

Re: menubar alignment question

2008-06-23 Thread Allin Cottrell
On Mon, 23 Jun 2008, Christian Dywan wrote: > Am Mon, 23 Jun 2008 11:08:44 -0400 (EDT) > schrieb Allin Cottrell <[EMAIL PROTECTED]>: > > > Using GtkItemFactory one could push a certain menu to the > > right-hand end of a menubar (i.e. right-justify it) using the > > "" tag. This was useful, e.

Re: menubar alignment question

2008-06-23 Thread Christian Dywan
Am Mon, 23 Jun 2008 11:08:44 -0400 (EDT) schrieb Allin Cottrell <[EMAIL PROTECTED]>: > Using GtkItemFactory one could push a certain menu to the > right-hand end of a menubar (i.e. right-justify it) using the > "" tag. This was useful, e.g., for making a "Help" > menu stand out. > > Is there

menubar alignment question

2008-06-23 Thread Allin Cottrell
Using GtkItemFactory one could push a certain menu to the right-hand end of a menubar (i.e. right-justify it) using the "" tag. This was useful, e.g., for making a "Help" menu stand out. Is there any way to do this when creating a menubar with GtkUIManager? I tried putting in a before the

Re: Lua-Gtk binding information out of date

2008-06-23 Thread Andreas Nilsson
Wolfgang Oertl wrote: Hi, I am the author of the lua-gtk binding [1]. On the language bindings page [2] it is given as "partially supports 2.6", while in fact it mostly supports everything up to and including the latest Gtk version in Debian/testing, which is 2.12.9. This has been so all the tim

gtk-doc installation broken

2008-06-23 Thread Tim Janik
Hi Stefan. gtk-doc continues to produce problems when compiling the gtk.modules module from jhbuild, this time it's during installaiton: *** Installing gtk-doc *** [5/14] make install Making install in help make[1]: Entering directory `/usr/src/gtk+head/gtk-doc/help' Making install in manual m

Lua-Gtk binding information out of date

2008-06-23 Thread Wolfgang Oertl
Hi, I am the author of the lua-gtk binding [1]. On the language bindings page [2] it is given as "partially supports 2.6", while in fact it mostly supports everything up to and including the latest Gtk version in Debian/testing, which is 2.12.9. This has been so all the time... in is also supporte

Would be nice something like gtk_event_peek()

2008-06-23 Thread Htëchnö mkö
I need to stop a process if gtk_events_pending() is true and the next GtkEvent-type is not a expose-event. But I did not find tools in gtk to get the next event in gtk event queue, like gdk_event_peek() return the next event in gdk event queue how i can access manually to the gtk event queue? ex