Commit 30f3c93a authored by Claes Sjöfors's avatar Claes Sjöfors

Xtt operator window buttons color change adapted to gtk version

parent e6398ab9
This diff is collapsed.
......@@ -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);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment