Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib/gtk: add services from GTK+ 3.10 and rename some core services #1809

Merged
merged 5 commits into from
Nov 5, 2015

Conversation

xymus
Copy link
Contributor

@xymus xymus commented Nov 3, 2015

Services from v3.10 includes the HeaderBar (the large window top bar with custom buttons) and the Stack which shows only 1 widget at a time with transition effects. The renamed services use the same name as in C.

# limitations under the License.

# Services from GDK
module gdk is pkgconfig "gtk+-3.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pkgconfig "gdk-3.0"

@privat
Copy link
Member

privat commented Nov 3, 2015

+1

@xymus
Copy link
Contributor Author

xymus commented Nov 3, 2015

Rerolled with pkgconfig("gdk-3.0") as mentioned by @privat.

… parts

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
@xymus
Copy link
Contributor Author

xymus commented Nov 3, 2015

Unroll to the original version...

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
privat added a commit that referenced this pull request Nov 5, 2015
…ices

Services from v3.10 includes the `HeaderBar` (the large window top bar with custom buttons) and the `Stack` which shows only 1 widget at a time with transition effects. The renamed services use the same name as in C.

Pull-Request: #1809
Reviewed-by: Jean Privat <jean@pryen.org>
@privat privat merged commit 139b263 into nitlang:master Nov 5, 2015
@xymus xymus deleted the gtk branch November 9, 2015 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants