feat: add canvas prototype

This commit is contained in:
beriff
2026-03-04 14:52:32 +07:00
parent 2326bbb883
commit e7b99ed918
7 changed files with 113 additions and 4 deletions

View File

@@ -9,8 +9,9 @@ all the widgets used in internal logic of the program
*/
typedef struct VektorWidgetState {
GtkWindow* window;
GtkPaned* workspacePaned;
GtkPicture* workspaceCanvas;
//GtkWidget* Workspace
} VektorWidgetState;