gtk_image_new_from_pixmap , shows extra pixes around image ?

2008-07-22 Thread sphurti durgade
Hello all, I am creating am image from pixmap , and pixbuf . before that i am changing the shape of the window using shape_combine_mask, the image i am using is having transparency, here is the code: http://pastebin.com/m22141012 i am facing problem : image is able to create and able to

Re: Wrting to a text file in N800 /media/mmc1

2008-07-16 Thread sphurti durgade
Hi Nisha, I think here is not problem of writing into file. This problem is because of file permission. check the permission of the respective file , does it has writing permission for the user as well? , if not give the write permission. as I know on maemo if your application creates a

how to hide popup window ?

2007-11-22 Thread sphurti durgade
Hi i am creating one pop-up window witch contains one widget in my main application window . i am showing this pop-up window on one button press event (in callback of button ) at current mouse position Now i want to hide this window when i press any other widget on window including main

How to inserts a widget in the toolbar at the given position

2007-11-16 Thread sphurti durgade
hello, how to inserts a widget in the toolbar at the given position. because gtk_toolbar_insert_widget is deprecated i tried with gtk_tool_button_new (GtkWidget *icon_widget, const gchar *label); instead of icon_widget i used other widget (e.g GtkHScale) it is able to show hscale in its

GtkFixed disables expand propertiy of GtkVBox ?

2007-11-15 Thread sphurti durgade
Hi i am packing /putting notebook and one search box into fixed (GtkFixed). and this fixed is packed into vbox with expand and fill parameter as TRUE . so that when i maximized window only notebook get expand but when i maximized window the notebook is not get expanded i am not

notebook tab with other widget

2007-11-12 Thread sphurti durgade
hello, i am using notebook in my application. i want to reduce the tab size and placing other widget next/near to tab(e.g search label with entry box = search box ). if i use hbox to pack the notebook with widget it is placing horizontally with notebook . how can i place my search box near

setting image on any widget

2007-10-23 Thread sphurti durgade
Hi All i want to set image on any widget including container. eg. we have function in GtkButton to set image on button. i.e void gtk_button_set_image(GtkButton *button,GtkWidget *image); similarly i want to set image on other widgets (like hscale,vbox,notebook with tab ) i am setting the