#include <macView.h>
Static Public Member Functions | |
| static bool | renderNSView (macxNSView *view, bool flush=true) |
| Render the invalid portions of a NSView view immediately (view must be of type NSView*). | |
| static bool | renderHIView (macxHIViewRef view, bool flush=true) |
| Render the invalid portions of a HIView view immediately (view must be of type HIViewRef). | |
Definition at line 21 of file macView.h.
| static bool macx::View::renderHIView | ( | macxHIViewRef | view, | |
| bool | flush = true | |||
| ) | [static] |
Render the invalid portions of a HIView view immediately (view must be of type HIViewRef).
If flush is 'true' the functions waits for display refresh to occur
| static bool macx::View::renderNSView | ( | macxNSView * | view, | |
| bool | flush = true | |||
| ) | [static] |
Render the invalid portions of a NSView view immediately (view must be of type NSView*).
If flush is 'true' the functions waits for display refresh to occur
1.5.8