w3-tools.com - Free Webmaster Tools and Resources
 
w3-tools.com - Free Webmaster Tools and Resources
 Free Webmaster Tools and Resources

 



PHP-GTK Manual

This manual is provided as a courtesy. It is not an official source. Please check gtk.php.net for updated information.

PHP-GTK Manual

PHP-GTK Manual

GtkWidget::realize

realize() allocates the GDK resources associated with the calling widget. A widget must be realized before it can be mapped to the screen. This means that when show() is called, the widget is first realized and then mapped to the screen.

Before a widget can be realized, its parent and all of its ancestors must be realized. If an ancestor of a widget has not been realized at the time realize() is called, it will be implicitly realized before the calling widget is realized.

If you want a widget to be displayed on the screen do not use realize() . Instead use show() . See the pixmap tutorial for an example of when it is appropriate to use realize() .

See also: map() unrealize() .

Newsletter

Join to our newsletter and receive news and updates about our site.
Your name: 
E-mail address: 
Action: 
 

Hosted by

Search

Google
Web w3-tools.com

Links

  What is my IP? Find your IP address!     Valid XHTML 1.0 Transitional  
Copyright © 2006. by w3-tools.com. All rights reserved