Deck.hxx (52d13b84) Deck.hxx (3fac691d)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 59 unchanged lines hidden (view full) ---

68 /** Try to make the panel completely visible.
69 When the whole panel does not fit then make its top visible
70 and it off at the bottom.
71 */
72 void ShowPanel (const Panel& rPanel);
73
74 virtual void Paint (const Rectangle& rUpdateArea);
75 virtual void DataChanged (const DataChangedEvent& rEvent);
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 59 unchanged lines hidden (view full) ---

68 /** Try to make the panel completely visible.
69 When the whole panel does not fit then make its top visible
70 and it off at the bottom.
71 */
72 void ShowPanel (const Panel& rPanel);
73
74 virtual void Paint (const Rectangle& rUpdateArea);
75 virtual void DataChanged (const DataChangedEvent& rEvent);
76 virtual long Notify (NotifyEvent& rEvent);
76
77 void PrintWindowTree (void);
78 void PrintWindowTree (const ::std::vector<Panel*>& rPanels);
79 static void PrintWindowSubTree (Window* pRoot, int nIndentation);
80
81 class ScrollContainerWindow : public Window
82 {
83 public:

--- 30 unchanged lines hidden ---
77
78 void PrintWindowTree (void);
79 void PrintWindowTree (const ::std::vector<Panel*>& rPanels);
80 static void PrintWindowSubTree (Window* pRoot, int nIndentation);
81
82 class ScrollContainerWindow : public Window
83 {
84 public:

--- 30 unchanged lines hidden ---