Added line height to wxRTC to allow faster scrolling if needed
This commit is contained in:
@@ -2218,6 +2218,10 @@ public:
|
||||
|
||||
#endif
|
||||
|
||||
/// Set the line increment height in pixels
|
||||
void SetLineHeight(int height) { m_lineHeight = height; }
|
||||
int GetLineHeight() const { return m_lineHeight; }
|
||||
|
||||
// Implementation
|
||||
|
||||
/**
|
||||
@@ -2408,6 +2412,9 @@ protected:
|
||||
/// Whether images are enabled for this control
|
||||
bool m_enableImages;
|
||||
|
||||
/// Line height in pixels
|
||||
int m_lineHeight;
|
||||
|
||||
/// Whether delayed image loading is enabled for this control
|
||||
bool m_enableDelayedImageLoading;
|
||||
bool m_delayedImageProcessingRequired;
|
||||
|
Reference in New Issue
Block a user