get_widget('btnClose'); //This will fail, as the window isn't loaded: $window = $glade->get_widget('wndClose'); //Output is NULL var_dump($window); ?>