Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
Rapicorn::Widget Interface Reference

Widget is the base type for all UI elements. More...

import "interfaces.idl";

Inherited by Rapicorn::Container, Rapicorn::Drawable, Rapicorn::IdlTestWidget, rope.pyrapicorn.Container, rope.pyrapicorn.Drawable, and rope.pyrapicorn.IdlTestWidget.

List of all members.

Public Member Functions

bool match_selector (String selector)=0
Widget query_selector (String selector)=0
WidgetSeq query_selector_all (String selector)=0
Widget query_selector_unique (String selector)=0
String test_dump ()=0

Public Attributes

String name
float64 width
float64 height
bool hexpand
bool vexpand
bool hspread
bool vspread
bool hshrink
bool vshrink
bool visible
bool sensitive
float64 hposition
float64 hspan
float64 vposition
float64 vspan
int32 left_spacing
int32 right_spacing
int32 bottom_spacing
int32 top_spacing
float64 hanchor
float64 vanchor
float64 halign
float64 hscale
float64 valign
float64 vscale
ColorSchemeType color_scheme

Detailed Description

Widget is the base type for all UI elements.

See also the corresponding C++ servant class WidgetIface.

See also the corresponding C++ stub class WidgetHandle.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines