Re: How to show a pop-window in windows of GTK

2006-05-18 Thread Andrew Shafer

I believe what you are looking for can be accomplished using GtkPlug and
GtkSocket.



On Thu, 2006-05-18 at 01:38 +0200, LI Ying wrote:
> Hello,
> 
> I made a window which includes a screen and a button.When I click the
> button,
> it calls an executable file which creats a Pop-windows.
> 
> Now I need to embed this pop-window in the screen. I mean, I need to
> make the
> sreen show the contents of this pop-window.
> 
> Is is possible? I really have no idea, help me!!
> 
> 
> Ying
> 
> 
> ___
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


GdkEventClient? How can I get client messages from X?

2006-02-13 Thread Andrew Shafer

Is there an event mask or something that needs to be set to get client
messages from the X server?

I'm trying to get client messages from X with the Atom
_NET_STARTUP_INFO.

I tried registering a filter with gdk_add_client_message_filter:

gdk_add_client_message_filter(gdk_atom_intern("_NET_STARTUP_INFO",FALSE),
 my_filter_func,
 NULL);

I can see the filter get added to the display, and I can see the message
broadcast using xmon or the libstartup-notification
test-watch-xmessages, but I never get into the callback.

Any direction or insight would be greatly appreciated. . .

Regards


___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: gtkhtml. Where is a good reference

2006-01-26 Thread Andrew Shafer

gtkhtml is a dead project but these might help:
http://www.fifi.org/doc/libgtkhtml-dev/html/index.html
http://primates.ximian.com/~rodo/programing_with_gtkhtml_tutorial/guadec.html


On Thu, 2006-01-26 at 00:22 -0800, Van H Tran wrote:
> Hi all,
> Does any one know a good site on gtkhtml? It seems
> there are not that many "compelete" document on its
> API. 
> Or are there any projects that use gtkhtml
> _extensively_ somewhere so that i can refer to?
> 
> Thanks a lot for any reply
> Best regards,
> TranHoang
>  
> ___
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


gdk_window_set_child_shapes()

2005-11-30 Thread Andrew Shafer


Does anyone use this function?

Can I get a working example?

I have been through the archives and I haven't find any useful
information.

I want to be able to call gtk_widget_shape_combine_mask on a bunch of
children and then have the toplevel window be the union of these
children.  From the description gdk_window_set_child_shapes() seems like
the solution, but calling it just makes the window collapse to a single
dot. (although xwininfo says that all the children exist in their proper
dimensions) 

gdk_window_merge_child_shapes() is even stranger because then I get a
truncation of the top level rectangle.

Does anyone actually have experience using this function?

Regards,

Andrew Shafer  




___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list