| Rapicorn - Experimental UI Toolkit - Source Code
    13.07.0
    | 
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.
| 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 | 
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.
 1.7.6.1
 1.7.6.1