|
Membres publics |
| gdk_window () |
| gdk_window (gdk_window &aParent, GdkWindowAttr &aAttributs, gint aMasque) |
| gdk_window (GdkWindow *w) |
| gdk_window (self const &gw) |
self & | Show () |
self & | Hide () |
bool | IsVisible () |
bool | IsViewable () |
self & | Move (drawable_pos aX, drawable_pos aY) |
self & | Resize (drawable_siz aLargeur, drawable_siz aHauteur) |
self & | MoveResize (drawable_pos aX, drawable_pos aY, drawable_siz aLargeur, drawable_siz aHauteur) |
self & | GetPosition (drawable_pos &aX, drawable_pos &aY) |
self & | GetSize (drawable_siz &aLargeur, drawable_siz &aHauteur) |
self & | GetGeometry (drawable_pos &aX, drawable_pos &aY, drawable_siz &aLargeur, drawable_siz &aHauteur, drawable_dep &aProfondeur) |
self & | Reparent (gdk_window &aMere, drawable_pos aX, drawable_pos aY) |
same | GetParent () |
same | GetToplevel () |
self & | SetTitle (std::string const &aTitre) |
self & | Raise () |
self & | Lower () |
self & | SetTransientFor (gdk_window &aDessous) |
self & | SetOverrideRedirect (bool aOverideRedirect) |
self & | SetColormap (gdk_colormap &cm) |
gdk_colormap | GetColormap () |
self & | SetEvents (GdkEventMask aEventMask) |
GdkEventMask | GetEvents () |
gdk_visual | GetVisual () |
GdkWindowType | GetType () |
self & | SetHints (drawable_pos aX, drawable_pos aY, drawable_siz aLargeurMin, drawable_siz aHauteurMin, drawable_siz aLargeurMax, drawable_siz aHauteurMax, gint aDrapeaux) |
self & | SetDecorations (GdkWMDecoration aDecorations) |
self & | SetGroup (gdk_window &aLeader) |
self & | SetBackground (gdk_color &c) |
self & | SetBackPixmap (gdk_pixmap &aPixmap, bool aCopie) |
self & | SetIcon (gdk_window &aIcone, gdk_pixmap &aPixmap, gdk_bitmap &aMasque) |
self & | Clear () |