TabItem.hxx (ff12d537) TabItem.hxx (7950f2af)
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

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

25#include "vcl/button.hxx"
26
27#include "DeckDescriptor.hxx"
28
29class Window;
30
31namespace sfx2 { namespace sidebar {
32
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

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

25#include "vcl/button.hxx"
26
27#include "DeckDescriptor.hxx"
28
29class Window;
30
31namespace sfx2 { namespace sidebar {
32
33/** A single button in the The tab bar.
33/** A single button in the tab bar.
34*/
35class TabItem
36 : public ImageRadioButton
37{
38public:
39 TabItem (Window* pParentWindow);
40 virtual ~TabItem (void);
41

--- 17 unchanged lines hidden ---
34*/
35class TabItem
36 : public ImageRadioButton
37{
38public:
39 TabItem (Window* pParentWindow);
40 virtual ~TabItem (void);
41

--- 17 unchanged lines hidden ---