[Bojangles-cvs] cvs: bojangles /widget_definitions form.xml
Status: Alpha
Brought to you by:
nehresma
From: kai5263499 <boj...@li...> - 2002-08-14 14:11:43
|
kai5263499 Wed Aug 14 07:11:42 2002 EDT Added files: /bojangles/widget_definitions form.xml Log: New sub-container widget... Crude but it works... Index: bojangles/widget_definitions/form.xml +++ bojangles/widget_definitions/form.xml <widget> <name>form</name> <displayname>Form</displayname> <outer_type>widget/form</outer_type> <class>container</class> <visible>true</visible> <initial_settings> <x>5</x> <y>5</y> <width>100</width> <height>100</height> <bgcolor>#77CBEE</bgcolor> </initial_settings> <resizable>true</resizable> <moveable>true</moveable> <max_per_document></max_per_document> <properties> <title> <represent_as>text</represent_as> <default>bojangles generated application</default> </title> <bgcolor> <represent_as>color</represent_as> <default>#77CBEE</default> </bgcolor> <textcolor> <represent_as>color</represent_as> <default>#000000</default> </textcolor> </properties> </widget> |