wxdragon 0.9.15

Safe Rust bindings for wxWidgets via the wxDragon C wrapper
Documentation
1
2
3
4
5
6
7
8
9
//! 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;