-
Notifications
You must be signed in to change notification settings - Fork 1
Description
XorfacX:
In order to create the GUI we need a windows creator with some generik items.
->The windows must have the parameters:
x, y , w, h, label
resizable
dockable
transparency
movable
->Items that we must be available for all windows are:
Text Zone (x,y,x,h,multi-line,editable,scrollable)
Validate Button (x,y,w,h,label)
Reset Button (x,y,w,h,label)
Dropdown list (x,y,w,h, items list)
Scrolling "cursor" (x,y,w,h, scrollable with keyboard, scroolable with mouse)
Radio box (x,y,linked with other radio button)
Check box (x,y)
Tabs (x,y,w,h, tabs position(up,down,left,right), number of tabs, scrolling? )
-- each tab must get a label with auto resized of the tab
to the label size and must be able to contain all other
previous listed items.
All theses items must return bool in order to know if they we're used (to validate!)