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

Added FontChooserDialog to gotk3 #854

Merged
merged 1 commit into from
Dec 27, 2021

Conversation

ajm113
Copy link
Contributor

@ajm113 ajm113 commented Dec 27, 2021

Example usage:

		d, _ := gtk.FontChooserDialogNew("Choose Font", win)
		d.Run()
		fmt.Println("choosen font:", d.GetFont())
		d.Destroy()

@andre-hub andre-hub merged commit 1b6bdeb into gotk3:master Dec 27, 2021
@ajm113 ajm113 deleted the feature/fontChooserDialog branch December 28, 2021 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants