function killping_setting_page()
 {
     $widget_ops = array('description' => 'This is text widget.');
     $control_ops = array('width' => '400');
     parent::Wp_Widget(false, 'My Setting Widget', $widget_ops, $control_ops);
 }