/*****************************************************************************
 * TODO:
 * - The applet is actually a little too tall for the panel.  Find out the max
     size the applet should be for panel sizes. i.e. panel_size = size - 2;
 * - need to fix the GdkRectangle *rect global
 * - Make the drawingarea functions more general so it will apply to both the
 *   properties dialog and image window.
 * - There is a bug relating to the selection_flag.  It is duplicated by:
 *   creating a icon selection, save changes, close, open properties, click
 *   left button and release, close and open again, then try to create icon..
 * - Wierd bug when creating icons in lower left portion of properties, they
 *   are not cleared when creating another icon in same properties session.
 * - Make a large, square xpm that is the default image used when a picture
 *   is corrupt/unavailable.
 * - Fix the unknown_widget so that there is transparency or have the one
 *   I create not need transparency.
 * - Limit the maximum size of the properties bar.  And decide if the size of 
 *   the properties box should default to the size of the picture... probably.
 * - Maybe I should change the actual picture view to be a pixmap instead of 
 *   the drawing area it is now for the sake of speed.  Now it seems quite
 *   slow and I don't recall it being as such when it used to be a pixmap.
 *****************************************************************************/
