NetSurf
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "desktop/version.h"
#include "utils/log.h"
#include "testament.h"
#include "utils/useragent.h"
#include "curl/curlver.h"
#include "netsurf/clipboard.h"
#include "beos/about.h"
#include "beos/scaffolding.h"
#include "beos/window.h"
#include <private/interface/AboutWindow.h>
#include <Application.h>
#include <Invoker.h>
#include <String.h>
Go to the source code of this file.
Macros | |
#define | __STDBOOL_H__ 1 |
Functions | |
void | nsbeos_about (struct gui_window *gui) |
Creates the about alert. More... | |
void nsbeos_about | ( | struct gui_window * | gui | ) |
Creates the about alert.
Definition at line 44 of file about.cpp.
References netsurf_version, text(), and user_agent_string().
Referenced by nsbeos_dispatch_event(), and nsbeos_scaffolding_dispatch_event().