#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"

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 [] |
| XtActionsRec actionTable[] |
Initial value:
{
{"DialogReturn", DialogReturn},
{"MatchDialogReturnD",MatchDialogReturnD},
{"MatchDialogReturnE",MatchDialogReturnE},
}
| Boolean Browse_status[WINDOW_NUM] = {False,False,False,False,False} |
| unsigned long clips_count = 0 |
| unsigned long clips_last_pos = 0 |
| Pixmap clips_logo |
| char* clips_sel_buf |
| XComposeStatus compose_status |
| Widget dialog_form = NULL |
| Widget dialog_text = NULL |
| Boolean Dribble_status |
| String fallback_resources[] |
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,
}
| Boolean quit_get_event = False |
| Boolean send_to_clips = False |
| char* xclips_translation1 |
1.5.6