<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://graalonline.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ApothiX</id>
	<title>Graal Bible - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://graalonline.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ApothiX"/>
	<link rel="alternate" type="text/html" href="https://graalonline.net/Special:Contributions/ApothiX"/>
	<updated>2026-04-09T18:47:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.4</generator>
	<entry>
		<id>https://graalonline.net/index.php?title=Creation/Dev/Script/Client/GuiControlProfile&amp;diff=7190</id>
		<title>Creation/Dev/Script/Client/GuiControlProfile</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=Creation/Dev/Script/Client/GuiControlProfile&amp;diff=7190"/>
		<updated>2006-08-04T21:10:11Z</updated>

		<summary type="html">&lt;p&gt;ApothiX: Fixed typos and added some clarification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  GuiControlProfile (TGraalVar):&lt;br /&gt;
    align - string - &amp;quot;left&amp;quot;, &amp;quot;center&amp;quot; or &amp;quot;right&amp;quot;&lt;br /&gt;
    autosizeheight - boolean&lt;br /&gt;
    autosizewidth - boolean&lt;br /&gt;
    bitmap - string - filename of the image template, ie: &amp;quot;guiblue_window.png&amp;quot;&lt;br /&gt;
    border - integer&lt;br /&gt;
    bordercolor - string - default border color of the control (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    bordercolorhl - string - border color when the control is active (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    bordercolorna - string - border color when the control is disabled (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    borderthickness - integer - size of the border (in pixels?)&lt;br /&gt;
    cankeyfocus - boolean - can this control steal key focus? (textboxes must have this set to true)&lt;br /&gt;
    cursorcolor - string - color of the cursor (caret) in a text box (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    fillcolor - string - default background color (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    fillcolorhl - string - background color when active (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    fillcolorna - string - background color when disabled (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    fontcolor - string - default font color (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    fontcolorhl - string - font color when highlighted (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    fontcolorna - string - font color when disabled (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    fontcolorsel - string - font color of selected text (in a textbox)&lt;br /&gt;
    fontcolorlink - string - default font color of links (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    fontcolorlinkhl - string - font color of links when active (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    fontsize - integer - size of the font (in points?)&lt;br /&gt;
    fontstyle - string - combination of font styles, ie: &amp;quot;bc&amp;quot;&lt;br /&gt;
    fonttype - string - type of font to use, ie: &amp;quot;Tempus Sans ITC&amp;quot;&lt;br /&gt;
    justify - string - the same like &amp;quot;align&amp;quot;&lt;br /&gt;
    linespacing - integer - space between lines (in pixels?)&lt;br /&gt;
    modal - boolean - is this a modal dialog? (is the only window that can be used while it is open, steals all input.  Like a Message Box in Windows)&lt;br /&gt;
    mouseoverselected - boolean - does putting your mouse over this control act as if it was clicked?&lt;br /&gt;
    numbersonly - boolean - can only numbers be entered in this control?&lt;br /&gt;
    opaque - boolean - if set to true, transparency will be ignored&lt;br /&gt;
    returntab - boolean&lt;br /&gt;
    soundbuttondown - string - filename of sound played when the control is clicked&lt;br /&gt;
    soundbuttonover - string - filename of sound played when the mouse is hovered over the control&lt;br /&gt;
    tab - boolean&lt;br /&gt;
    textoffset - string&lt;br /&gt;
    transparency - float - alpha transparency of the control (from 0 to 1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>ApothiX</name></author>
	</entry>
	<entry>
		<id>https://graalonline.net/index.php?title=Creation/Dev/Script/Client/GuiControlProfile&amp;diff=7189</id>
		<title>Creation/Dev/Script/Client/GuiControlProfile</title>
		<link rel="alternate" type="text/html" href="https://graalonline.net/index.php?title=Creation/Dev/Script/Client/GuiControlProfile&amp;diff=7189"/>
		<updated>2006-08-04T21:04:40Z</updated>

		<summary type="html">&lt;p&gt;ApothiX: Added some comments to the variable names&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  GuiControlProfile (TGraalVar):&lt;br /&gt;
    align - string - &amp;quot;left&amp;quot;, &amp;quot;center&amp;quot; or &amp;quot;right&amp;quot;&lt;br /&gt;
    autosizeheight - boolean&lt;br /&gt;
    autosizewidth - boolean&lt;br /&gt;
    bitmap - string - filename of the image template, ie: &amp;quot;guiblue_window.png&amp;quot;&lt;br /&gt;
    border - integer&lt;br /&gt;
    bordercolor - string - default border color of the control&lt;br /&gt;
    bordercolorhl - string - border color when the control is active&lt;br /&gt;
    bordercolorna - string - border color when the control is disabled&lt;br /&gt;
    borderthickness - integer - size of the border (in pixels?)&lt;br /&gt;
    cankeyfocus - boolean - can this control steal key focus? (textboxes must have this set to true)&lt;br /&gt;
    cursorcolor - string - color of the cursor (caret) in a text box (&amp;quot;RR GG BB&amp;quot; format)&lt;br /&gt;
    fillcolor - string - default background color&lt;br /&gt;
    fillcolorhl - string - background color when active&lt;br /&gt;
    fillcolorna - string - background color when disabled&lt;br /&gt;
    fontcolor - string - default font color&lt;br /&gt;
    fontcolorhl - string - font color when highlighted&lt;br /&gt;
    fontcolorna - string - font color when disabled&lt;br /&gt;
    fontcolorsel - string - font color of selected text (in a textbox)&lt;br /&gt;
    fontcolorlink - string - default font color of links&lt;br /&gt;
    fontcolorlinkhl - string - font color of links when active&lt;br /&gt;
    fontsize - integer - size of the font (in points?)&lt;br /&gt;
    fontstyle - string - combination of font styles, ie: &amp;quot;bc&amp;quot;&lt;br /&gt;
    fonttype - string - type of font to use, ie: &amp;quot;Tempus Sans ITC&amp;quot;&lt;br /&gt;
    justify - string - the same like &amp;quot;align&amp;quot;&lt;br /&gt;
    linespacing - integer - space between lines (in pixels?)&lt;br /&gt;
    modal - boolean - is this a modal dialog? (is the only window that can be used while it is open, steals all input.  Like a Message Box in Windows)&lt;br /&gt;
    mouseoverselected - boolean - does putting your mouse over this control act as if it was clicked?&lt;br /&gt;
    numbersonly - boolean - can only numbers be entered in this control?&lt;br /&gt;
    opaque - boolean - if set to true, transparency will be ignored&lt;br /&gt;
    returntab - boolean&lt;br /&gt;
    soundbuttondown - string - filename of sound played when the control is clicked&lt;br /&gt;
    soundbuttonover - string - filename of sound played when the mouse is hovered over the control&lt;br /&gt;
    tab - boolean&lt;br /&gt;
    textoffset - string&lt;br /&gt;
    transparency - float - alpha transparenc of the control (from 0 to 1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>ApothiX</name></author>
	</entry>
</feed>