Re: help_focusRectangle

2005-05-04 Thread Antonio Gomes
Hi Ashok, One possible solution is to use a theme the already provides it ( draw a yellow rectangle around above the focused widget) or customize one. I can not give you more details , because i've never did anything related ... i did implement just switches between application themes using existi

help_focusRectangle

2005-05-03 Thread Ashok jain
I have created a widget by using gtk APIs like this: //Window creation setupmenu_window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_object_set_data (GTK_OBJECT (setupmenu_window), "setupmenu_window", setupmenu_window); gtk_widget_set_usize (setupmenu_window, WIN_WIDTH, WIN_HEIGHT); GTK_WIDGET_SET_