How to make Gtk3 buttons change color on hover, like Gtk2 buttons?How to catch GTK focus state in gtkrc?GTK - Don't highlight buttons on select / hoverHow to change the cursor on a Button?How to make buttons different colours in Python GTK3 (using gi)?How do I update gdk_rgb_cmap_new from gtk2 to gtk3?How to handle mouse motion events in GTK3?Change behaviour of GTK3 mouse cursor using keyboardGet color scheme from GTKGtk2 Get data from 2 entries with the same buttonGTK2 vs. GTK3: detect GTK3 theme in bash script
C++ check if statement can be evaluated constexpr
"before" and "want" for the same systemd service?
What fields between the rationals and the reals allow a good notion of 2D distance?
What kind of floor tile is this?
PTIJ: Why is Haman obsessed with Bose?
The IT department bottlenecks progress, how should I handle this?
Non-trope happy ending?
Does Doodling or Improvising on the Piano Have Any Benefits?
How to get directions in deep space?
How to make money from a browser who sees 5 seconds into the future of any web page?
Permission on Database
Why should universal income be universal?
How to preserve electronics (computers, iPads and phones) for hundreds of years
Why Shazam when there is already Superman?
I found an audio circuit and I built it just fine, but I find it a bit too quiet. How do I amplify the output so that it is a bit louder?
What does "Scientists rise up against statistical significance" mean? (Comment in Nature)
How does electrical safety system work on ISS?
Do we have to expect a queue for the shuttle from Watford Junction to Harry Potter Studio?
How could a planet have erratic days?
How do I fix the group tension caused by my character stealing and possibly killing without provocation?
Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?
What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?
Microchip documentation does not label CAN buss pins on micro controller pinout diagram
Find the next value of this number series
How to make Gtk3 buttons change color on hover, like Gtk2 buttons?
How to catch GTK focus state in gtkrc?GTK - Don't highlight buttons on select / hoverHow to change the cursor on a Button?How to make buttons different colours in Python GTK3 (using gi)?How do I update gdk_rgb_cmap_new from gtk2 to gtk3?How to handle mouse motion events in GTK3?Change behaviour of GTK3 mouse cursor using keyboardGet color scheme from GTKGtk2 Get data from 2 entries with the same buttonGTK2 vs. GTK3: detect GTK3 theme in bash script
I adapted my program to gtk3, and there are buttons. When the program was gtk2, the buttons in gtk2 just look more user friendly to me. Everyone likes a good user friendly interface. I like highlighting buttons (Buttons whose shading changes when the user hovers their mouse over them). How can I make gtk2 style buttons in gtk3, but everything else remains gtk3 style?
c migration gtk gtk3 gtk2
|
show 5 more comments
I adapted my program to gtk3, and there are buttons. When the program was gtk2, the buttons in gtk2 just look more user friendly to me. Everyone likes a good user friendly interface. I like highlighting buttons (Buttons whose shading changes when the user hovers their mouse over them). How can I make gtk2 style buttons in gtk3, but everything else remains gtk3 style?
c migration gtk gtk3 gtk2
1
Taste is a matter of opinion. :-)
– Scheff
Mar 7 at 7:00
Have you tried to "style" your button? We switched to Qt after we had stability concerns with GTK 3 on Windows, and hence, I'm not quite up-to-date anymore but, out of curiosity, I googled and found: GTK+ CSS Overview. For me, this looks promising somehow...
– Scheff
Mar 7 at 7:05
2
This question is subjective, and is based on opinion. Please reword your question to something like "How do I make Gtk3 buttons color change when the mouse is hovering over them?"
– theGtknerd
Mar 7 at 11:14
@theGtknerd I make my question clear enough, I want the gkt2 style buttons in gtk3
– Asadefa
Mar 7 at 23:28
1
Then reword your question to "How do I make Gtk3 buttons shade when the moouse is over them". Posting some code would also be a plus.
– theGtknerd
Mar 9 at 11:42
|
show 5 more comments
I adapted my program to gtk3, and there are buttons. When the program was gtk2, the buttons in gtk2 just look more user friendly to me. Everyone likes a good user friendly interface. I like highlighting buttons (Buttons whose shading changes when the user hovers their mouse over them). How can I make gtk2 style buttons in gtk3, but everything else remains gtk3 style?
c migration gtk gtk3 gtk2
I adapted my program to gtk3, and there are buttons. When the program was gtk2, the buttons in gtk2 just look more user friendly to me. Everyone likes a good user friendly interface. I like highlighting buttons (Buttons whose shading changes when the user hovers their mouse over them). How can I make gtk2 style buttons in gtk3, but everything else remains gtk3 style?
c migration gtk gtk3 gtk2
c migration gtk gtk3 gtk2
edited Mar 16 at 23:25
Asadefa
asked Mar 7 at 4:15
AsadefaAsadefa
17815
17815
1
Taste is a matter of opinion. :-)
– Scheff
Mar 7 at 7:00
Have you tried to "style" your button? We switched to Qt after we had stability concerns with GTK 3 on Windows, and hence, I'm not quite up-to-date anymore but, out of curiosity, I googled and found: GTK+ CSS Overview. For me, this looks promising somehow...
– Scheff
Mar 7 at 7:05
2
This question is subjective, and is based on opinion. Please reword your question to something like "How do I make Gtk3 buttons color change when the mouse is hovering over them?"
– theGtknerd
Mar 7 at 11:14
@theGtknerd I make my question clear enough, I want the gkt2 style buttons in gtk3
– Asadefa
Mar 7 at 23:28
1
Then reword your question to "How do I make Gtk3 buttons shade when the moouse is over them". Posting some code would also be a plus.
– theGtknerd
Mar 9 at 11:42
|
show 5 more comments
1
Taste is a matter of opinion. :-)
– Scheff
Mar 7 at 7:00
Have you tried to "style" your button? We switched to Qt after we had stability concerns with GTK 3 on Windows, and hence, I'm not quite up-to-date anymore but, out of curiosity, I googled and found: GTK+ CSS Overview. For me, this looks promising somehow...
– Scheff
Mar 7 at 7:05
2
This question is subjective, and is based on opinion. Please reword your question to something like "How do I make Gtk3 buttons color change when the mouse is hovering over them?"
– theGtknerd
Mar 7 at 11:14
@theGtknerd I make my question clear enough, I want the gkt2 style buttons in gtk3
– Asadefa
Mar 7 at 23:28
1
Then reword your question to "How do I make Gtk3 buttons shade when the moouse is over them". Posting some code would also be a plus.
– theGtknerd
Mar 9 at 11:42
1
1
Taste is a matter of opinion. :-)
– Scheff
Mar 7 at 7:00
Taste is a matter of opinion. :-)
– Scheff
Mar 7 at 7:00
Have you tried to "style" your button? We switched to Qt after we had stability concerns with GTK 3 on Windows, and hence, I'm not quite up-to-date anymore but, out of curiosity, I googled and found: GTK+ CSS Overview. For me, this looks promising somehow...
– Scheff
Mar 7 at 7:05
Have you tried to "style" your button? We switched to Qt after we had stability concerns with GTK 3 on Windows, and hence, I'm not quite up-to-date anymore but, out of curiosity, I googled and found: GTK+ CSS Overview. For me, this looks promising somehow...
– Scheff
Mar 7 at 7:05
2
2
This question is subjective, and is based on opinion. Please reword your question to something like "How do I make Gtk3 buttons color change when the mouse is hovering over them?"
– theGtknerd
Mar 7 at 11:14
This question is subjective, and is based on opinion. Please reword your question to something like "How do I make Gtk3 buttons color change when the mouse is hovering over them?"
– theGtknerd
Mar 7 at 11:14
@theGtknerd I make my question clear enough, I want the gkt2 style buttons in gtk3
– Asadefa
Mar 7 at 23:28
@theGtknerd I make my question clear enough, I want the gkt2 style buttons in gtk3
– Asadefa
Mar 7 at 23:28
1
1
Then reword your question to "How do I make Gtk3 buttons shade when the moouse is over them". Posting some code would also be a plus.
– theGtknerd
Mar 9 at 11:42
Then reword your question to "How do I make Gtk3 buttons shade when the moouse is over them". Posting some code would also be a plus.
– theGtknerd
Mar 9 at 11:42
|
show 5 more comments
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55035979%2fhow-to-make-gtk3-buttons-change-color-on-hover-like-gtk2-buttons%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55035979%2fhow-to-make-gtk3-buttons-change-color-on-hover-like-gtk2-buttons%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Taste is a matter of opinion. :-)
– Scheff
Mar 7 at 7:00
Have you tried to "style" your button? We switched to Qt after we had stability concerns with GTK 3 on Windows, and hence, I'm not quite up-to-date anymore but, out of curiosity, I googled and found: GTK+ CSS Overview. For me, this looks promising somehow...
– Scheff
Mar 7 at 7:05
2
This question is subjective, and is based on opinion. Please reword your question to something like "How do I make Gtk3 buttons color change when the mouse is hovering over them?"
– theGtknerd
Mar 7 at 11:14
@theGtknerd I make my question clear enough, I want the gkt2 style buttons in gtk3
– Asadefa
Mar 7 at 23:28
1
Then reword your question to "How do I make Gtk3 buttons shade when the moouse is over them". Posting some code would also be a plus.
– theGtknerd
Mar 9 at 11:42