]> Pileus Git - grits/blobdiff - src/objects/grits-object.h
Add grits_object_queue_draw function
[grits] / src / objects / grits-object.h
index 7ed49aa53d0df15f866913d44ba0a12f70e778f8..848319a61c6f7a63417c16098f718902a2c21fe8 100644 (file)
@@ -55,6 +55,14 @@ GType grits_object_get_type(void);
 /* Implemented by sub-classes */
 void grits_object_draw(GritsObject *object, GritsOpenGL *opengl);
 
+/**
+ * grits_object_queue_draw:
+ * @object: The #GritsObject that needs drawing
+ * 
+ * Cause the widget to be redrawn on the screen at some later point
+ */
+void grits_object_queue_draw(GritsObject *object);
+
 /**
  * grits_object_center:
  * @object: The #GritsObject to get the center of