Hi,
Le 16/02/2018 à 12:12, Randall Sawyer a écrit :
> I have devised a custom widget which is intended to appear and react to
> user input as if it were a button (without the overhead of inheriting
> GtkButton).
This sounds a fairly odd way to proceed, as if it has all the properties
of a GtkButt
I am designing a desktop tool in C Gtk+3 (v. 3.20.8).
I have devised a custom widget which is intended to appear and react to
user input as if it were a button (without the overhead of inheriting
GtkButton). Thus, in my ..._widget_init() function, I use
gtk_widget_get_style_context() and gtk_s