e-gui-utils

Name

e-gui-utils -- 

Synopsis



void        e_popup_menu                    (GtkMenu *menu,
                                             GdkEventButton *event);
void        e_auto_kill_popup_menu_on_hide  (GtkMenu *menu);
void        e_notice                        (GtkWindow *window,
                                             const char *type,
                                             const char *format,
                                             ...);
void        e_container_foreach_leaf        (GtkContainer *container,
                                             GtkCallback callback,
                                             gpointer closure);
void        e_container_focus_nth_entry     (GtkContainer *container,
                                             int n);
gint        e_container_change_tab_order    (GtkContainer *container,
                                             GList *widgets);

Description

Details

e_popup_menu ()

void        e_popup_menu                    (GtkMenu *menu,
                                             GdkEventButton *event);

menu :

event :


e_auto_kill_popup_menu_on_hide ()

void        e_auto_kill_popup_menu_on_hide  (GtkMenu *menu);

menu :


e_notice ()

void        e_notice                        (GtkWindow *window,
                                             const char *type,
                                             const char *format,
                                             ...);

window :

type :

format :

... :


e_container_foreach_leaf ()

void        e_container_foreach_leaf        (GtkContainer *container,
                                             GtkCallback callback,
                                             gpointer closure);

container :

callback :

closure :


e_container_focus_nth_entry ()

void        e_container_focus_nth_entry     (GtkContainer *container,
                                             int n);

container :

n :


e_container_change_tab_order ()

gint        e_container_change_tab_order    (GtkContainer *container,
                                             GList *widgets);

container :

widgets :

Returns :