https://github.com/tingping/libsexy3
Custom Gtk3 widgets
https://github.com/tingping/libsexy3
Last synced: 6 months ago
JSON representation
Custom Gtk3 widgets
- Host: GitHub
- URL: https://github.com/tingping/libsexy3
- Owner: TingPing
- License: lgpl-2.1
- Archived: true
- Created: 2014-03-05T22:37:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T05:18:29.000Z (over 9 years ago)
- Last Synced: 2025-10-30T11:47:00.333Z (8 months ago)
- Language: C
- Homepage: https://tingping.github.io/libsexy3
- Size: 394 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# libsexy3
This is a *"continuation"* of the libsexy library.
Currently only spell-entry has been ported, most of the
other widgets are no longer needed/used. More may be added
in the future.
## Docs
- [C](http://tingping.github.io/libsexy3/c)
- [Python](http://tingping.github.io/libsexy3/py)
## Changes
### Additions
- Glade catalog
- GIR files
- VAPI files
- Use gobject-properties
- Add underline-color style
### Differences
- Enchant is now a build time requirement
- ```sexy_spell_entry_is_checked``` --> ```sexy_spell_entry_get_checked```
- Stock icons have been removed from the menus
- Apostrophe's are now properly handled
### Todo
- Add libsexy3mm files
- Add translations
- Automate updating docs
## Install
### Dependencies
- gtk3-devel
- enchant-devel
- iso-codes-devel
- gobject-introspection-devel
- vala-tools
- gtk-doc
```sh
./autogen.sh
./configure --enable-vala --enable-gobject-introspection
make
sudo make install
```