index
gtk-- homepage
Description:
Gtk_HandleBox
#include
<gtk--/handlebox.h>
Base classes:
Gtk_Bin
A widget for separating area to its own window
Properties:
Name
Type
Get
Set
Description
bin_window
GdkWindow*
parent window for children
float_window
GdkWindow*
 
shadow_type
GtkShadowType
 
handle_position
guint:2
 
float_window_mapped
guint:1
 
child_detached
guint:1
 
in_drag
guint:1
 
shrink_on_detach
guint:1
Public member index:
Gtk_HandleBox
();
Gtk_HandleBox
(
GtkHandleBox
*
castitem
);
signal
void
child_attached_c
(
GtkWidget
*);
signal
void
child_detached_c
(
GtkWidget
*);
signal
void
child_attached
(
Gtk_Widget
*);
signal
void
child_detached
(
Gtk_Widget
*);
void
set_shadow_type
(
GtkShadowType
type
);
GtkHandleBox
*
gtkobj
();
const
GtkHandleBox
*
gtkobj
()
const
;
static
bool
isGtkHandleBox
(
Gtk_Object
*
checkcast
);
Protected member index:
virtual
void
*
get_parent_class
();
virtual
void
child_attached_c_impl
(
GtkWidget
*
p1
);
virtual
void
child_detached_c_impl
(
GtkWidget
*
p1
);
Private member index:
GtkType
get_type
();
Public member details:
Protected member details:
Private member details:
Examples:
(pages generated by
PERCEPS
-script.)