ntrel commented on this pull request.
void notebook_init(void)
{ + GtkWidget *btn = gtk_button_new_with_label("☰");
@codebrainz I read that "open-menu-symbolic" is the icon that matches the unicode symbol. But that doesn't work on GTK2 with gtk_image_new_from_icon_name.
in my browser here, it looks like an equal symbol
Seems like a font bug?