Esempio n. 1
0
 /*! \brief Force the given item of window furniture to be redrawn.  */
 public void ForceRedrawFurniture(Wimp.Furniture item)
 {
     WimpWindow.ForceRedrawFurniture(item);
 }
Esempio n. 2
0
 internal static extern IntPtr Wimp_ForceRedrawFurniture(uint windowHandle,
                                                         Wimp.Furniture item);