PHP-GTK
Sunday, September 07, 2008 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkPreviewType
GtkProgressBarStylenext

Last updated: Sat, 15 Dec 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese

GtkPriority

Value

Symbolic name

Description

 -100Gtk::PRIORITY_DEFA
  100Gtk::PRIORITY_HIGH_IDLE Use this for high priority timeouts. This priority is never used inside GTK+ so everything running at this priority will be running before anything inside the toolkit.
  110Gtk::PRIORITY_HIGH_IDLE Use this priority for resizing related stuff. It is used internally by GTK+ to compute the sizes of widgets. This priority is higher than Gtk::GTK_PRIORITYto avoid resizing a widget which was just redrawn.
  120Gtk::PRIORITY_REDRAW Use this priority for redrawing related stuff. It is used internally by GTK+ to do pending redraws. This priority is lower than Gtk::PRIORITY_RESIZE to avoid redrawing a widget just before resizing (and therefore redrawing it again).
  200Gtk::PRIORITY_DEFAULT_IDLE Default priority for idle functions.
  300Gtk::PRIORITY_LOW Priority for very unimportant background tasks.

User Contributed Notes
gtk.enum.priority.php
add a note about notes
There are no user contributed notes for this page.


previousGtkPreviewType
GtkProgressBarStylenext

Last updated: Sat, 15 Dec 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese


credits 

PHP  Copyright © 2001-2008 The PHP Group
 All rights reserved.
Last updated: Sat Dec 15 02:46:29 2007 UTC