Tor,
Thanks for your help. That now works fine. The reason I came to
the conclusion dup2 was not supported was that I searched inside the files
in the header directory for the string dup2 using the Windows search
facility naively thinking this would find it. Well it didn't! I must
re
Hello.
I am developping a small Gtk+ application and I wonder how to to
something similar to Muine:
http://muine.gooeylinux.org/muine.png
Right now I am using a TreeView and a ListView model but I only have
one line text per line (ie entry). How could I have several lines like
Muine? Is there any
On Sat, 2005-02-19 at 10:41, Erwan Loisant wrote:
> Hello.
>
> I am developping a small Gtk+ application and I wonder how to to
> something similar to Muine:
> http://muine.gooeylinux.org/muine.png
>
> Right now I am using a TreeView and a ListView model but I only have
> one line text per line (
Hello.
Can I correctly represent pango formated text in
GtkTextView ?
And it's possible how this can be done?
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Hello there:
Does anybody know how to implement a drag-line function with drawing area?
What i want is to draw a line from the start point to the current point in
motion_notify_event. However, if i add the draw method in
motion_notify_event it will draw lines from the start point to all the
poi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This might sound a little vague, but I'm having problems with my
canvas widget grabbing keyboard focus. The canvas is packed into a
derived GtkTable which is packed into a GtkNotebook. If I click on
the notebook tab label, it gets a focus dashed-line