[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sheflug] Re: Glade



Jose

>     A bit of Gtk knowledge is useful. There are a number of
> tutorials around, but I haven't got the references around. All
> Glade does is to either provide an XML file with the user
> interface, or produce some code with the user interface. You then
> fill in the gaps with the program logic. It is quite clever :-)

Yes.  Alway liked the look of it but couldn't work out what to do with 
it.  I've got the Wrox Gtk+ book which is just about the best one 
that I've seen.   Started to build the calculator application at page 
437 but got lost in the detail of which bit to do next.


-- 
Thanks



Richard

___________________________________________________________________

Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html

  GNU the choice of a complete generation.

#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <Alastair.French [at] racalinst.co.uk>
 
while (<>){
        $_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
        print unless /^Delivered-To:/i ;
}