NetSurf
Enumerations | Functions
ctxmenu.h File Reference

Interface to Intuition-based context menu operations. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  { AMI_CTXMENU_HISTORY_BACK = 0 , AMI_CTXMENU_HISTORY_FORWARD = 1 }
 

Functions

void ami_ctxmenu_init (void)
 
void ami_ctxmenu_free (void)
 
struct Hook * ami_ctxmenu_get_hook (APTR data)
 
void ami_ctxmenu_release_hook (struct Hook *hook)
 
struct Menu * ami_ctxmenu_history_create (int direction, struct gui_window_2 *gwin)
 
struct Menu * ami_ctxmenu_clicktab_create (struct gui_window_2 *gwin, Object **clicktab_obj)
 

Detailed Description

Interface to Intuition-based context menu operations.

Definition in file ctxmenu.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
AMI_CTXMENU_HISTORY_BACK 
AMI_CTXMENU_HISTORY_FORWARD 

Definition at line 29 of file ctxmenu.h.

Function Documentation

◆ ami_ctxmenu_clicktab_create()

struct Menu * ami_ctxmenu_clicktab_create ( struct gui_window_2 gwin,
Object **  clicktab_obj 
)
inline

Definition at line 90 of file ctxmenu.h.

Referenced by ami_toggletabbar().

Here is the caller graph for this function:

◆ ami_ctxmenu_free()

void ami_ctxmenu_free ( void  )
inline

Definition at line 86 of file ctxmenu.h.

Referenced by gui_quit().

Here is the caller graph for this function:

◆ ami_ctxmenu_get_hook()

struct Hook * ami_ctxmenu_get_hook ( APTR  data)
inline

Definition at line 87 of file ctxmenu.h.

Referenced by gui_window_create().

Here is the caller graph for this function:

◆ ami_ctxmenu_history_create()

struct Menu * ami_ctxmenu_history_create ( int  direction,
struct gui_window_2 gwin 
)
inline

Definition at line 89 of file ctxmenu.h.

Referenced by ami_update_buttons(), and gui_window_create().

Here is the caller graph for this function:

◆ ami_ctxmenu_init()

void ami_ctxmenu_init ( void  )
inline

Definition at line 85 of file ctxmenu.h.

Referenced by main().

Here is the caller graph for this function:

◆ ami_ctxmenu_release_hook()

void ami_ctxmenu_release_hook ( struct Hook *  hook)
inline

Definition at line 88 of file ctxmenu.h.

Referenced by gui_window_destroy().

Here is the caller graph for this function: