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

Use default button relief and use symbolic icons #205

Merged
merged 3 commits into from
Mar 6, 2020

Conversation

SilverRainZ
Copy link
Member

Close #200.

The GtkMenuButton widget can hold any valid child widget.
That is, it can hold almost any other standard GtkWidget.
The most commonly used child is GtkImage. If no widget is
explicitely added to the GtkMenuButton, a GtkImage is
automatically created, using an arrow image oriented
according to “direction” or the generic “open-menu-symbolic”
icon if the direction is not set.
@SilverRainZ SilverRainZ force-pushed the improve/use-default-button-relief branch from f16809b to ad4ac72 Compare March 6, 2020 12:51
@SilverRainZ SilverRainZ self-assigned this Mar 6, 2020
@SilverRainZ SilverRainZ merged commit a88d91a into master Mar 6, 2020
@SilverRainZ SilverRainZ deleted the improve/use-default-button-relief branch April 12, 2020 03:41
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.

Use default button relief in HeaderBar
1 participant