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
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.
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
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
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
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
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
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