代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.h
#ifndef __INTERFACE_H__
#define __INTERFACE_H__
#include "browser.h"
void a_Interface_init(void);
void a_Interface_stop(BrowserWindow *bw);
void a_Interface_clean(BrowserWindow *bw);
void a_Interfac
interface.c
/*
* File: interface.c
*
* Copyright (C) 1997 Raph Levien
* Copyright (C) 1999 Sammy Mannaert
*
* This program is free software; you can redistribute it and/or m
interface.c
/* Code to manipulate interface information, shared between ifconfig and
netstat.
10/1998 partly rewriten by Andi Kleen to support an interface list.
I don't claim that the list operatio
interface.h
struct user_net_device_stats {
unsigned long rx_packets; /* total packets received */
unsigned long tx_packets; /* total packets transmitted */
unsigned long rx_bytes; /* total by
interface.cpp
#include"interface.h"
#include"resource.h"
bool DockCtrl::IsClassRegistered=false;
HMENU DockCtrl::hMenu=NULL;
#define POPUP_STYLES (WS_POPUP | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_SYSMENU |
interface.h
#ifndef INTERFACE_H
#define INTERFACE_H
#include
#include
#include"set.h"
#define DOCK_LEFT 1
#define DOCK_RIGHT 2
#define DOCK_TOP 4
#define DOCK_BOTTOM 8
#define NO
interface.h
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
GtkWidget* create_MainWindow (void);
GtkWidget* create_AboutWindow (void);
GtkWidget* create_PropertiesWindow (void);
GtkWidget* create_Mai
interface.c
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#ifdef HAVE_CONFIG_H
# include
#endif
#include
#include
#include
#include
#in
interface.cpp
/******************************************************************************************************************
interface.h
#ifndef _INTERFACE_H
#define _INTERFACE_H
class CInterface
{
public:
CInterface();
~CInterface();
public:
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~