﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2600	GUICtrlSetState.txt - proposal - State table - CleanUp	mlipok	guinness	"before

{{{
@@StandardTable1@@
<b>State</b>	<b>Comments</b>
No Change	0
$GUI_UNCHECKED (4)	Radio, Checkbox or ListViewItem will be unchecked.
$GUI_CHECKED (1)	Radio, Checkbox or ListViewItem will be checked.
$GUI_INDETERMINATE (2)	Checkbox having the tristate attribute will be greyed.
$GUI_AVISTART (0)	Avi control will start playing.
$GUI_AVISTOP (1)	Avi control will stop playing.
$GUI_AVICLOSE (2)	Avi control will stop playing and release resource.
$GUI_DROPACCEPTED (8)	Control will accept drop action : from file or from a drag of another control. See remarks.
$GUI_NODROPACCEPTED (4096)	Control will  not accept drop action.
$GUI_SHOW (16)	Control will be visible. On Tabitem control will select the first tab to be displayed.
$GUI_HIDE (32)	Control will not be visible.
$GUI_ENABLE (64)	Control will be enabled.
$GUI_DISABLE (128)	Control will be greyed out.
$GUI_FOCUS (256)	Control will be given input/selected focus.
$GUI_NOFOCUS (8192)	Listview control will loose focus.
$GUI_DEFBUTTON (512)	Control will be set as the default button on the window. See remark about TreeviewItems.
$GUI_EXPAND	(1024) TreeViewItem will expand its child items.
$GUI_ONTOP (2048)	Control will be have the ontop attribute for the window (zOrdering).
@@End@@

}}}


Proposal

{{{
@@StandardTable1@@
<b>State</b>	<b>Comments</b>
No Change (0)	
$GUI_CHECKED (1)	Radio, Checkbox or ListViewItem will be checked.
$GUI_INDETERMINATE (2)	Checkbox having the tristate attribute will be greyed.
$GUI_UNCHECKED (4)	Radio, Checkbox or ListViewItem will be unchecked.
$GUI_DROPACCEPTED (8)	Control will accept drop action : from file or from a drag of another control. See remarks.
$GUI_SHOW (16)	Control will be visible. On Tabitem control will select the first tab to be displayed.
$GUI_HIDE (32)	Control will not be visible.
$GUI_ENABLE (64)	Control will be enabled.
$GUI_DISABLE (128)	Control will be greyed out.
$GUI_FOCUS (256)	Control will be given input/selected focus.
$GUI_DEFBUTTON (512)	Control will be set as the default button on the window. See remark about TreeviewItems.
$GUI_EXPAND (1024)	TreeViewItem will expand its child items.
$GUI_ONTOP (2048)	Control will be have the ontop attribute for the window (zOrdering).
$GUI_NODROPACCEPTED (4096)	Control will  not accept drop action.
$GUI_NOFOCUS (8192)	Listview control will loose focus.
$GUI_AVISTART (0)	Avi control will start playing.
$GUI_AVISTOP (1)	Avi control will stop playing.
$GUI_AVICLOSE (2)	Avi control will stop playing and release resource.
@@End@@
}}}

"	Feature Request	closed	3.3.11.1	Documentation		None	Completed		
