Note of baking calculator project - number 3

| No Comments | No TrackBacks

Note of baking calculator project - number 3

I'm continuously learning Perl/Tk by reading the book O'Reilly Mastering Perl/Tk, I finished the second chapter today which talks about the Geometry Management and 'pack' method. The key notes are as follow:
  • With the exception of place, differences between the geometry managers make it difficult (not entirely impossible, but definitely not recommended) to use more than one geometry manager within the same area. ... because the two geometry managers will get into a race condition ...
  • Frame within a window that uses a different geometry manager.
  • With the pack geometry manager, our windows are similar to the wooden puzzle, because widgets cannot overlap or cover each other, partially or completely.
  • @list = $parentwidget->packSlaves( ); packSlaves returns an ordered list of all the widgets that were packed into $parentwidget.

No TrackBacks

TrackBack URL: http://www.yuleshow.com/cgi-bin/mt/mt-tb.cgi/783

Leave a comment

Pages

Powered by Movable Type 5.01

About this Entry

This page contains a single entry by Yule Show published on February 23, 2004 3:40 AM.

Perl and Unicode was the previous entry in this blog.

Note of baking calculator project - number 4 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.