feat: color picker
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user