in reply to Perl::Gtk2 --- Possible for a RadioButton to contain a Label Widget?

Hey Guys, thank you both for the reply!

Yea I decided to just use plain-text instead, orignally I was trying to use a "Gtk2::Label" as the RadioButton's label.
I guess I was thinking "set_label()" was actually for adding a Label Widget... But I was wrong, Duhh lol...

And yes Ralesk, your absolutely right about the documentation not having any good explanations for each Widget. If you
go to the Sourceforge page for Perl::Gtk2 you'll see what I'm talking about. And when you check each object they only
give you what Methods it has and what options go with those Methods, but no explanations at all. Which is EXACTLY the
same information you see in each Widget's Manpage from the CLI...
        HERE--> http://gtk2-perl.sourceforge.net/doc/pod/index.html


But anyway, I'm pretty much done with the aesthetics of the UI so I don't have to create anymore widgets... Finally...


Thanks again Guys for the help and suggestions with this, much appreciated!



Thanks Again,
Matt


  • Comment on Re: Perl::Gtk2 --- Possible for a RadioButton to contain a Label Widget?