Python

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Change the color of a menubar

    3 answers - 151 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hello!
    I want to change the color of my menubar, but I don't know how to do it
    Any idea?
    Thanks.
    ** Leticia
  • No.1 | | 586 bytes | |

    Hello Leticia,

    I want to change the color of my menubar, but I don't know how to do it

    You can not do it directly from wxPython, but if you are using Windows
    and you have Mark Hammond's win32 module installed and ctypes, you can
    try the way explained in this article:

    Hope this helps.

    Andrea.

    "Imagination Is The Weapon In The War Against Reality."

    To unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.org
    For additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org
  • No.2 | | 236 bytes | |

    Leticia wrote:
    Hello!
    I want to change the color of my menubar, but I dont know how to do it
    It can't be done from the application. The menu bar will always use the
    system preferences for color and other styles.
  • No.3 | | 570 bytes | |

    Robin Dunn wrote:
    Leticia wrote:
    >Hello!
    >>

    >
    >>

    >I want to change the color of my menubar, but I dont know how to do it
    >>


    It can't be done from the application. The menu bar will always use the
    system preferences for color and other styles.

    , as I should have said, it can't be done from the application using
    wx. If you don't mind going native, nearly anything can be possible.

Re: Change the color of a menubar


max 4000 letters.
Your nickname that display:
In order to stop the spam: 0 + 9 =
QUESTION ON "Python"

EMSDN.COM