Skip to content

On0n0k1/address_book_gtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

address_book_gtk

address_book_gtk

Address Book implemented in GTK with Rust

Need to install gtk development library to test it in ubuntu.

Name of library is libgtk-3-dev. Can be installed with "sudo apt-get install libgtk-3-dev". As shown in the link https://www.gtk.org/docs/installations/linux/

Docker image doesn't Work yet. Please don't run it. It's taking more than half an hour to install the library there, didn't have time to test if it work yet.

Steps to run:

Things to consider:

  • Buttons working properly.

  • When a client is not saved, a window pops up asking to save.

  • When a client is created but not saved, the window will ask to finish editing or delete the unfinished client.

  • If save button is pressed, but there are still invalid entries, a window will prompt the user and not save it (not implemented yet).

  • Each entry will check for it's own validity (Not implemented yet).

About

Address Book implemented in GTK with Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published