#include <adobe/config.hpp>
#include <adobe/enum_ops.hpp>
#include <boost/function.hpp>
Go to the source code of this file.
Namespaces |
namespace | adobe |
Typedefs |
typedef boost::function< bool()> | window_close_proc_t |
typedef boost::function< void(long,
long)> | window_resize_proc_t |
Enumerations |
enum | window_attributes_t {
window_attributes_none_s,
window_attributes_standard_handler_s,
window_attributes_resizeable_s,
window_attributes_live_resizeable_s,
window_attributes_metal_s
} |
enum | window_modality_t { window_modality_none_s,
window_modality_system_s,
window_modality_app_s,
window_modality_window_s
} |
enum | window_reposition_t { window_reposition_center_s,
window_reposition_alert_s
} |
enum | window_style_t { window_style_moveable_modal_s,
window_style_floating_s
} |