/**
 * @package     com.wordpress.wpp.gui
 * @class       com.wordpress.wpp.gui.GUIEmbedToggleButton
 *
 * @description   (linkage via FLA) The toggle button of embedding components
 * @author        automattic
 * @created:      Aug 14, 2008
 * @modified:     Sep 09, 2008  
 *   
 */
package com.wordpress.wpp.gui
{
  import flash.display.SimpleButton;

  public class GUIEmbedToggleButton extends SimpleButton
  {
    public function GUIEmbedToggleButton()
    {
      super();
    }
  }
}