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













-1















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?










share|improve this question



















  • 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















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?










share|improve this question



















  • 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








-1








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?










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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












  • 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












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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

AWS Lex not identifying response if by a variable The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceEnforcing custom enumeration in AWS LEX for slot valuesHow to give response based on user response in Amazon Lex?Intercepting AWS Lambda Response to a AWS Lex QueryLex chat bot error: Reached second execution of fulfillment lambda on the same utteranceamazon lex showing invalid responseLambda response send back to Lex slot?Response card in Amazon lexAmazon Lex - Lambda response return HTML to botHow can I solve 424 (Failed Dependency) (python) obtained from Amazon lex?

Алба-Юлія

Захаров Федір Захарович