Re: Projects Using Gtk2-Perl

2005-08-11 Thread justin+gnome
On Thu, 11 Aug 2005, muppet wrote: > That's four in one day --- keep 'em coming! > http://toccata.sourceforge.net/ No code posted yet, though. ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Re: More Win32 compile errors

2005-08-11 Thread Daniel Kasak
muppet wrote: -nodefaultlib looks like there's no mcvcrt or crt in there --- that is, no standard  C runtime library.  indeed, memset, memcpy, and strcmp are provided  by the ANSI C library. Right. I've just found info at: http://msdn.microsoft.com/library/default.asp?url=""> on upgr

Re: globaly remove icon

2005-08-11 Thread muppet
On Aug 10, 2005, at 1:14 AM, Beast wrote: Torsten Schoenfeld wrote: On Tue, 2005-08-09 at 15:20 +0700, Beast wrote: Suppose I want to remove all stock icon next to menu and button for all applications, is it possible? Use the Menus & Toolbars preference thingy in GNOME. This isn't rel

Re: rounded rectangles problem

2005-08-11 Thread muppet
On Aug 11, 2005, at 7:50 PM, James Muir wrote: Here is the latest code. I managed to get the rectangle to display since my last posting. I had forgotten to set the 'outline-color' and so nothing was displayed. I am still not able to set the 'fill- color'. see below. here is the driver c

Re: rounded rectangles problem

2005-08-11 Thread James Muir
muppet wrote: James Muir said: I've written a similar program using composition rather than inheritance and I get a rounded rectangle. I'd use this rectangle except that I am unable to set the 'fill-color', and I get events only when the mouse is placed directly on the outline. No signals wh

Re: Projects Using Gtk2-Perl

2005-08-11 Thread muppet
Michel Blanc said: > muppet a écrit : >> Anybody else? =) > > Well, since you're asking ;) > > vnumlgui. Guess, it's a... gui for vnuml. > Yes, inspiration drives me. > > http://pagesperso.erasme.org/michel/vnumlgui/ Done. By the way, your page says you require perl 5.6+ --- Gtk2 and friends do

Re: Projects Using Gtk2-Perl

2005-08-11 Thread Michel Blanc
muppet a écrit : Jörn Reder said: Good occasion to ask for adding an entry about dvd::rip, which finally uses Gtk2 ;) Also done. Anybody else? =) Well, since you're asking ;) vnumlgui. Guess, it's a... gui for vnuml. Yes, inspiration drives me. http://pagesperso.erasme.org/michel/vnum

Re: Projects Using Gtk2-Perl

2005-08-11 Thread muppet
Jörn Reder said: > Jens Luedicke wrote: > >> maybe Filer: http://filer.foo-projects.org/ >> >> I would be glad if someone could add a link to my project on the site. > > Good occasion to ask for adding an entry about dvd::rip, which finally > uses Gtk2 ;) Also done. Anybody else? =) -- muppet

Re: Projects Using Gtk2-Perl

2005-08-11 Thread Jörn Reder
Jens Luedicke wrote: > maybe Filer: http://filer.foo-projects.org/ > > I would be glad if someone could add a link to my project on the site. Good occasion to ask for adding an entry about dvd::rip, which finally uses Gtk2 ;) http://www.exit1.org/dvdrip/ Thanks, Joern -- Joern Reder supp

Re: rounded rectangles problem

2005-08-11 Thread muppet
James Muir said: > I've written a similar program using composition rather than inheritance > and I get a rounded rectangle. I'd use this rectangle except that I am > unable to set the 'fill-color', and I get events only when the mouse is > placed directly on the outline. No signals when the mouse

Re: rounded rectangles problem

2005-08-11 Thread muppet
Jan Hudec said: > On Wed, Aug 10, 2005 at 13:56:18 -0400, James Muir wrote: >> Hi All, >> >> I'm trying to subclass Gnome2::Canvas::Shape to get a rounded rectangle. >> No success yet. I need to set the Bpath for the shape. As far as I can >> tell the pathdef can not be set up in INIT_INSTANCE as

gtkdatabox version 3.0 xs problem

2005-08-11 Thread zentara
Hi Muppet, I know you are extremely busy, but your xs interface to the latest version of gtkdatabox seems to have a small problem. I could "experiment and guess" until I got it to run, but it may be better if you, "with your vast knowledge and experience" looked at it. It seems the author changed

Re: rounded rectangles problem

2005-08-11 Thread Jan Hudec
On Thu, Aug 11, 2005 at 10:41:08 -0400, James Muir wrote: > Jan Hudec wrote: > >On Wed, Aug 10, 2005 at 13:56:18 -0400, James Muir wrote: > >>instantiate a pathdef inside my RoundedRect or not, and I'm not sure how > >>to call set_path_def. I've seen in the Mup::ColorButton example that an > >>ev

Re: rounded rectangles problem

2005-08-11 Thread James Muir
Jan Hudec wrote: On Wed, Aug 10, 2005 at 13:56:18 -0400, James Muir wrote: Hi All, I'm trying to subclass Gnome2::Canvas::Shape to get a rounded rectangle. No success yet. I need to set the Bpath for the shape. As far as I can tell the pathdef can not be set up in INIT_INSTANCE as this is

Re: Projects Using Gtk2-Perl

2005-08-11 Thread muppet
On Aug 11, 2005, at 3:31 AM, Gábor Szabó wrote: ps. It would also be nice if you could add a link to the Gtk2-Perl-Demo I created earlier http://www.szabgab.com/gtk2.html Done. As the project contains material intended more for education about the bindings than for anything else, i put it

Re: Projects Using Gtk2-Perl

2005-08-11 Thread muppet
On Aug 11, 2005, at 3:44 AM, Jens Luedicke wrote: I would be glad if someone could add a link to my project on the site. Done. -- Our enemies are innovative and resourceful, and so are we. They never stop thinking about new ways to harm our country and our people, and neither do we.

Re: rounded rectangles problem

2005-08-11 Thread Jan Hudec
On Wed, Aug 10, 2005 at 13:56:18 -0400, James Muir wrote: > Hi All, > > I'm trying to subclass Gnome2::Canvas::Shape to get a rounded rectangle. > No success yet. I need to set the Bpath for the shape. As far as I can > tell the pathdef can not be set up in INIT_INSTANCE as this is too soon > a

Re: Projects Using Gtk2-Perl

2005-08-11 Thread Jens Luedicke
On 8/11/05, Gábor Szabó <[EMAIL PROTECTED]> wrote: > While learning Perl GTK2 it is very useful to look at other applications > already written in this pair. I am currently looking at > "Projects Using Gtk2-Perl" section of http://gtk2-perl.sourceforge.net/links/ > > I looked at only a few so have

Projects Using Gtk2-Perl

2005-08-11 Thread Gábor Szabó
While learning Perl GTK2 it is very useful to look at other applications already written in this pair. I am currently looking at "Projects Using Gtk2-Perl" section of http://gtk2-perl.sourceforge.net/links/ I looked at only a few so have not made up my mind which are the cleanest examples. I like