diff options
Diffstat (limited to 'dw/ui.hh')
-rw-r--r-- | dw/ui.hh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -230,7 +230,8 @@ private: protected: void sizeRequestImpl (Requisition *requisition, bool posDefined, int x, int y); - void getExtremesImpl (Extremes *extremes); + void getExtremesImpl (Extremes *extremes, bool posDefined, int x, + int y); void sizeAllocateImpl (Allocation *allocation); int getAvailWidthOfChild (Widget *child, bool forceValue); |