ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> wxpython-users
wxpython-users
Re: [wxpython-users] SetMaxLength for ComboBox
by Robin Dunn other posts by this author
May 8 2008 9:16AM messages near this date
RE: [wxpython-users] SetMaxLength for ComboBox | [wxpython-users] Re: Getting Tired
Rickey, Kyle W wrote:
>  I was thinking this might work:
>  
>  for child in combo.GetChildren():
>  	if isinstance(child, wx.TextCtrl):
>  		text = child
>  		break
>  
>  Until I realized that the ComboBox doesn't have any children.

It may in the native implementation, but wx doesn't have or provide 
access to it.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!

_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Thread:
Phil Mayes
Robin Dunn
Phil Mayes
Kyle W Rickey
Robin Dunn

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved