feat: hook color picker to entry fields
This commit is contained in:
@@ -12,6 +12,7 @@ all the widgets used in internal logic of the program
|
||||
typedef struct VektorWidgetState {
|
||||
GtkWindow* window;
|
||||
GtkPaned* workspacePaned;
|
||||
GtkPaned* sidepanelPaned;
|
||||
GtkGLArea* workspaceCanvas;
|
||||
|
||||
GtkButton* workspaceButtonMasterShapes;
|
||||
@@ -22,6 +23,10 @@ typedef struct VektorWidgetState {
|
||||
|
||||
VektorColorWheel* workspaceColorPicker;
|
||||
|
||||
GtkEntry* sidepanelEntryR;
|
||||
GtkEntry* sidepanelEntryG;
|
||||
GtkEntry* sidepanelEntryB;
|
||||
|
||||
// GtkWidget* Workspace
|
||||
} VektorWidgetState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user