Inherits vtkObject, and vtkObject.
|
static vtkKWTkUtilities * | New () |
|
static int | IsTypeOf (const char *type) |
|
static vtkKWTkUtilities * | SafeDownCast (vtkObject *o) |
|
static const char * | GetTclNameFromPointer (Tcl_Interp *interp, vtkObject *obj) |
|
static const char * | GetTclNameFromPointer (vtkKWApplication *app, vtkObject *obj) |
|
static const char * | EvaluateString (Tcl_Interp *interp, const char *format,...) |
|
static const char * | EvaluateString (vtkKWApplication *app, const char *format,...) |
|
static const char * | EvaluateStringFromArgs (Tcl_Interp *interp, const char *format, va_list var_args1, va_list var_args2) |
|
static const char * | EvaluateStringFromArgs (vtkKWApplication *app, const char *format, va_list var_args1, va_list var_args2) |
|
static const char * | EvaluateSimpleString (Tcl_Interp *interp, const char *str) |
|
static const char * | EvaluateSimpleString (vtkKWApplication *app, const char *str) |
|
static const char * | EvaluateEncodedString (Tcl_Interp *interp, const unsigned char *buffer, unsigned long length, unsigned long decoded_length) |
|
static void | CreateObjectMethodCommand (vtkKWApplication *app, char **command, vtkObject *object, const char *method) |
|
static void | CreateObjectMethodCommand (Tcl_Interp *interp, char **command, vtkObject *object, const char *method) |
|
static void | GetRGBColor (Tcl_Interp *interp, const char *widget, const char *color, double *r, double *g, double *b) |
|
static void | GetRGBColor (vtkKWWidget *widget, const char *color, double *r, double *g, double *b) |
|
static void | GetOptionColor (Tcl_Interp *interp, const char *widget, const char *option, double *r, double *g, double *b) |
|
static void | GetOptionColor (vtkKWWidget *widget, const char *option, double *r, double *g, double *b) |
|
static double * | GetOptionColor (vtkKWWidget *widget, const char *option) |
|
static void | GetDefaultOptionColor (Tcl_Interp *interp, const char *widget, const char *option, double *r, double *g, double *b) |
|
static void | GetDefaultOptionColor (vtkKWWidget *widget, const char *option, double *r, double *g, double *b) |
|
static double * | GetDefaultOptionColor (vtkKWWidget *widget, const char *option) |
|
static void | SetOptionColor (Tcl_Interp *interp, const char *widget, const char *option, double r, double g, double b) |
|
static void | SetOptionColor (vtkKWWidget *widget, const char *option, double r, double g, double b) |
|
static int | QueryUserForColor (vtkKWApplication *app, vtkKWWidget *dialog_parent, const char *dialog_title, double in_r, double in_g, double in_b, double *out_r, double *out_g, double *out_b) |
|
static int | GetGeometry (Tcl_Interp *interp, const char *widget, int *width, int *height, int *x, int *y) |
|
static int | GetGeometry (vtkKWWidget *widget, int *width, int *height, int *x, int *y) |
|
static int | ContainsCoordinates (Tcl_Interp *interp, const char *widget, int x, int y) |
|
static int | ContainsCoordinates (vtkKWWidget *widget, int x, int y) |
|
static vtkKWWidget * | ContainsCoordinatesForSpecificType (vtkKWWidget *widget, int x, int y, const char *classname) |
|
static int | UpdatePhoto (Tcl_Interp *interp, const char *photo_name, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0, int update_options=0) |
|
static int | UpdatePhoto (vtkKWApplication *app, const char *photo_name, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0, int update_options=0) |
|
static int | UpdatePhotoFromIcon (vtkKWApplication *app, const char *photo_name, vtkKWIcon *icon, int update_options=0) |
|
static int | UpdatePhotoFromPredefinedIcon (vtkKWApplication *app, const char *photo_name, int icon_index, int update_options=0) |
|
static int | UpdateOrLoadPhoto (Tcl_Interp *interp, const char *photo_name, const char *file_name, const char *directory, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0) |
|
static int | UpdateOrLoadPhoto (vtkKWApplication *app, const char *photo_name, const char *file_name, const char *directory, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0) |
|
static void | SetImageOptionToPixels (vtkKWCoreWidget *widget, const unsigned char *pixels, int width, int height, int pixel_size=4, unsigned long buffer_length=0, const char *image_option=0) |
|
static int | FindPhoto (Tcl_Interp *interp, const char *photo_name) |
|
static int | FindPhoto (vtkKWApplication *app, const char *photo_name) |
|
static int | GetPhotoHeight (Tcl_Interp *interp, const char *photo_name) |
|
static int | GetPhotoHeight (vtkKWApplication *app, const char *photo_name) |
|
static int | GetPhotoHeight (vtkKWWidget *widget) |
|
static int | GetPhotoWidth (Tcl_Interp *interp, const char *photo_name) |
|
static int | GetPhotoWidth (vtkKWApplication *app, const char *photo_name) |
|
static int | ChangeFontWeightToBold (Tcl_Interp *interp, const char *font, char *new_font) |
|
static int | ChangeFontWeightToNormal (Tcl_Interp *interp, const char *font, char *new_font) |
|
static int | ChangeFontWeightToBold (Tcl_Interp *interp, const char *widget) |
|
static int | ChangeFontWeightToBold (vtkKWWidget *widget) |
|
static int | ChangeFontWeightToNormal (Tcl_Interp *interp, const char *widget) |
|
static int | ChangeFontWeightToNormal (vtkKWWidget *widget) |
|
static int | ChangeFontSlantToItalic (Tcl_Interp *interp, const char *font, char *new_font) |
|
static int | ChangeFontSlantToRoman (Tcl_Interp *interp, const char *font, char *new_font) |
|
static int | ChangeFontSlantToItalic (Tcl_Interp *interp, const char *widget) |
|
static int | ChangeFontSlantToItalic (vtkKWWidget *widget) |
|
static int | ChangeFontSlantToRoman (Tcl_Interp *interp, const char *widget) |
|
static int | ChangeFontSlantToRoman (vtkKWWidget *widget) |
|
static int | ChangeFontSize (Tcl_Interp *interp, const char *font, int new_size, char *new_font) |
|
static int | ChangeFontSize (Tcl_Interp *interp, const char *widget, int new_size) |
|
static int | ChangeFontSize (vtkKWWidget *widget, int new_size) |
|
static int | GetRealActualFont (Tcl_Interp *interp, const char *font, char *real_font) |
|
static int | GetFontMeasure (vtkKWWidget *widget, const char *txt, int *w) |
|
static int | GetGridSize (Tcl_Interp *interp, const char *widget, int *nb_of_cols, int *nb_of_rows) |
|
static int | GetGridSize (vtkKWWidget *widget, int *nb_of_cols, int *nb_of_rows) |
|
static int | GetWidgetPositionInGrid (Tcl_Interp *interp, const char *widget, int *col, int *row) |
|
static int | GetWidgetPositionInGrid (vtkKWWidget *widget, int *col, int *row) |
|
static int | GetSlavesBoundingBoxInPack (Tcl_Interp *interp, const char *widget, int *width, int *height) |
|
static int | GetSlavesBoundingBoxInPack (vtkKWWidget *widget, int *width, int *height) |
|
static int | GetSlaveHorizontalPositionInPack (Tcl_Interp *interp, const char *widget, const char *slave, int *x) |
|
static int | GetSlaveHorizontalPositionInPack (vtkKWWidget *widget, vtkKWWidget *slave, int *x) |
|
static int | GetWidgetPaddingInPack (Tcl_Interp *interp, const char *widget, int *ipadx, int *ipady, int *padx, int *pady) |
|
static int | GetMasterInPack (Tcl_Interp *interp, const char *widget, ostream &in) |
|
static int | GetMasterInPack (vtkKWWidget *widget, ostream &in) |
|
static int | GetGridColumnWidths (Tcl_Interp *interp, const char *widget, int *nb_of_cols, int **col_widths, int allocate=0) |
|
static int | SynchroniseGridsColumnMinimumSize (Tcl_Interp *interp, int nb_of_widgets, const char **widgets, const float *factors=0, const int *weights=0) |
|
static int | SynchroniseLabelsMaximumWidth (Tcl_Interp *interp, int nb_of_widgets, const char **widgets, const char *options=0) |
|
static int | SynchroniseLabelsMaximumWidth (vtkKWApplication *app, int nb_of_widgets, const char **widgets, const char *options=0) |
|
static int | GetSlavesInPack (Tcl_Interp *interp, const char *widget, char ***slaves) |
|
static int | GetSlavesInPack (vtkKWWidget *widget, char ***slaves) |
|
static int | GetPreviousAndNextSlaveInPack (Tcl_Interp *interp, const char *widget, const char *slave, ostream &previous_slave, ostream &next_slave) |
|
static int | GetPreviousAndNextSlaveInPack (vtkKWWidget *widget, vtkKWWidget *slave, ostream &previous_slave, ostream &next_slave) |
|
static int | TakeScreenDump (Tcl_Interp *interp, const char *wname, const char *fname, int top=0, int bottom=0, int left=0, int right=0) |
|
static int | TakeScreenDump (vtkKWWidget *widget, const char *fname, int top=0, int bottom=0, int left=0, int right=0) |
|
static int | SetTopLevelMouseCursor (Tcl_Interp *interp, const char *widget, const char *cursor) |
|
static int | SetTopLevelMouseCursor (vtkKWWidget *widget, const char *cursor) |
|
static int | IsTopLevel (Tcl_Interp *interp, const char *widget) |
|
static int | IsTopLevel (vtkKWWidget *widget) |
|
static void | WithdrawTopLevel (Tcl_Interp *interp, const char *widget) |
|
static void | WithdrawTopLevel (vtkKWWidget *widget) |
|
static const char * | GetCurrentScript (Tcl_Interp *interp) |
|
static const char * | GetCurrentScript (vtkKWApplication *app) |
|
static const char * | CreateTimerHandler (Tcl_Interp *interp, unsigned long ms, vtkObject *object, const char *method) |
|
static const char * | CreateTimerHandler (vtkKWApplication *app, unsigned long ms, vtkObject *object, const char *method) |
|
static const char * | CreateIdleTimerHandler (Tcl_Interp *interp, vtkObject *object, const char *method) |
|
static const char * | CreateIdleTimerHandler (vtkKWApplication *app, vtkObject *object, const char *method) |
|
static void | CancelTimerHandler (Tcl_Interp *interp, const char *id) |
|
static void | CancelTimerHandler (vtkKWApplication *app, const char *id) |
|
static void | CancelAllTimerHandlers (Tcl_Interp *interp) |
|
static void | CancelAllTimerHandlers (vtkKWApplication *app) |
|
static void | Bell (Tcl_Interp *interp) |
|
static void | Bell (vtkKWApplication *app) |
|
static void | ProcessPendingEvents (Tcl_Interp *interp) |
|
static void | ProcessPendingEvents (vtkKWApplication *app) |
|
static void | ProcessIdleTasks (Tcl_Interp *interp) |
|
static void | ProcessIdleTasks (vtkKWApplication *app) |
|
static int | CheckForPendingInteractionEvents (vtkRenderWindow *win) |
|
static int | GetMousePointerCoordinates (Tcl_Interp *interp, const char *widget, int *x, int *y) |
|
static int | GetMousePointerCoordinates (vtkKWWidget *widget, int *x, int *y) |
|
static int | GetWidgetCoordinates (Tcl_Interp *interp, const char *widget, int *x, int *y) |
|
static int | GetWidgetCoordinates (vtkKWWidget *widget, int *x, int *y) |
|
static int | GetWidgetRelativeCoordinates (Tcl_Interp *interp, const char *widget, int *x, int *y) |
|
static int | GetWidgetRelativeCoordinates (vtkKWWidget *widget, int *x, int *y) |
|
static int | GetWidgetSize (Tcl_Interp *interp, const char *widget, int *w, int *h) |
|
static int | GetWidgetSize (vtkKWWidget *widget, int *w, int *h) |
|
static int | GetWidgetRequestedSize (Tcl_Interp *interp, const char *widget, int *w, int *h) |
|
static int | GetWidgetRequestedSize (vtkKWWidget *widget, int *w, int *h) |
|
static const char * | GetWidgetClass (Tcl_Interp *interp, const char *widget) |
|
static const char * | GetWidgetClass (vtkKWWidget *widget) |
|
static int | GetScreenSize (Tcl_Interp *interp, const char *widget, int *w, int *h) |
|
static int | GetScreenSize (vtkKWWidget *widget, int *w, int *h) |
|
static const char * | GetWindowingSystem (vtkKWApplication *app) |
|
static const char * | GetWindowingSystem (Tcl_Interp *interp) |
|
static vtkKWTkUtilities * | New () |
|
static int | IsTypeOf (const char *type) |
|
static vtkKWTkUtilities * | SafeDownCast (vtkObject *o) |
|
static const char * | GetTclNameFromPointer (Tcl_Interp *interp, vtkObject *obj) |
|
static const char * | GetTclNameFromPointer (vtkKWApplication *app, vtkObject *obj) |
|
static const char * | EvaluateString (Tcl_Interp *interp, const char *format,...) |
|
static const char * | EvaluateString (vtkKWApplication *app, const char *format,...) |
|
static const char * | EvaluateStringFromArgs (Tcl_Interp *interp, const char *format, va_list var_args1, va_list var_args2) |
|
static const char * | EvaluateStringFromArgs (vtkKWApplication *app, const char *format, va_list var_args1, va_list var_args2) |
|
static const char * | EvaluateSimpleString (Tcl_Interp *interp, const char *str) |
|
static const char * | EvaluateSimpleString (vtkKWApplication *app, const char *str) |
|
static const char * | EvaluateEncodedString (Tcl_Interp *interp, const unsigned char *buffer, unsigned long length, unsigned long decoded_length) |
|
static void | CreateObjectMethodCommand (vtkKWApplication *app, char **command, vtkObject *object, const char *method) |
|
static void | CreateObjectMethodCommand (Tcl_Interp *interp, char **command, vtkObject *object, const char *method) |
|
static void | GetRGBColor (Tcl_Interp *interp, const char *widget, const char *color, double *r, double *g, double *b) |
|
static void | GetRGBColor (vtkKWWidget *widget, const char *color, double *r, double *g, double *b) |
|
static void | GetOptionColor (Tcl_Interp *interp, const char *widget, const char *option, double *r, double *g, double *b) |
|
static void | GetOptionColor (vtkKWWidget *widget, const char *option, double *r, double *g, double *b) |
|
static double * | GetOptionColor (vtkKWWidget *widget, const char *option) |
|
static void | GetDefaultOptionColor (Tcl_Interp *interp, const char *widget, const char *option, double *r, double *g, double *b) |
|
static void | GetDefaultOptionColor (vtkKWWidget *widget, const char *option, double *r, double *g, double *b) |
|
static double * | GetDefaultOptionColor (vtkKWWidget *widget, const char *option) |
|
static void | SetOptionColor (Tcl_Interp *interp, const char *widget, const char *option, double r, double g, double b) |
|
static void | SetOptionColor (vtkKWWidget *widget, const char *option, double r, double g, double b) |
|
static int | QueryUserForColor (vtkKWApplication *app, vtkKWWidget *dialog_parent, const char *dialog_title, double in_r, double in_g, double in_b, double *out_r, double *out_g, double *out_b) |
|
static int | GetGeometry (Tcl_Interp *interp, const char *widget, int *width, int *height, int *x, int *y) |
|
static int | GetGeometry (vtkKWWidget *widget, int *width, int *height, int *x, int *y) |
|
static int | ContainsCoordinates (Tcl_Interp *interp, const char *widget, int x, int y) |
|
static int | ContainsCoordinates (vtkKWWidget *widget, int x, int y) |
|
static vtkKWWidget * | ContainsCoordinatesForSpecificType (vtkKWWidget *widget, int x, int y, const char *classname) |
|
static int | UpdatePhoto (Tcl_Interp *interp, const char *photo_name, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0, int update_options=0) |
|
static int | UpdatePhoto (vtkKWApplication *app, const char *photo_name, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0, int update_options=0) |
|
static int | UpdatePhotoFromIcon (vtkKWApplication *app, const char *photo_name, vtkKWIcon *icon, int update_options=0) |
|
static int | UpdatePhotoFromPredefinedIcon (vtkKWApplication *app, const char *photo_name, int icon_index, int update_options=0) |
|
static int | UpdateOrLoadPhoto (Tcl_Interp *interp, const char *photo_name, const char *file_name, const char *directory, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0) |
|
static int | UpdateOrLoadPhoto (vtkKWApplication *app, const char *photo_name, const char *file_name, const char *directory, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0) |
|
static void | SetImageOptionToPixels (vtkKWCoreWidget *widget, const unsigned char *pixels, int width, int height, int pixel_size=4, unsigned long buffer_length=0, const char *image_option=0) |
|
static int | FindPhoto (Tcl_Interp *interp, const char *photo_name) |
|
static int | FindPhoto (vtkKWApplication *app, const char *photo_name) |
|
static int | GetPhotoHeight (Tcl_Interp *interp, const char *photo_name) |
|
static int | GetPhotoHeight (vtkKWApplication *app, const char *photo_name) |
|
static int | GetPhotoHeight (vtkKWWidget *widget) |
|
static int | GetPhotoWidth (Tcl_Interp *interp, const char *photo_name) |
|
static int | GetPhotoWidth (vtkKWApplication *app, const char *photo_name) |
|
static int | ChangeFontWeightToBold (Tcl_Interp *interp, const char *font, char *new_font) |
|
static int | ChangeFontWeightToNormal (Tcl_Interp *interp, const char *font, char *new_font) |
|
static int | ChangeFontWeightToBold (Tcl_Interp *interp, const char *widget) |
|
static int | ChangeFontWeightToBold (vtkKWWidget *widget) |
|
static int | ChangeFontWeightToNormal (Tcl_Interp *interp, const char *widget) |
|
static int | ChangeFontWeightToNormal (vtkKWWidget *widget) |
|
static int | ChangeFontSlantToItalic (Tcl_Interp *interp, const char *font, char *new_font) |
|
static int | ChangeFontSlantToRoman (Tcl_Interp *interp, const char *font, char *new_font) |
|
static int | ChangeFontSlantToItalic (Tcl_Interp *interp, const char *widget) |
|
static int | ChangeFontSlantToItalic (vtkKWWidget *widget) |
|
static int | ChangeFontSlantToRoman (Tcl_Interp *interp, const char *widget) |
|
static int | ChangeFontSlantToRoman (vtkKWWidget *widget) |
|
static int | ChangeFontSize (Tcl_Interp *interp, const char *font, int new_size, char *new_font) |
|
static int | ChangeFontSize (Tcl_Interp *interp, const char *widget, int new_size) |
|
static int | ChangeFontSize (vtkKWWidget *widget, int new_size) |
|
static int | GetRealActualFont (Tcl_Interp *interp, const char *font, char *real_font) |
|
static int | GetFontMeasure (vtkKWWidget *widget, const char *txt, int *w) |
|
static int | GetGridSize (Tcl_Interp *interp, const char *widget, int *nb_of_cols, int *nb_of_rows) |
|
static int | GetGridSize (vtkKWWidget *widget, int *nb_of_cols, int *nb_of_rows) |
|
static int | GetWidgetPositionInGrid (Tcl_Interp *interp, const char *widget, int *col, int *row) |
|
static int | GetWidgetPositionInGrid (vtkKWWidget *widget, int *col, int *row) |
|
static int | GetSlavesBoundingBoxInPack (Tcl_Interp *interp, const char *widget, int *width, int *height) |
|
static int | GetSlavesBoundingBoxInPack (vtkKWWidget *widget, int *width, int *height) |
|
static int | GetSlaveHorizontalPositionInPack (Tcl_Interp *interp, const char *widget, const char *slave, int *x) |
|
static int | GetSlaveHorizontalPositionInPack (vtkKWWidget *widget, vtkKWWidget *slave, int *x) |
|
static int | GetWidgetPaddingInPack (Tcl_Interp *interp, const char *widget, int *ipadx, int *ipady, int *padx, int *pady) |
|
static int | GetMasterInPack (Tcl_Interp *interp, const char *widget, ostream &in) |
|
static int | GetMasterInPack (vtkKWWidget *widget, ostream &in) |
|
static int | GetGridColumnWidths (Tcl_Interp *interp, const char *widget, int *nb_of_cols, int **col_widths, int allocate=0) |
|
static int | SynchroniseGridsColumnMinimumSize (Tcl_Interp *interp, int nb_of_widgets, const char **widgets, const float *factors=0, const int *weights=0) |
|
static int | SynchroniseLabelsMaximumWidth (Tcl_Interp *interp, int nb_of_widgets, const char **widgets, const char *options=0) |
|
static int | SynchroniseLabelsMaximumWidth (vtkKWApplication *app, int nb_of_widgets, const char **widgets, const char *options=0) |
|
static int | GetSlavesInPack (Tcl_Interp *interp, const char *widget, char ***slaves) |
|
static int | GetSlavesInPack (vtkKWWidget *widget, char ***slaves) |
|
static int | GetPreviousAndNextSlaveInPack (Tcl_Interp *interp, const char *widget, const char *slave, ostream &previous_slave, ostream &next_slave) |
|
static int | GetPreviousAndNextSlaveInPack (vtkKWWidget *widget, vtkKWWidget *slave, ostream &previous_slave, ostream &next_slave) |
|
static int | TakeScreenDump (Tcl_Interp *interp, const char *wname, const char *fname, int top=0, int bottom=0, int left=0, int right=0) |
|
static int | TakeScreenDump (vtkKWWidget *widget, const char *fname, int top=0, int bottom=0, int left=0, int right=0) |
|
static int | SetTopLevelMouseCursor (Tcl_Interp *interp, const char *widget, const char *cursor) |
|
static int | SetTopLevelMouseCursor (vtkKWWidget *widget, const char *cursor) |
|
static int | IsTopLevel (Tcl_Interp *interp, const char *widget) |
|
static int | IsTopLevel (vtkKWWidget *widget) |
|
static void | WithdrawTopLevel (Tcl_Interp *interp, const char *widget) |
|
static void | WithdrawTopLevel (vtkKWWidget *widget) |
|
static const char * | GetCurrentScript (Tcl_Interp *interp) |
|
static const char * | GetCurrentScript (vtkKWApplication *app) |
|
static const char * | CreateTimerHandler (Tcl_Interp *interp, unsigned long ms, vtkObject *object, const char *method) |
|
static const char * | CreateTimerHandler (vtkKWApplication *app, unsigned long ms, vtkObject *object, const char *method) |
|
static const char * | CreateIdleTimerHandler (Tcl_Interp *interp, vtkObject *object, const char *method) |
|
static const char * | CreateIdleTimerHandler (vtkKWApplication *app, vtkObject *object, const char *method) |
|
static void | CancelTimerHandler (Tcl_Interp *interp, const char *id) |
|
static void | CancelTimerHandler (vtkKWApplication *app, const char *id) |
|
static void | CancelAllTimerHandlers (Tcl_Interp *interp) |
|
static void | CancelAllTimerHandlers (vtkKWApplication *app) |
|
static void | Bell (Tcl_Interp *interp) |
|
static void | Bell (vtkKWApplication *app) |
|
static void | ProcessPendingEvents (Tcl_Interp *interp) |
|
static void | ProcessPendingEvents (vtkKWApplication *app) |
|
static void | ProcessIdleTasks (Tcl_Interp *interp) |
|
static void | ProcessIdleTasks (vtkKWApplication *app) |
|
static int | CheckForPendingInteractionEvents (vtkRenderWindow *win) |
|
static int | GetMousePointerCoordinates (Tcl_Interp *interp, const char *widget, int *x, int *y) |
|
static int | GetMousePointerCoordinates (vtkKWWidget *widget, int *x, int *y) |
|
static int | GetWidgetCoordinates (Tcl_Interp *interp, const char *widget, int *x, int *y) |
|
static int | GetWidgetCoordinates (vtkKWWidget *widget, int *x, int *y) |
|
static int | GetWidgetRelativeCoordinates (Tcl_Interp *interp, const char *widget, int *x, int *y) |
|
static int | GetWidgetRelativeCoordinates (vtkKWWidget *widget, int *x, int *y) |
|
static int | GetWidgetSize (Tcl_Interp *interp, const char *widget, int *w, int *h) |
|
static int | GetWidgetSize (vtkKWWidget *widget, int *w, int *h) |
|
static int | GetWidgetRequestedSize (Tcl_Interp *interp, const char *widget, int *w, int *h) |
|
static int | GetWidgetRequestedSize (vtkKWWidget *widget, int *w, int *h) |
|
static const char * | GetWidgetClass (Tcl_Interp *interp, const char *widget) |
|
static const char * | GetWidgetClass (vtkKWWidget *widget) |
|
static int | GetScreenSize (Tcl_Interp *interp, const char *widget, int *w, int *h) |
|
static int | GetScreenSize (vtkKWWidget *widget, int *w, int *h) |
|
static const char * | GetWindowingSystem (vtkKWApplication *app) |
|
static const char * | GetWindowingSystem (Tcl_Interp *interp) |
|