preamble_forms.diff.gz

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1568 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-02-20 13:37:04 +00:00
parent 09383c6e55
commit 8790e54aec
3 changed files with 5 additions and 106 deletions

View File

@ -1,3 +1,7 @@
2001-02-20 Angus Leeming <a.leeming@ic.ac.uk>
* layout_forms.[fd,h.patch]: strip out preamble form.
2001-02-06 John Levon <moz@compsoc.man.ac.uk>
* log_form.fd: deleted

View File

@ -3,7 +3,7 @@ Magic: 13000
Internal Form Definition File
(do not change)
Number of forms: 2
Number of forms: 1
Unit of measure: FL_COORD_PIXEL
SnapGrid: 5
@ -265,101 +265,4 @@ name:
callback:
argument:
=============== FORM ===============
Name: form_preamble
Width: 380
Height: 420
Number of Objects: 5
--------------------
class: FL_BOX
type: UP_BOX
box: 0 0 380 420
boxtype: FL_UP_BOX
colors: FL_COL1 FL_COL1
alignment: FL_ALIGN_CENTER
style: FL_NORMAL_STYLE
size: FL_DEFAULT_SIZE
lcol: FL_BLACK
label:
shortcut:
resize: FL_RESIZE_ALL
gravity: FL_NoGravity FL_NoGravity
name:
callback:
argument:
--------------------
class: FL_BUTTON
type: NORMAL_BUTTON
box: 50 380 100 30
boxtype: FL_UP_BOX
colors: FL_COL1 FL_COL1
alignment: FL_ALIGN_CENTER
style: FL_NORMAL_STYLE
size: FL_NORMAL_SIZE
lcol: FL_BLACK
label: OK|#O
shortcut:
resize: FL_RESIZE_NONE
gravity: FL_SouthEast FL_SouthEast
name: button_ok
callback: PreambleOKCB
argument: 0
--------------------
class: FL_BUTTON
type: NORMAL_BUTTON
box: 160 380 100 30
boxtype: FL_UP_BOX
colors: FL_COL1 FL_COL1
alignment: FL_ALIGN_CENTER
style: FL_NORMAL_STYLE
size: FL_NORMAL_SIZE
lcol: FL_BLACK
label: Apply|#A
shortcut:
resize: FL_RESIZE_NONE
gravity: FL_SouthEast FL_SouthEast
name: button_apply
callback: PreambleApplyCB
argument: 0
--------------------
class: FL_BUTTON
type: NORMAL_BUTTON
box: 270 380 100 30
boxtype: FL_UP_BOX
colors: FL_COL1 FL_COL1
alignment: FL_ALIGN_CENTER
style: FL_NORMAL_STYLE
size: FL_NORMAL_SIZE
lcol: FL_BLACK
label: Cancel|^[
shortcut:
resize: FL_RESIZE_NONE
gravity: FL_SouthEast FL_SouthEast
name: button_cancel
callback: PreambleCancelCB
argument: 0
--------------------
class: FL_INPUT
type: MULTILINE_INPUT
box: 10 10 360 360
boxtype: FL_DOWN_BOX
colors: FL_COL1 FL_MCOL
alignment: FL_ALIGN_LEFT
style: FL_NORMAL_STYLE
size: FL_NORMAL_SIZE
lcol: FL_BLACK
label:
shortcut:
resize: FL_RESIZE_ALL
gravity: FL_NorthWest FL_SouthEast
name: input_preamble
callback:
argument:
==============================
create_the_forms

View File

@ -4,11 +4,3 @@
---
> extern "C" void CharacterApplyCB(FL_OBJECT *, long);
> extern "C" void CharacterCloseCB(FL_OBJECT *, long);
10,12c10,12
< extern void PreambleOKCB(FL_OBJECT *, long);
< extern void PreambleApplyCB(FL_OBJECT *, long);
< extern void PreambleCancelCB(FL_OBJECT *, long);
---
> extern "C" void PreambleOKCB(FL_OBJECT *, long);
> extern "C" void PreambleApplyCB(FL_OBJECT *, long);
> extern "C" void PreambleCancelCB(FL_OBJECT *, long);