Page principale   Modules   Liste des namespaces   Hiérarchie des classes   Liste des composants   Liste des fichiers   Membres des namespaces   Composants   Déclarations   Pages associées   Exemples  

Référence de la classe lgtkpp::gdk_window

#include <gdkwindows.hpp>

Graphe d'héritage de la classe lgtkpp::gdk_window

lgtkpp::gdk_drawable Liste de tous les membres

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 ()

Description détaillée

Exemples:

drawing_area.cpp.


Documentation des contructeurs et destructeurs

lgtkpp::gdk_window::gdk_window   [inline]
 

lgtkpp::gdk_window::gdk_window gdk_window &    aParent,
GdkWindowAttr &    aAttributs,
gint    aMasque
[inline]
 

lgtkpp::gdk_window::gdk_window GdkWindow *    w [inline]
 

lgtkpp::gdk_window::gdk_window self const &    gw [inline]
 


Documentation des méthodes

gdk_window & lgtkpp::gdk_window::Clear   [inline]
 

Exemples:
drawing_area.cpp.

gdk_colormap lgtkpp::gdk_window::GetColormap   [inline]
 

Exemples:
drawing_area.cpp.

GdkEventMask lgtkpp::gdk_window::GetEvents   [inline]
 

gdk_window & lgtkpp::gdk_window::GetGeometry drawable_pos   aX,
drawable_pos   aY,
drawable_siz   aLargeur,
drawable_siz   aHauteur,
drawable_dep   aProfondeur
[inline]
 

gdk_window lgtkpp::gdk_window::GetParent   [inline]
 

gdk_window & lgtkpp::gdk_window::GetPosition drawable_pos   aX,
drawable_pos   aY
[inline]
 

gdk_window & lgtkpp::gdk_window::GetSize drawable_siz   aLargeur,
drawable_siz   aHauteur
[inline]
 

gdk_window lgtkpp::gdk_window::GetToplevel   [inline]
 

GdkWindowType lgtkpp::gdk_window::GetType   [inline]
 

gdk_visual lgtkpp::gdk_window::GetVisual   [inline]
 

gdk_window & lgtkpp::gdk_window::Hide   [inline]
 

bool lgtkpp::gdk_window::IsViewable   [inline]
 

bool lgtkpp::gdk_window::IsVisible   [inline]
 

gdk_window & lgtkpp::gdk_window::Lower   [inline]
 

gdk_window & lgtkpp::gdk_window::Move drawable_pos    aX,
drawable_pos    aY
[inline]
 

gdk_window & lgtkpp::gdk_window::MoveResize drawable_pos    aX,
drawable_pos    aY,
drawable_siz    aLargeur,
drawable_siz    aHauteur
[inline]
 

gdk_window & lgtkpp::gdk_window::Raise   [inline]
 

gdk_window & lgtkpp::gdk_window::Reparent gdk_window &    aMere,
drawable_pos    aX,
drawable_pos    aY
[inline]
 

gdk_window & lgtkpp::gdk_window::Resize drawable_siz    aLargeur,
drawable_siz    aHauteur
[inline]
 

gdk_window & lgtkpp::gdk_window::SetBackground gdk_color   c [inline]
 

Exemples:
drawing_area.cpp.

gdk_window & lgtkpp::gdk_window::SetBackPixmap gdk_pixmap   aPixmap,
bool    aCopie
[inline]
 

gdk_window & lgtkpp::gdk_window::SetColormap gdk_colormap   cm [inline]
 

gdk_window & lgtkpp::gdk_window::SetDecorations GdkWMDecoration    aDecorations [inline]
 

gdk_window & lgtkpp::gdk_window::SetEvents GdkEventMask    aEventMask [inline]
 

gdk_window & lgtkpp::gdk_window::SetGroup gdk_window &    aLeader [inline]
 

gdk_window & lgtkpp::gdk_window::SetHints drawable_pos    aX,
drawable_pos    aY,
drawable_siz    aLargeurMin,
drawable_siz    aHauteurMin,
drawable_siz    aLargeurMax,
drawable_siz    aHauteurMax,
gint    aDrapeaux
[inline]
 

gdk_window & lgtkpp::gdk_window::SetIcon gdk_window &    aIcone,
gdk_pixmap   aPixmap,
gdk_bitmap   aMasque
[inline]
 

gdk_window & lgtkpp::gdk_window::SetOverrideRedirect bool    aOverideRedirect [inline]
 

gdk_window & lgtkpp::gdk_window::SetTitle std::string const &    aTitre [inline]
 

gdk_window & lgtkpp::gdk_window::SetTransientFor gdk_window &    aDessous [inline]
 

gdk_window & lgtkpp::gdk_window::Show   [inline]
 


La documentation associée à cette classe a été générée à partir du fichier suivant :
Généré le Sun Oct 5 15:03:45 2003 pour lightgtk++ par doxygen1.3-rc3