Enum gtk_sys::GtkRcTokenType
[−]
[src]
#[repr(C)]pub enum GtkRcTokenType { Invalid, Include, Normal, Active, Prelight, Selected, Insensitive, Fg, Bg, Text, Base, Xthickness, Ythickness, Font, Fontset, FontName, BgPixmap, PixmapPath, Style, Binding, Bind, Widget, WidgetClass, Class, Lowest, Gtk, Application, Theme, Rc, Highest, Engine, ModulePath, ImModulePath, ImModuleFile, Stock, Ltr, Rtl, Color, Unbind, Last, }
Variants
Invalid
Include
Normal
Active
Prelight
Selected
Insensitive
Fg
Bg
Text
Base
Xthickness
Ythickness
Font
Fontset
FontName
BgPixmap
PixmapPath
Style
Binding
Bind
Widget
WidgetClass
Class
Lowest
Gtk
Application
Theme
Rc
Highest
Engine
ModulePath
ImModulePath
ImModuleFile
Stock
Ltr
Rtl
Color
Unbind
Last
Trait Implementations
impl Clone for GtkRcTokenType
[src]
fn clone(&self) -> GtkRcTokenType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more