Enum gtk_sys::GtkRcTokenType [] [src]

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

Trait Implementations

impl Clone for GtkRcTokenType
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkRcTokenType
[src]

impl Debug for GtkRcTokenType
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkRcTokenType
[src]

impl PartialEq for GtkRcTokenType
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.