Update of /cvsroot/mahogany/M/include/gui
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3748/include/gui
Modified Files:
wxDialogLayout.h
Log Message:
added a CreateMessageFor() function allowing to use arbitrary columns in
standard 2-column dialog layout
Index: wxDialogLayout.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxDialogLayout.h,v
retrieving revision 1.83
retrieving revision 1.84
diff -b -u -2 -r1.83 -r1.84
--- wxDialogLayout.h 16 Jan 2006 20:32:01 -0000 1.83
+++ wxDialogLayout.h 26 Jun 2006 23:30:17 -0000 1.84
@@ -685,4 +685,13 @@
extern long GetMaxLabelWidth(const wxArrayString& labels, wxWindow *win);
+// set layout constraints for the given control and create the label
+// to go with it
+extern wxStaticText *CreateMessageForControl(wxWindow *parent,
+ wxWindow *control,
+ const wxChar *label,
+ long widthMax,
+ wxControl *last,
+ wxCoord nRightMargin = 0);
+
// all these functions correspond to the wxEnhancedPanel methods except that
// they take an additional parent parameter
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