NetSurf
Functions
selectmenu.c File Reference
#include "amiga/selectmenu.h"
Include dependency graph for selectmenu.c:

Go to the source code of this file.

Functions

void gui_create_form_select_menu (struct gui_window *g, struct form_control *control)
 
BOOL ami_selectmenu_is_safe ()
 Opens popupmenu.library to check the version. More...
 

Function Documentation

◆ ami_selectmenu_is_safe()

BOOL ami_selectmenu_is_safe ( void  )

Opens popupmenu.library to check the version.

Versions older than 53.11 are dangerous!

Returns
TRUE if popupmenu is safe, FALSE otherwise.

Definition at line 194 of file selectmenu.c.

Referenced by ami_gui_opts_open().

Here is the caller graph for this function:

◆ gui_create_form_select_menu()

void gui_create_form_select_menu ( struct gui_window g,
struct form_control control 
)

Definition at line 190 of file selectmenu.c.