Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
e39b7aaa
Commit
e39b7aaa
authored
Mar 19, 2016
by
Claes Sjöfors
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of 62.20.65.89:/data1/git/pwr
parents
5e9f8f5f
30f3c93a
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
85 additions
and
80 deletions
+85
-80
xtt/lib/xtt/gtk/xtt_op_gtk.cpp
xtt/lib/xtt/gtk/xtt_op_gtk.cpp
+59
-54
xtt/lib/xtt/gtk/xtt_op_gtk.h
xtt/lib/xtt/gtk/xtt_op_gtk.h
+26
-26
No files found.
xtt/lib/xtt/gtk/xtt_op_gtk.cpp
View file @
e39b7aaa
This diff is collapsed.
Click to expand it.
xtt/lib/xtt/gtk/xtt_op_gtk.h
View file @
e39b7aaa
...
...
@@ -142,33 +142,33 @@ class OpGtk : public Op {
static
void
activate_show_user
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_logout
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_cmd_menu_item
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_sup_node
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_sup_node
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_graph
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl1
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl2
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl3
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl4
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl5
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl6
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl7
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl8
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl9
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl10
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl11
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl12
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl13
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl14
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl15
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl16
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl17
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl18
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl19
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl20
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl21
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl22
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl23
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl24
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl25
(
GtkWidget
*
w
,
gpointer
data
);
static
void
activate_appl1
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl2
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl3
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl4
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl5
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl6
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl7
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl8
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl9
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl10
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl11
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl12
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl13
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl14
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl15
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl16
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl17
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl18
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl19
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl20
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl21
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl22
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl23
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl24
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_appl25
(
GtkWidget
*
w
,
GdkEventButton
*
b
,
gpointer
data
);
static
void
activate_info
(
GtkWidget
*
w
,
gpointer
data
);
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment