Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5203862
Hits Heute: 519
max. Hits (10.07.07): 6964
User Online: 23
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Cascading Style Sheets. Der bhv Co@ch
Cascading Style Sheets. Der bhv Co@ch

Manuals > PHP-GTK > GtkEventBox

GtkEventBox

Widget used to capture events for widgets with no GdkWindow.

Object Hierarchy

GtkObject
`-- GtkWidget
      `-- GtkContainer
            `-- GtkBin
                  `-- GtkEventBox

Description

The GtkEventBox is used to capture events for widgets that do not have their own window.

Most widgets inherit the window property from GtkWidget, which makes it possible to use those widgets interactively. However, some widgets are flagged as GTK_NO_WINDOW at source, because there is rarely a need to capture events crossing those widgets.

The following widgets and their descendants fall into this category and need to be packed into an event box before they can be made to respond to user activity:
GtkAlignment
GtkArrow
GtkBox
GtkCheckButton
GtkFrame
GtkImage
GtkItem
GtkLabel
GtkPacker
GtkPixmap
GtkScale
GtkScrolledWindow
GtkSeparator
GtkTable
GtkToggleButton - alters according to its draw indicator status!

Constructor

GtkEventBox (void);
-- Creates a means of capturing events where there is none.


Copyright 1998 - 2009 by I.S.U.M.