feat: color picker

This commit is contained in:
beriff
2026-03-07 22:25:28 +07:00
parent 3a292ea351
commit e48858defe
9 changed files with 385 additions and 21 deletions

View File

@@ -3,6 +3,7 @@
#include "gtk/gtk.h"
#include "gtk/gtkrevealer.h"
#include "src/ui/widgets/colorwheel.h"
/*
Global application widget state, holding references to
@@ -19,6 +20,8 @@ typedef struct VektorWidgetState {
GtkButton* workspaceButtonRecttool;
GtkButton* workspaceButtonCircletool;
VektorColorWheel* workspaceColorPicker;
// GtkWidget* Workspace
} VektorWidgetState;