~ubuntu-branches/ubuntu/jaunty/lxpanel/jaunty

« back to all changes in this revision

Viewing changes to src/plugins/netstat/passwd_gui.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2008-07-09 16:03:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080709160310-49qt6epxot11wwt4
Tags: 0.3.8.1-2
Install lxde-x-terminal-emulator.desktop to prevent missing icon
for user who installed old version of lxpanel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef HAVE_NS_PASSWDGUI_H
2
2
#define HAVE_NS_PASSWDGUI_H
3
3
 
4
 
#include <gtk/gtk.h>
5
4
#include "netstat.h"
6
5
 
7
 
struct pgui {
8
 
    GtkWidget *dlg;
9
 
    GtkWidget *pentry;
10
 
};
11
 
 
12
 
//struct pgui *passwd_gui_new(ap_setting *aps);
 
6
struct pgui *passwd_gui_new(ap_setting *aps);
13
7
void passwd_gui_set_style(struct pgui *pg, GtkStyle *style);
14
8
void passwd_gui_destroy(struct pgui *pg);
15
9
#endif