diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Tab.hh | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -19,18 +19,18 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Tab.hh,v 1.15 2002/08/11 20:57:13 fluxgen Exp $ | 22 | // $Id: Tab.hh,v 1.16 2002/11/30 20:56:21 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef TAB_HH | 24 | #ifndef TAB_HH |
25 | #define TAB_HH | 25 | #define TAB_HH |
26 | 26 | ||
27 | #include "Image.hh" | 27 | #include <X11/Xlib.h> |
28 | #include "Window.hh" | 28 | #include <strings.h> |
29 | 29 | class FluxboxWindow; | |
30 | |||
31 | //Note: Tab is a friend of FluxboxWindow | ||
32 | |||
33 | 30 | ||
31 | /** | ||
32 | Note: Tab is a friend of FluxboxWindow | ||
33 | */ | ||
34 | class Tab { | 34 | class Tab { |
35 | public: | 35 | public: |
36 | enum Placement{ PTOP = 0, PBOTTOM = 5, PLEFT = 10, PRIGHT = 15, PNONE = 20}; | 36 | enum Placement{ PTOP = 0, PBOTTOM = 5, PLEFT = 10, PRIGHT = 15, PNONE = 20}; |