You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking the progress on layout bindings.
If you wish to implement any of those items leave a comment :)
Having a layout implemented means it has it's documented callbacks (and constructors, even partially). Attributes as methods are not required at the moment (perhaps a future issue).
Controls
IupCbox
IupFill
IupGridBox
IupHbox
IupVbox
IupZbox
IupRadio
IupNormalizer
IupBackgroundBox
IupDetachBox
IupExpander
IupSbox
IupScrollBox
IupSplit
Construction
IupCreate
IupDestroy
IupMap
IupUnmap
IupGetAllClasses
IupGetClassName
IupGetClassType
IupClassMatch
IupGetClassAttributes
IupGetClassCallbacks
IupSaveClassAttributes
IupCopyClassAttributes
IupSetClassDefaultAttribute
Hierarchy
IupAppend
IupDetach
IupInsert
IupReparent
IupGetParent
IupGetChild
IupGetChildPos
IupGetChildCount
IupGetBrother
IupGetDialog
IupGetDialogChild
IupGetNextChild is not on the list. It won't be implemented as it's semantics are too C-ish. It's essentially a shortcut for IupGetChildPos(h, 0) followed by a IupGetBrother loop.
Utilities
IupRefresh
IupRefreshChildren
IupUpdate
IupRedraw
IupConvertXYToPos
The text was updated successfully, but these errors were encountered:
Tracking the progress on layout bindings.
If you wish to implement any of those items leave a comment :)
Having a layout implemented means it has it's documented callbacks (and constructors, even partially). Attributes as methods are not required at the moment (perhaps a future issue).
Controls
Construction
Hierarchy
IupGetNextChild
is not on the list. It won't be implemented as it's semantics are too C-ish. It's essentially a shortcut forIupGetChildPos(h, 0)
followed by aIupGetBrother
loop.Utilities
The text was updated successfully, but these errors were encountered: