Skip to content

Create a GUI utility #24

Description

@asmodehn

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!)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions