All pastes #1849980 Raw Edit

Unnamed

public text v1 · immutable
#1849980 ·published 2010-03-23 03:58 UTC
rendered paste body
<widget_description>
    <widget name="ChatWindow" factory="pawsChatWindow" visible="yes" savepositions="yes" movable="yes" resizable="yes" keepaspect="no" configurable="yes" style="New Standard GUI" scalefont="no">
        
        <frame x="0" y="300" width="505" height="268" border="no" />
        <minframe width="350" height="100" />
        <maxframe width="1000" height="1000" />
        <title resource="Scaling Title Bar" text="Communication" align="left" close_button="yes"/>
        <bgimage resource="Scaling Widget Background" />
        
         <widget name="InputText" factory="pawsEditTextBox">
            <frame x="50" y="243" width="445" height="25" border="no" />
	    <attachpoints>
                <attach point="PROPORTIONAL_RIGHT" />
                <attach point="PROPORTIONAL_BOTTOM" />
                <attach point="ATTACH_LEFT" />
            </attachpoints>
        </widget>



        <widget name="Chat Tabs" factory="pawsTabWindow">
            <frame x="0" y="0" width="500" height="268" border="no" />
            <chatframe x="55" y="0" width="435" height="233" border="no">
                <chattab x="0" y="0" width="435" height="233" border="no" />
                <attachpoints>
                    <attach point="ATTACH_BOTTOM" />
                    <attach point="ATTACH_TOP" />
                    <attach point="ATTACH_LEFT" />
                    <attach point="ATTACH_RIGHT" />
                </attachpoints>
            </chatframe>
            <buttonframe x="0" y="0" width="50" height="250" border="no"/>
                <button x="0" y="0" width="50" height="25" border="no" />
                <attachpoints>
                    <attach point="ATTACH_BOTTOM" />
                    <attach point="ATTACH_TOP" />
                    <attach point="ATTACH_LEFT" />
                    <attach point="ATTACH_RIGHT" />
                </attachpoints>
            </buttonframe>
            <chattypes x="0" y="0" height="25" width="50">
                <chattype name="Main" data="subGuildText" />
                <chattype name="Chat" data="subChannelsText" />
                <chattype name="Guild" data="subGuildText"> <!-- we want this one to be placed different -->
                    <button y="240" width="10" />
                </chattype>
                ....
            </types>
   </widget>
</widget_description>