fltk-theme 0.7.9

A theming crate for fltk-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![allow(unused_variables)]
#![allow(clippy::many_single_char_names)]

use crate::activated_color;
use fltk::{app, draw::*, enums::Color};

pub mod aqua;
pub(crate) mod clean;
pub(crate) mod crystal;
pub(crate) mod fleet;
pub mod fluent;
pub(crate) mod gleam;
pub(crate) mod svg_based;
pub mod sweet;