def on_txtSearch_focus(self, widget, *args):
if widget.get_text() == _('buscar...'):
widget.modify_text(gtk.STATE_NORMAL, gtk.gdk.Color('black'))
widget.set_text('')
#-- Wmain.on_txtSearch_focus }
#-- Wmain.on_txtSearch_focus_out_event {
gnome_connection_manager.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录