![]() |
Problems with PannableArea()
I write settings dialog for desktop widget and I need TreeView with numbers list. If use ScrolledWindow for TreeView there is no problems to display widgets, except hildon functions. If use PannableArea with SizeRequestPolicy MINIMAL TreeView area displayed too small, with CHILDREN TreeView widget displayed above a buttons and lables.
How fix this ? Code:
class SMSWidgetDialog(gtk.Dialog): |
Re: Problems with PannableArea()
just add vbox and append pannablearea to vbox and set size.
Code:
view_vbox = gtk.VBox() |
All times are GMT. The time now is 11:19. |
vBulletin® Version 3.8.8