INTEGRATION: CWS tbe14 (1.13.134); FILE MERGED

2004/11/17 14:03:52 tbe 1.13.134.1: #i31563# scroll area too small
This commit is contained in:
Rüdiger Timm
2004-12-10 16:02:40 +00:00
parent 4f621d3f7f
commit eb0fc030cb

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: dlged.hxx,v $
*
* $Revision: 1.13 $
* $Revision: 1.14 $
*
* last change: $Author: vg $ $Date: 2004-01-06 17:14:57 $
* last change: $Author: rt $ $Date: 2004-12-10 17:02:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,10 @@
#endif
#define DLGED_PAGE_WIDTH_MIN 1280
#define DLGED_PAGE_HEIGHT_MIN 1024
//============================================================================
// DlgEdHint
//============================================================================
@@ -182,6 +186,7 @@ public:
DlgEdForm* GetDlgEdForm() const { return pDlgEdForm; }
void SetScrollBars( ScrollBar* pHScroll, ScrollBar* pVScroll );
void InitScrollBars();
ScrollBar* GetHScroll() const { return pHScroll; }
ScrollBar* GetVScroll() const { return pVScroll; }
void DoScroll( ScrollBar* pActScroll );
@@ -232,6 +237,8 @@ public:
void UpdatePropertyBrowserDelayed();
void PrintData( Printer*, const String& rTitle ); // not working yet
bool AdjustPageSize();
};
#endif //_BASCTL_DLGED_HXX