mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
Make hotlist buttons show the URL as a HelpHint
This commit is contained in:
parent
bb4b602148
commit
a1beeda9da
@ -3147,6 +3147,7 @@ static bool ami_gui_hotlist_add(void *userdata, int level, int item, const char
|
||||
|
||||
speed_button_node = AllocSpeedButtonNode(item,
|
||||
SBNA_Image, lab_item,
|
||||
SBNA_HintInfo, nsurl_access(url),
|
||||
SBNA_UserData, (void *)url,
|
||||
TAG_DONE);
|
||||
|
||||
|
@ -80,6 +80,7 @@
|
||||
#define IA_Label TAG_IGNORE
|
||||
#define SA_Compositing TAG_IGNORE
|
||||
#define SBNA_Text TAG_IGNORE
|
||||
#define SBNA_HintInfo TAG_IGNORE
|
||||
#define TNA_CloseGadget TAG_IGNORE
|
||||
#define TNA_HintInfo TAG_IGNORE
|
||||
#define WA_ContextMenuHook TAG_IGNORE
|
||||
|
Loading…
Reference in New Issue
Block a user