//! Common type definitions and traits.
//!
//! This module contains fundamental type aliases, constants, and traits
//! that are used throughout the wxDragon library.
/// Style flags type, matching wxWidgets' wxd_Style_t.
///
/// Used for widget and window style flags.
pub type Style = i64;