I want to specify the position and size of Button Label and so on, not only the window, how can make it?
Use SetCursorPos*() functions to position the draw cursor.
For the size it currently depends on the type of widget. Widgets like Button() or Selectable() can take a size as parameter. For composed widget that are followed by a label you can use PushItemWidth() at the moment.
Thank you! SetCursorPos* works!
Most helpful comment
Use SetCursorPos*() functions to position the draw cursor.
For the size it currently depends on the type of widget. Widgets like Button() or Selectable() can take a size as parameter. For composed widget that are followed by a label you can use PushItemWidth() at the moment.