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,
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
âîñêðåñåíüå, 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