Module droom_ui::element [] [src]

Common operations between objects.

Every IUP object is so called an element and can be encapsulated in a Handle.

Reexports

pub use self::guard::Guard;
pub use self::hierarchy::Container;
pub use self::hierarchy::Node;
pub use self::widget::Widget;

Modules

guard

Guard for automatically destroying dettached elements on drop.

hierarchy

Hierarchy operations on elements.

widget

Graphical user interface commons.

Structs

Handle

An object that can wrap any IUP element.

Traits

ConvertXYToPos
Element

Every IUP object is an Element.

Functions

clear_attrib

Clears the value associated with an global attribute.

global

Returns an attribute value from the global environment.

global_data
set_global

Sets an attribute in the global environment.

set_global_data