src/client/x/xmain.c File Reference

#include <stdio.h>
#include "setup.h"
#include "sysdep.h"
#include "commline.h"
#include "symbol.h"
#include <X11/bitmaps/xlogo11>
#include "xsetup.h"
#include "xmain.h"
#include "xmenu_file.h"
#include "xclipstext.h"
#include "xmenu.h"
#include "xclips.h"

Include dependency graph for xmain.c:

Go to the source code of this file.

Defines

#define _XMAIN_SOURCE_
#define clips_logo_width   30
#define clips_logo_height   27

Functions

int main (int argc, char **argv)

Variables

Boolean Dribble_status
Boolean Browse_status [WINDOW_NUM] = {False,False,False,False,False}
Widget toplevel = NULL
Widget dialog = NULL
Widget dialog_form = NULL
Widget dialog_text = NULL
Arg TheArgs [10]
XtAppContext app_con
XEvent TheEvent
KeySym TheKeysym
XComposeStatus compose_status
Pixmap checker
Pixmap clips_logo
char * clips_sel_buf
Boolean quit_get_event = False
unsigned long clips_count = 0
unsigned long clips_last_pos = 0
Boolean send_to_clips = False
XtActionsRec actionTable []
char * xclips_translation1
String fallback_resources []


Define Documentation

#define _XMAIN_SOURCE_

Definition at line 43 of file xmain.c.

#define clips_logo_height   27

Definition at line 165 of file xmain.c.

#define clips_logo_width   30

Definition at line 164 of file xmain.c.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 184 of file xmain.c.


Variable Documentation

XtActionsRec actionTable[]

Initial value:

  {
    {"DialogReturn",      DialogReturn},
    {"MatchDialogReturnD",MatchDialogReturnD},
    {"MatchDialogReturnE",MatchDialogReturnE},
  }

Definition at line 84 of file xmain.c.

XtAppContext app_con

Definition at line 73 of file xmain.c.

Boolean Browse_status[WINDOW_NUM] = {False,False,False,False,False}

Definition at line 62 of file xmain.c.

Pixmap checker

Definition at line 77 of file xmain.c.

unsigned long clips_count = 0

Definition at line 80 of file xmain.c.

unsigned long clips_last_pos = 0

Definition at line 81 of file xmain.c.

Pixmap clips_logo

Definition at line 77 of file xmain.c.

Definition at line 78 of file xmain.c.

XComposeStatus compose_status

Definition at line 76 of file xmain.c.

Widget dialog = NULL

Definition at line 70 of file xmain.c.

Widget dialog_form = NULL

Definition at line 71 of file xmain.c.

Widget dialog_text = NULL

Definition at line 71 of file xmain.c.

Boolean Dribble_status

Definition at line 60 of file xmain.c.

Initial value:

  {
  "*allowHoriz:                 True",
  "*allowVert:                  True",
  "*borderWidth:                4",
  "*lineWidth:                  4",
  "*defaultColumns:             1",
  "*forceColumns:               True",
  "*showGrip:                   off",

  "*MenuButton.width:           75",
  "*MenuButton3D.width:           75",
  "*watchButton.width:          75",
  "*Form.file_dialog*translations:   #override \\n <Key>Return: DialogReturn(client_data)",
  "*Form.match_dialog*translations:  #override \\n <Key>Return: MatchDialogReturnD(client_data)",
  "*Form.match_editor*translations:  #override \\n <Key>Return: MatchDialogReturnE(client_data)",
  "*manager_viewport.height:    300",
  "*manager_viewport.width:     300",
  "*manager_form.Command.width: 150",
  "*Paned*internalBorderWidth:  0",

  NULL,
  }

Definition at line 140 of file xmain.c.

Boolean quit_get_event = False

Definition at line 79 of file xmain.c.

Boolean send_to_clips = False

Definition at line 82 of file xmain.c.

Arg TheArgs[10]

Definition at line 72 of file xmain.c.

XEvent TheEvent

Definition at line 74 of file xmain.c.

KeySym TheKeysym

Definition at line 75 of file xmain.c.

Widget toplevel = NULL

Definition at line 70 of file xmain.c.

Definition at line 91 of file xmain.c.


Generated on Mon Jan 10 22:33:40 2011 by  doxygen 1.5.6