#include <EventBox.H>
|
virtual void | pack (GtkWidget *obj) |
|
Definition at line 23 of file EventBox.H.
EventBox::EventBox |
( |
void |
| ) |
|
|
inline |
Constructor
defaults to children below with a visible window
Definition at line 36 of file EventBox.H.
virtual void EventBox::pack |
( |
GtkWidget * |
obj | ) |
|
|
inlineprivatevirtual |
The function called to pack GTK widgets into the event box. Overloads Box::pack
- Parameters
-
obj | The GtkWidget to add to the container |
Reimplemented from Box.
Definition at line 28 of file EventBox.H.
void EventBox::setAboveChild |
( |
bool |
aboveChild | ) |
|
|
inline |
Whether to set the event box above it's children
- Parameters
-
aboveChild | if true, then set above the children, false will set it below. |
Definition at line 63 of file EventBox.H.
void EventBox::setBackgroundColour |
( |
GdkColor * |
colour, |
|
|
GtkStateType |
state = GTK_STATE_NORMAL |
|
) |
| |
|
inline |
set the background colour of the top window
- Parameters
-
colour | The GdkColour to change the background to |
state | The colour for a particular state. Defaults to GTK_STATE_NORMAL |
Definition at line 46 of file EventBox.H.
void EventBox::setBackgroundColour |
( |
const char * |
colourName, |
|
|
GtkStateType |
state = GTK_STATE_NORMAL |
|
) |
| |
|
inline |
set the background colour of the top window
- Parameters
-
colourName | The name of the colour to use. e.g. "white" |
state | The colour for a particular state. Defaults to GTK_STATE_NORMAL |
Definition at line 54 of file EventBox.H.
void EventBox::setVisibleWindow |
( |
bool |
visible | ) |
|
|
inline |
Whether the event box is visible (can change background and so on)
- Parameters
-
visible | true to show, false to hide |
Definition at line 70 of file EventBox.H.
The documentation for this class was generated from the following file: