Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
See also the corresponding IDL class Window. More...
#include <clientapi.hh>
Inherits Rapicorn::ContainerHandle.
Inherited by Rapicorn::Aida::SmartMember< WindowHandle >.
Public Member Functions | |
const Rapicorn::Aida::TypeHashList | __aida_typelist__ () |
std::string | title () const |
void | title (const std::string &) |
bool | auto_focus () const |
void | auto_focus (bool) |
__Aida_Signal__commands | sig_commands () |
__Aida_Signal__displayed | sig_displayed () |
bool | viewable () |
void | show () |
bool | closed () |
void | close () |
bool | snapshot (const std::string &pngname) |
bool | synthesize_click (WidgetHandle &widget, int button, double xalign=0.5, double yalign=0.5) |
bool | synthesize_enter (double xalign=0.5, double yalign=0.5) |
bool | synthesize_leave () |
bool | synthesize_delete () |
Static Public Member Functions | |
template<class SmartHandle > | |
static WindowHandle | down_cast (SmartHandle smh) |
See also the corresponding IDL class Window.