Home
last modified time | relevance | path

Searched defs:_Panel (Results 1 – 25 of 42) sorted by relevance

12

/dports/x11/lxpanel/lxpanel-0.9.3/src/
H A Dprivate.h79 struct _Panel { struct
80 char* name;
94 int alpha;
100 int ax, ay, aw, ah; /* prefferd allocation of a panel */
101 int cx, cy, cw, ch; /* current allocation (as reported by configure event) allocation */
102 int align, edge, margin;
104 int widthtype, width;
105 int heighttype, height;
130 int desknum;
131 int curdesk;
[all …]
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WPrefs.app/
H A DConfigurations.c24 typedef struct _Panel { struct
25 WMBox *box;
26 char *sectionName;
28 char *description;
30 CallbackRec callbacks;
32 WMWidget *parent;
34 WMFrame *icoF;
35 WMButton *icoB[5];
37 WMFrame *shaF;
61 } _Panel; argument
H A DKeyboardSettings.c24 typedef struct _Panel { struct
46 } _Panel; argument
H A DThemes.c26 typedef struct _Panel { struct
50 } _Panel; argument
H A DWorkspace.c24 typedef struct _Panel { struct
47 } _Panel; argument
H A DFocus.c24 typedef struct _Panel { struct
25 WMBox *box;
27 char *sectionName;
29 char *description;
53 } _Panel; argument
H A DMenuPreferences.c24 typedef struct _Panel { struct
47 } _Panel; argument
H A DWindowHandling.c25 WMBox *box;
27 char *sectionName;
33 WMWidget *parent;
35 WMFrame *placF;
37 WMLabel *porigL;
38 WMLabel *porigvL;
39 WMFrame *porigF;
40 WMLabel *porigW;
42 WMSlider *vsli;
43 WMSlider *hsli;
[all …]
H A DIcons.c54 typedef struct _Panel { struct
55 WMBox *box;
57 char *sectionName;
59 char *description;
61 CallbackRec callbacks;
63 WMWidget *parent;
65 WMFrame *posF;
66 WMFrame *posVF;
67 WMFrame *posV;
69 struct {
[all …]
H A DPaths.c26 typedef struct _Panel { struct
27 WMBox *box;
28 char *sectionName;
53 } _Panel; argument
H A DPreferences.c75 typedef struct _Panel { struct
76 WMBox *box;
78 char *sectionName;
80 char *description;
104 } _Panel; argument
H A DKeyboardShortcuts.c30 typedef struct _Panel { struct
31 WMBox *box;
33 char *sectionName;
35 char *description;
59 } _Panel; typedef
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WPrefs.app/
H A DConfigurations.c24 typedef struct _Panel { struct
25 WMBox *box;
26 char *sectionName;
28 char *description;
30 CallbackRec callbacks;
32 WMWidget *parent;
34 WMFrame *icoF;
35 WMButton *icoB[5];
37 WMFrame *shaF;
61 } _Panel; argument
H A DKeyboardSettings.c24 typedef struct _Panel { struct
46 } _Panel; argument
H A DThemes.c26 typedef struct _Panel { struct
50 } _Panel; argument
H A DWorkspace.c24 typedef struct _Panel { struct
47 } _Panel; argument
H A DFocus.c24 typedef struct _Panel { struct
25 WMBox *box;
27 char *sectionName;
29 char *description;
53 } _Panel; argument
H A DMenuPreferences.c24 typedef struct _Panel { struct
47 } _Panel; argument
H A DWindowHandling.c25 WMBox *box;
27 char *sectionName;
33 WMWidget *parent;
35 WMFrame *placF;
37 WMLabel *porigL;
38 WMLabel *porigvL;
39 WMFrame *porigF;
40 WMLabel *porigW;
42 WMSlider *vsli;
43 WMSlider *hsli;
[all …]
H A DIcons.c54 typedef struct _Panel { struct
55 WMBox *box;
57 char *sectionName;
59 char *description;
61 CallbackRec callbacks;
63 WMWidget *parent;
65 WMFrame *posF;
66 WMFrame *posVF;
67 WMFrame *posV;
69 struct {
[all …]
H A DPaths.c26 typedef struct _Panel { struct
27 WMBox *box;
28 char *sectionName;
53 } _Panel; typedef
H A DPreferences.c75 typedef struct _Panel { struct
76 WMBox *box;
78 char *sectionName;
80 char *description;
104 } _Panel; argument
H A DKeyboardShortcuts.c30 typedef struct _Panel { struct
31 WMBox *box;
33 char *sectionName;
35 char *description;
59 } _Panel; argument
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dpanel.h22 struct _Panel { struct
23 GtkWidget *window;
25 PanelSide side;
26 guchar *name; /* Leaf name */
31 GtkWidget *gap; /* Event box between sides */
33 int autoscroll_to; /* Timeout */
35 GdkRectangle geometry;
38 int width;
39 gboolean xinerama;
40 int monitor;
[all …]
/dports/x11/wdm/wdm-1.28/include/
H A DwdmPrefs.h4 typedef struct _Panel struct
7 void (*destroy)(struct _Panel *); argument
8 void (*show)(struct _Panel *); argument
9 void (*hide)(struct _Panel *); argument
10 void (*save)(struct _Panel *); argument
11 void (*undo)(struct _Panel *); argument
12 void *data;

12