On 2011-07-16 at 00:41, Alexandre Quessy wrote: > 2011/7/15 Emmanuele Bassi <[email protected]>: > > On 2011-06-29 at 19:53, Alexandre Quessy wrote: > >> Can someone point me to a working way to set the X11 window icon? > >> I don't need to use a GdkPixbuf at all here, I guess I could use a > >> XImage, or so. > > > > Mx has code for setting the Window icon. GDK has code as well. you can > > look at both. > > > > Shouldn't that be part of Clutter itself?
no; Clutter does not provide the API for abstracting a windowing system: that job is done better by other libraries, like GDK. > It seems to me it's a rather basic feature for a GUI toolkit. for a high level GUI toolkit, possibly; for Clutter, no. Clutter is a mid-level toolkit; it works best when it's either driving the whole windowing system (e.g. when using EGL and a framebuffer, or when used as the scene graph and animation API for writing a compositor) or when it's embedded into another windowing system (e.g. with Clutter-GTK). the windowing system API exposed is minimal, and it's usually geared towards allowing embedding. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
