[pygtk] confused about the expand and fill in table layout.

2008-02-19 Thread krishnakant Mane
hello all, can some one please help me understand the use of fill and expand in table layout? my understanding about table layout is that the attach_left specifies which column to be used (0 being first column), attach_right specifies till which column the widget should go (actual position

[pygtk] Toolbar layout button to right

2008-02-19 Thread Edward Stow
Hi, I'm having trouble packing a toolbar. I require a toolbar with 3 buttons packed to the left and one that is always on the right. As illustrated below. [Button1__Button2__Button3__Button4] Packing the three to the left is ok. This is the default behaviour of

Re: [pygtk] Toolbar layout button to right

2008-02-19 Thread Gian Mario Tagliaretti
On Feb 20, 2008 12:21 AM, Edward Stow [EMAIL PROTECTED] wrote: Hi Edward, I'm having trouble packing a toolbar. I require a toolbar with 3 buttons packed to the left and one that is always on the right. As illustrated below.

[pygtk] Automatically scrolling scrollbar on insertion of text

2008-02-19 Thread Stephen George
Hi All, I have a TextView with scroll bar, and programatically adding text to the end of the buffer as my program progresses. (non editable) Once the text buffer becomes large enough for the view to show the scroll bars, I'd like it to automatically scroll and show the latest line

Re: [pygtk] Toolbar layout button to right

2008-02-19 Thread Neil Dugan
Edward Stow wrote: Hi, I'm having trouble packing a toolbar. I require a toolbar with 3 buttons packed to the left and one that is always on the right. As illustrated below. [Button1__Button2__Button3__Button4] Packing the three to the left is ok. This is the