...but I can't figure it out: How do I make a
tiny little button, like 10x10 pixels, gtk_widget_set_size_request
(button, 10, 10); doesn't work. gtk_widget_size_allocate
(GtkWidget *widget, GtkAllocation *allocation); doesn't work.
( can't make anything work using CSS. Nothing seems to work. |