#include "TGButton.h"#include "TList.h"#include "TGFrame.h"#include <iostream>Go to the source code of this file.
Classes | |
| class | MyFrame |
Functions | |
| void | kill_kill_kill () |
|
|
Definition at line 10 of file test-die.cxx. 00011 {
00012 cerr << "Kill! Kill! Kill!\n";
00013 delete the_main_frame;
00014 }
|
1.3.9.1