Hallo!

I need please help on how to hide a widget when I'm using XtRealizeWidget to 
realize it.
Bellow a piece of code to show how I'm proceding.



[begin of code]

Widget my_Widget;
Display* display;
XtAppContext appContext;

...

my_Widget = XtVaAppInitialize(&appContext, "my_App",
                               cmdLineOptions, numCmdLineOptions,
                               &argc, argv, fallback_resources,
                               dopyborderWidth, 0, NULL);
...

display = XtDisplay(my_Widget);
XtRealizeWidget(my_Widget);
[end of code]

I would like to include some code before or behind 
"XtRealizeWidget(my_Widget);" to hide the
widget.


thanks a lot for helping.

james

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to