How can I create a GVarient type that accepts GtkRGB?
I’m trying to bind the RGBA property of a ColorDialogButton in a GTK4 application in rust. However, Glib always throws me some variation of `rgba’ on class ‘GtkColorDialogButton’ has type ‘GdkRGBA’ which is not compatible with type ‘s’ of key ‘color’.
How can I create a GVarient type that accepts GtkRGB?
I’m trying to bind the RGBA property of a ColorDialogButton in a GTK4 application in rust. However, Glib always throws me some variation of `rgba’ on class ‘GtkColorDialogButton’ has type ‘GdkRGBA’ which is not compatible with type ‘s’ of key ‘color’.
How can I create a GVarient type that accepts GtkRGB?
I’m trying to bind the RGBA property of a ColorDialogButton in a GTK4 application in rust. However, Glib always throws me some variation of `rgba’ on class ‘GtkColorDialogButton’ has type ‘GdkRGBA’ which is not compatible with type ‘s’ of key ‘color’.
How can I create a GVarient type that accepts GtkRGB?
I’m trying to bind the RGBA property of a ColorDialogButton in a GTK4 application in rust. However, Glib always throws me some variation of `rgba’ on class ‘GtkColorDialogButton’ has type ‘GdkRGBA’ which is not compatible with type ‘s’ of key ‘color’.