Bug 156997 - isRedrawing() and/or getRedraw() needed for Control
Summary: isRedrawing() and/or getRedraw() needed for Control
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 05:44 EDT by geneves CLA
Modified: 2018-12-05 09:30 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description geneves CLA 2006-09-12 05:44:45 EDT
when calling setRedraw(false) two times you have to call setRedraw(true) 
two times too...

Could be usefull to have isRedrawing() and/or getRedraw() method for org.eclipse.widget.Control