NetSurf
Data Fields
fbtk_callback_info Struct Reference

widget callback information More...

#include <fbtk.h>

Collaboration diagram for fbtk_callback_info:
[legend]

Data Fields

enum fbtk_callback_type type
 
void * context
 
nsfb_event_t * event
 
int x
 
int y
 
char * text
 
fbtk_widget_twidget
 

Detailed Description

widget callback information

Definition at line 52 of file fbtk.h.

Field Documentation

◆ context

void* fbtk_callback_info::context

◆ event

nsfb_event_t* fbtk_callback_info::event

◆ text

char* fbtk_callback_info::text

Definition at line 58 of file fbtk.h.

◆ type

enum fbtk_callback_type fbtk_callback_info::type

Definition at line 53 of file fbtk.h.

Referenced by fb_scroll_callback(), and fbtk_post_callback().

◆ widget

fbtk_widget_t* fbtk_callback_info::widget

Definition at line 59 of file fbtk.h.

◆ x

int fbtk_callback_info::x

◆ y

int fbtk_callback_info::y

The documentation for this struct was generated from the following file: