Update of /cvsroot/mahogany/M/include/gui
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6897/include/gui
Modified Files:
wxComposeView.h
Log Message:
avoid horrible flicker due to many recipient controls relayouts when replying
to a message with many addressees
Index: wxComposeView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxComposeView.h,v
retrieving revision 1.112
retrieving revision 1.113
diff -b -u -2 -r1.112 -r1.113
--- wxComposeView.h 24 Jun 2006 01:27:45 -0000 1.112
+++ wxComposeView.h 25 Jun 2006 22:25:12 -0000 1.113
@@ -269,4 +269,8 @@
/// called to remove the recipient with this index
void OnRemoveRcpt(size_t index);
+
+ /// used to layout recepients area only once
+ void OnIdle(wxIdleEvent& event);
+
//@}
@@ -534,4 +538,7 @@
bool m_isModified;
+ /// Number of recently pending recepients which we have to layout
+ unsigned m_numNewRcpts;
+
/// Is it ok to send this message in an encoding different from original?
mutable bool m_okToConvertOnSend;
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates