Guilherme Polo wrote:
> 
> On Tue, Jul 29, 2008 at 5:34 PM, Alexnb <[EMAIL PROTECTED]> wrote:
>>
>> This isn't really related to Tkinter, but I think some people here might
>> be
>> able to help me. I want to create a GUI That is kind of custom. Meaning
>> that
>> not just the standard stuff in Tkinter, but stuff that I create, such as
>> custom buttons and backgrounds. I don't care if it uses tcl or not. I am
>> just wondering what I can do to create such a thing and tie it together
>> with
>> python.
> 
> If it is not related to Tkinter then this is the wrong maillist.
> But.. depending on what kind of customization you wanna do, ttk/tile
> can help you there. I have some screenshots here:
> http://code.google.com/p/python-ttk/wiki/Screenshots merely showing
> Entry, Text, Scrollbar and Treeview customized to some extent but I
> fear you are after some heavy customizations.
> 
> So.. would you care to tell more about what you really wanna do ?
> 
>> --
>> View this message in context:
>> http://www.nabble.com/creating-a-custom-style-GUI-tp18720799p18720799.html
>> Sent from the Python - tkinter-discuss mailing list archive at
>> Nabble.com.
>>
>> _______________________________________________
>> Tkinter-discuss mailing list
>> Tkinter-discuss@python.org
>> http://mail.python.org/mailman/listinfo/tkinter-discuss
>>
> 
> 
> 
> -- 
> -- Guilherme H. Polo Goncalves
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss@python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss
> 
> 

Actually, what that linked to was what I would like to do, just theres a
little more to it. I want to be able to control like the colors and stuff,
but with pictures. A good example is I want to be able to have a background
of a frame in Tkinter to be an image, but I can't with the way my program
works. Thats just one thing. I mainly would like to control things like
that; putting images where you can't in Tkinter, things like that. 
-- 
View this message in context: 
http://www.nabble.com/creating-a-custom-style-GUI-tp18720799p18721612.html
Sent from the Python - tkinter-discuss mailing list archive at Nabble.com.

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to