GtkHandleBox

Name

GtkHandleBox —

Synopsis


#include <gtk/gtk.h>


struct      GtkHandleBox;
GtkWidget*  gtk_handle_box_new              (void);
void        gtk_handle_box_set_shadow_type  (GtkHandleBox *handle_box,
                                             GtkShadowType type);
void        gtk_handle_box_set_handle_position
                                            (GtkHandleBox *handle_box,
                                             GtkPositionType position);
void        gtk_handle_box_set_snap_edge    (GtkHandleBox *handle_box,
                                             GtkPositionType edge);

Object Hierarchy


  GtkObject
   +----GtkWidget
         +----GtkContainer
               +----GtkBin
                     +----GtkHandleBox

Args


  "shadow"               GtkShadowType        : Read / Write

Signal Prototypes


"child-attached"
            void        user_function      (GtkHandleBox *handlebox,
                                            GtkWidget *widget,
                                            gpointer user_data);
"child-detached"
            void        user_function      (GtkHandleBox *handlebox,
                                            GtkWidget *widget,
                                            gpointer user_data);

Description

Details

struct GtkHandleBox

struct GtkHandleBox;


gtk_handle_box_new ()

GtkWidget*  gtk_handle_box_new              (void);

Returns : 


gtk_handle_box_set_shadow_type ()

void        gtk_handle_box_set_shadow_type  (GtkHandleBox *handle_box,
                                             GtkShadowType type);

handle_box : 
type : 


gtk_handle_box_set_handle_position ()

void        gtk_handle_box_set_handle_position
                                            (GtkHandleBox *handle_box,
                                             GtkPositionType position);

handle_box : 
position : 


gtk_handle_box_set_snap_edge ()

void        gtk_handle_box_set_snap_edge    (GtkHandleBox *handle_box,
                                             GtkPositionType edge);

handle_box : 
edge : 

Args

"shadow" (GtkShadowType : Read / Write)

Signals

The "child-attached" signal

void        user_function                  (GtkHandleBox *handlebox,
                                            GtkWidget *widget,
                                            gpointer user_data);

handlebox :the object which received the signal.
widget : 
user_data :user data set when the signal handler was connected.


The "child-detached" signal

void        user_function                  (GtkHandleBox *handlebox,
                                            GtkWidget *widget,
                                            gpointer user_data);

handlebox :the object which received the signal.
widget : 
user_data :user data set when the signal handler was connected.