Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
include
FXMenuPane.h
1
/********************************************************************************
2
* *
3
* M e n u P a n e W i d g e t *
4
* *
5
*********************************************************************************
6
* Copyright (C) 1997,2024 by Jeroen van der Zijp. All Rights Reserved. *
7
*********************************************************************************
8
* This library is free software; you can redistribute it and/or modify *
9
* it under the terms of the GNU Lesser General Public License as published by *
10
* the Free Software Foundation; either version 3 of the License, or *
11
* (at your option) any later version. *
12
* *
13
* This library is distributed in the hope that it will be useful, *
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
16
* GNU Lesser General Public License for more details. *
17
* *
18
* You should have received a copy of the GNU Lesser General Public License *
19
* along with this program. If not, see <http://www.gnu.org/licenses/> *
20
********************************************************************************/
21
#ifndef FXMENUPANE_H
22
#define FXMENUPANE_H
23
24
#ifndef FXPOPUP_H
25
#include "FXPopup.h"
26
#endif
27
28
namespace
FX
{
29
30
32
class
FXAPI
FXMenuPane
:
public
FXPopup
{
33
FXDECLARE(
FXMenuPane
)
34
protected
:
35
FXMenuPane
(){}
36
private
:
37
FXMenuPane
(
const
FXMenuPane
&);
38
FXMenuPane
&operator=(
const
FXMenuPane
&);
39
public
:
40
42
FXMenuPane
(
FXWindow
* owner,FXuint opts=0);
43
45
virtual
FXbool contains(FXint parentx,FXint parenty)
const
;
46
};
47
48
}
49
50
#endif
FX::FXWindow
Window is the base class for all widgets in FOX.
Definition:
FXWindow.h:130
FX::FXPopup
Popup window is used as a container for transitional controls such as menu panes and other ephemeral ...
Definition:
FXPopup.h:51
FX
Definition:
FX4Splitter.h:28
FX::FXMenuPane
Popup menu pane.
Definition:
FXMenuPane.h:32
Copyright © 1997-2022 Jeroen van der Zijp