GtkContainer
Name
GtkContainer - Object to place widgets into
Synopsis
Signal Prototypes
"add" |
<void> |
(user_function |
container widget [data]) |
"remove" |
<void> |
(user_function |
container widget [data]) |
"check-resize" |
<void> |
(user_function |
container [data]) |
"focus" |
<symbol> |
(user_function |
container direction_type [data]) |
"set-focus-child" |
<void> |
(user_function |
container widget [data]) |
Description
Details
<boolean> |
(container? |
object) |
Tests if an object is a GtkContainer.
|
object
|
object to test |
|
Returns
|
true if object is a GtkContainer |
<void> |
(container-add |
container widget) |
Adds a widget to a container.
|
container
|
container to add widget to |
|
widget
|
widget to add to container |
|
Returns
|
<void> |
<void> |
(container-set-border-width |
container width) |
Sets the border width of a container.
|
container
|
Container to set width on |
|
width
|
Width of border |
|
Returns
|
<void> |
Signals
The "add" signal
"add" |
<void> |
(user_function |
container widget [data]) |
|
container
|
object which received the signal |
|
widget
|
|
|
data
|
user data set when signal handler was connected |
|
Returns
|
|
The "remove" signal
"remove" |
<void> |
(user_function |
container widget [data]) |
|
container
|
object which received the signal |
|
widget
|
|
|
data
|
user data set when signal handler was connected |
|
Returns
|
|
The "check-resize" signal
|
container
|
object which received the signal |
|
data
|
user data set when signal handler was connected |
|
Returns
|
|
The "focus" signal
"focus" |
<symbol> |
(user_function |
container direction [data]) |
|
container
|
object which received the signal |
|
direction
|
|
|
data
|
user data set when signal handler was connected |
|
Returns
|
|
The "set-focus-child" signal
|
container
|
object which received the signal |
|
widget
|
|
|
data
|
user data set when signal handler was connected |
|
Returns
|
|
Last modified: Wed Mar 19 20:17:15 EST 2003