~ubuntu-branches/debian/sid/link-monitor-applet/sid

« back to all changes in this revision

Viewing changes to build/src/lm-tooltips-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Adriaan Peeters
  • Date: 2008-03-30 22:26:13 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080330222613-5aubcuo9mgg2n7st
Tags: upstream-3.0
ImportĀ upstreamĀ versionĀ 3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Generated by GOB (v2.0.15)   (do not edit directly) */
 
2
 
 
3
#ifndef __LM_TOOLTIPS_PRIVATE_H__
 
4
#define __LM_TOOLTIPS_PRIVATE_H__
 
5
 
 
6
#include "lm-tooltips.h"
 
7
 
 
8
#ifdef __cplusplus
 
9
extern "C" {
 
10
#endif /* __cplusplus */
 
11
 
 
12
 
 
13
#line 32 "src/lm-tooltips.gob"
 
14
 
 
15
typedef struct
 
16
{
 
17
  LMTooltips    *self;
 
18
  GtkWidget     *widget;
 
19
  GtkWidget     *tip_widget;
 
20
} TooltipsData;
 
21
 
 
22
#line 23 "lm-tooltips-private.h"
 
23
struct _LMTooltipsPrivate {
 
24
#line 76 "src/lm-tooltips.gob"
 
25
        GtkWidget * window;
 
26
#line 77 "src/lm-tooltips.gob"
 
27
        TooltipsData * active_data;
 
28
#line 78 "src/lm-tooltips.gob"
 
29
        GSList * data_list;
 
30
#line 80 "src/lm-tooltips.gob"
 
31
        gboolean use_sticky_delay;
 
32
#line 81 "src/lm-tooltips.gob"
 
33
        GTimeVal last_popdown;
 
34
#line 82 "src/lm-tooltips.gob"
 
35
        unsigned int timeout_id;
 
36
#line 84 "src/lm-tooltips.gob"
 
37
        int border_width;
 
38
#line 39 "lm-tooltips-private.h"
 
39
};
 
40
 
 
41
#ifdef __cplusplus
 
42
}
 
43
#endif /* __cplusplus */
 
44
 
 
45
#endif