29 #ifndef PT_FORMS_MENU_H
30 #define PT_FORMS_MENU_H
32 #include <Pt/Forms/Api.h>
33 #include <Pt/Forms/MenuBase.h>
34 #include <Pt/Forms/Popup.h>
35 #include <Pt/Forms/FlowLayout.h>
36 #include <Pt/Forms/StyleOptions.h>
37 #include <Pt/Gfx/Brush.h>
38 #include <Pt/Gfx/Pen.h>
39 #include <Pt/SmartPtr.h>
159 virtual void onCancel();
174 Pt::ssize_t _iconWidth;
Core module.
Definition: Allocator.h:33
Attributes for the drawing of outlines.
Definition: Pen.h:54
Active painting session on a Forms paint surface.
Definition: PaintContext.h:51
Point with floating-point X and Y coordinates.
Definition: Point.h:47
Fill description for shapes and text.
Definition: Brush.h:145
Rect with floating-point coordinates.
Definition: Rect.h:47