Riferimenti per il file braintaskbar_mcs-plugin.c

#include <X11/Xlib.h>
#include <gtk/gtk.h>
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
#include <libxfce4util/i18n.h>
#include <libxfce4util/util.h>
#include <libxfcegui4/libxfcegui4.h>
#include <brain_client.h>
#include <brain_settings.h>
#include <brain_applets_generic.h>
#include <brain-mcs-manager/manager-plugin.h>

Strutture dati

struct  TaskbarDialog

Definizioni

#define CHANNEL   "taskbar"
#define PLUGIN_NAME   "braintaskbar"
#define TOP   TRUE
#define BOTTOM   FALSE
#define DEFAULT_POSITION   TRUE
#define DEFAULT_AUTOHIDE   FALSE
#define DEFAULT_SHOWPAGER   TRUE
#define DEFAULT_SHOWTRAY   TRUE
#define DEFAULT_SHOWALLTASK   TRUE
#define DEFAULT_HEIGHT   30
#define DEFAULT_WORKSPACES   5
#define HEIGHT_MIN   10
#define HEIGHT_MAX   100
#define WORKSPACES_MIN   1
#define WORKSPACES_MAX   12

Funzioni

static void run_dialog (BrainMcsPlugin *mcs_plugin)
static void dialog_response (GtkWidget *dialog, gint response_id)
static void value_changed (GtkWidget *widget, int value)
TaskbarDialogcreate_taskbar_dialog (BrainMcsPlugin *mcs_plugin)
static void setup_dialog (TaskbarDialog *itf)
static int create_channel (BrainMcsPlugin *mcs_plugin)
BrainMcsPluginInitResult mcs_plugin_init (BrainMcsPlugin *mcs_plugin)

Variabili

static gboolean is_running = FALSE
static gboolean position = TRUE
static gboolean autohide = FALSE
static gboolean show_pager = TRUE
static gboolean show_tray = TRUE
static gboolean show_all_tasks = TRUE
static int height = 30
static int workspaces = 5
TaskbarDialogitf


Documentazione delle definizioni

#define CHANNEL   "taskbar"
 

#define PLUGIN_NAME   "braintaskbar"
 

#define TOP   TRUE
 

Avvertimento:
Deve avere lo stesso valore assunto in braintaskbar.c

#define BOTTOM   FALSE
 

Avvertimento:
Deve avere lo stesso valore assunto in braintaskbar.c

#define DEFAULT_POSITION   TRUE
 

#define DEFAULT_AUTOHIDE   FALSE
 

#define DEFAULT_SHOWPAGER   TRUE
 

#define DEFAULT_SHOWTRAY   TRUE
 

#define DEFAULT_SHOWALLTASK   TRUE
 

#define DEFAULT_HEIGHT   30
 

#define DEFAULT_WORKSPACES   5
 

#define HEIGHT_MIN   10
 

#define HEIGHT_MAX   100
 

#define WORKSPACES_MIN   1
 

#define WORKSPACES_MAX   12
 


Documentazione delle funzioni

static void run_dialog BrainMcsPlugin mcs_plugin  )  [static]
 

static void dialog_response GtkWidget *  dialog,
gint  response_id
[static]
 

static void value_changed GtkWidget *  widget,
int  value
[static]
 

TaskbarDialog* create_taskbar_dialog BrainMcsPlugin mcs_plugin  ) 
 

Da fare:
Definire una icona per questo pannello

static void setup_dialog TaskbarDialog itf  )  [static]
 

static int create_channel BrainMcsPlugin mcs_plugin  )  [static]
 

<

Avvertimento:
Deve avere lo stesso valore assunto in braintaskbar.c
<
Avvertimento:
Deve avere lo stesso valore assunto in braintaskbar.c

BrainMcsPluginInitResult mcs_plugin_init BrainMcsPlugin mcs_plugin  ) 
 

Da fare:
Definire una icona per questo pannello


Documentazione delle variabili

gboolean is_running = FALSE [static]
 

gboolean position = TRUE [static]
 

gboolean autohide = FALSE [static]
 

gboolean show_pager = TRUE [static]
 

gboolean show_tray = TRUE [static]
 

gboolean show_all_tasks = TRUE [static]
 

int height = 30 [static]
 

int workspaces = 5 [static]
 

TaskbarDialog* itf
 


Generato il Sun Apr 16 01:36:44 2006 per BrainTop da  doxygen 1.4.6