diff options
author | Sebastian Geerken <devnull@localhost> | 2015-06-10 08:25:50 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-06-10 08:25:50 +0200 |
commit | 664c1317643550538031c0e0132b38fe2729ca02 (patch) | |
tree | 09fdca36c9bfe609cc19b3eced4ca3500da1d904 /dw/textblock.hh | |
parent | c1489885decc91520542f54da489af5290e8a98c (diff) |
SRDOP: Implemented numSizeRequestReferences() and sizeRequestReference() for Textblock.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 535834a8..ddab6bca 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -617,6 +617,9 @@ protected: int hoverLink; /* The link under the mouse pointer */ + int numSizeReferences; + Widget *sizeReferences[NUM_OOFM]; + void queueDrawRange (int index1, int index2); int calcVerticalBorder (int widgetPadding, int widgetBorder, int widgetMargin, int lineBorderTotal, @@ -823,7 +826,15 @@ protected: Widget **references, int *x, int *y); int numSizeRequestReferences (); Widget *sizeRequestReference (int index); + void getExtremesSimpl (core::Extremes *extremes); + + int numGetExtremesReferences (); + Widget *getExtremesReference (int index); + + void notifySetAsTopLevel (); + void notifySetParent (); + void sizeAllocateImpl (core::Allocation *allocation); void calcExtraSpaceImpl (); |