On Fri, 2005-06-24 at 13:50 -0400, Michael D'Ambrosio wrote: > Ok. I have two (hopefully) simple questions. > > Firstly, I was wondering if there was any way to change the way buttons > look in pygtk (they are kinda simple and ugly). I thought I have read this > before, but I couldn't find that entry again. I would imagine this would > have to be done out of the scope of pygtk, but I just want to be sure.
The user can change their theme which in most cases changes the style of the buttons. It is probably considered bad form to change the buttons to look like something you want, overriding the users theme. > > Also, I am trying to make something where you press a button and it'll do > something, but I want the button to stay depressed, as if you were holding > the mouse button over it. I know there is a signal that will do this, but > only when the mouse is over the button. I want to set this up so it stays > like that even when the mouse isn't over the button. Is this possible? A > start on this task would be highly appreciative. Thanks. It sounds like you want a toggle button. > > Mike > > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Steve McClure Racemi email: [EMAIL PROTECTED] 75 5th St NE voice: 404-892-5850 Suite 333 fax: 404-892-7215 Atlanta, GA 30308 http://www.racemi.com _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
