Updated: October 28, 2024 |
Create a new window of a specified type based on a class
#include <screen/screen.h>
int screen_create_window_from_class(screen_window_t *pwin, screen_context_t ctx, int type, const char *class_name)
Function Type: Immediate Execution
This function creates a window object of the specified type and applies a class's properties to it at creation time.
This function is associated with the preprocessor definition screen_create_window_from_class.
0 if successful, or -1 if an error occurred (errno is set; refer to errno.h for more details).