Re: Re[2]: Border

2005-09-19 Thread John Cupitt
On 9/19/05, Alexander S.Kresin <[EMAIL PROTECTED]> wrote: > And yet another question: > are there any functions, which draws the standard header of a top > window, so I could draw such a header for my container widget ? No, sorry :-( The window title bar and margins are not drawn by GTK,

Re[2]: Border

2005-09-19 Thread Alexander S.Kresin
Monday, September 19, 2005, 12:00:41 AM, John Cupitt <[EMAIL PROTECTED]> wrote: JC> If you want to draw a focus rectangle, you can use gtk_paint_focus() JC> in _expose(). Thanks for the tip ! And yet another question: are there any functions, which draws the standard header of a top w

Re[2]: Border

2005-09-18 Thread Alexander S.Kresin
âîñêðåñåíüå, 18 ñåíòÿáðÿ 2005 ã. Rss [EMAIL PROTECTED] wrote: RR> and what about RR> gtk_container_set_border_width(...) ??? This function doesn't draw the border, but only reserve a space for it. RR> --- "Alexander S.Kresin" <[EMAIL PROTECTED]> a RR> écrit : >> Hi All, >> >> Is it poss