Closed mirkobrombin closed 7 years ago
Great idea! Now I can actually add the close button without coding it myself :)
Happy to help you
When I try to compile, it returns this error:
/home/.../.../news.c: fatal error: granite.h: No such file or directory
compilation terminated.
Is granite installed?
Yep, I installed libgranite-dev
When I compile directly with valac
it works, but when I use cmake
it doesn't.
Mmh try to open an issue on the github page
Ok
If you open an issue link to this please
Do you think we could get away with using make
directly? This project https://github.com/lainsce/notejot doesn't use cmake
I think yes
Ok, I'll do that
I changed Gtk.Notebook
to Granite.Widgets.DynamicNotebook
The Granite library offers a large number of advanced widget features, it might be a good idea to take advantage of it. Many of them might be useful:
Here you can find an example with a demo application and here some components are explained.
I know I'm turning to your worst nightmare 😂