Home
last modified time | relevance | path

Searched refs:GGadget (Results 1 – 25 of 108) sorted by relevance

12345

/dports/print/fontforge/fontforge-20201107/inc/
H A Dggadget.h248 GGadget *ret;
431 void GListSetPopupCallback(GGadget *g,void (*callback)(GGadget *,int));
441 void GTabSetSetNestedExpose(GGadget *g, void (*)(GWindow,GGadget *,GEvent *));
442 void GTabSetSetNestedMouse(GGadget *g, int (*)(GGadget *,GEvent *));
466 int GMenuAnyUnmaskedShortcuts(GGadget *mb1, GGadget *mb2);
473 void GFileChooserConnectButtons(GGadget *g,GGadget *ok, GGadget *filter);
487 void GFileChooserGetChildren(GGadget *g,GGadget **pulldown, GGadget **list, GGadget **tf);
509 GGadget *_GMatrixEditGetActiveTextField(GGadget *g);
518 void GMatrixEditSetOtherButtonEnable(GGadget *g, void (*sob)(GGadget *g, int r, int c));
520 void GMatrixEditSetTextChangeReporter(GGadget *g, void (*tcr)(GGadget *g, int r, int c, GGadget *te…
[all …]
/dports/print/fontforge/fontforge-20201107/gdraw/
H A DggadgetP.h122 GGadget g;
140 GGadget g;
156 GGadget g;
175 GGadget g;
192 GGadget g;
209 GGadget g;
249 GGadget g;
276 GGadget g;
339 GGadget g;
415 GGadget g;
[all …]
H A Dgspacer.c39 static int gspacer_expose(GWindow pixmap, GGadget *g, GEvent *event) { in gspacer_expose()
43 static int gspacer_mouse(GGadget *g, GEvent *event) { in gspacer_mouse()
47 static int gspacer_key(GGadget *g, GEvent *event) { in gspacer_key()
51 static int gspacer_focus(GGadget *g, GEvent *event) { in gspacer_focus()
55 static void gspacer_destroy(GGadget *g) { in gspacer_destroy()
62 static void GSpacerSetTitle(GGadget *g,const unichar_t *tit) { in GSpacerSetTitle()
65 static const unichar_t *_GSpacerGetTitle(GGadget *g) { in _GSpacerGetTitle()
69 static void _gspacer_resize(GGadget *g, int32 width, int32 height ) { in _gspacer_resize()
130 GGadget *GSpacerCreate(struct gwindow *base, GGadgetData *gd,void *data) { in GSpacerCreate()
H A Dggadgets.c704 void _ggadget_redraw(GGadget *g) { in _ggadget_redraw()
804 static GGadget *GGadgetFindLastOpenGroup(GGadget *g) { in GGadgetFindLastOpenGroup()
809 static int GGadgetLMargin(GGadget *sigh, GGadget *lastOpenGroup) { in GGadgetLMargin()
821 GGadget *last, *lastopengroup; in _GGadget_Create()
867 GGadget *prev, *prevline; in _GGadget_Create()
930 GGadget *prev; in _GGadgetCloseGroup()
1077 void GGadgetDestroy(GGadget *g) { in GGadgetDestroy()
1081 void GGadgetRedraw(GGadget *g) { in GGadgetRedraw()
1098 int32 GGadgetGetX(GGadget *g) in GGadgetGetX()
1103 int32 GGadgetGetY(GGadget *g) in GGadgetGetY()
[all …]
H A Dgdrawable.c69 static int gdrawable_expose(GWindow pixmap, GGadget *g, GEvent *event) { in gdrawable_expose()
82 static int gdrawable_mouse(GGadget *g, GEvent *event) { in gdrawable_mouse()
86 static int gdrawable_key(GGadget *g, GEvent *event) { in gdrawable_key()
90 static void gdrawable_redraw(GGadget *g ) { in gdrawable_redraw()
97 static void gdrawable_move(GGadget *g, int32 x, int32 y) { in gdrawable_move()
105 static void gdrawable_resize(GGadget *g, int32 width, int32 height ) { in gdrawable_resize()
114 static void gdrawable_setvisible(GGadget *g, int visible ) { in gdrawable_setvisible()
122 static void gdrawable_destroy(GGadget *g) { in gdrawable_destroy()
146 static int gdrawable_FillsWindow(GGadget *g) { in gdrawable_FillsWindow()
200 GGadget *g = _GWidgetGetGadgets(GDrawGetParentWindow(gw)); in drawable_e_h()
[all …]
H A Dglist.c433 static void GListClear(GGadget *g) { in GListClear()
755 g = (GGadget *) gl; in glist_scroll()
782 static void GList_destroy(GGadget *g) { in GList_destroy()
811 static void glist_redraw(GGadget *g) { in glist_redraw()
814 _ggadget_redraw((GGadget *) (gl->vsb)); in glist_redraw()
898 static int glist_FillsWindow(GGadget *g) { in glist_FillsWindow()
1067 void (*inform)(GGadget *,int) = (void (*) (GGadget *,int)) GGadgetGetUserData(&gl->g); in popup_eh()
1077 void (*inform)(GGadget *,int) = (void (*) (GGadget *,int)) GGadgetGetUserData(g); in popup_eh()
1148 GWindow GListPopupCreate(GGadget *owner,void (*inform)(GGadget *,int), GTextInfo **ti) { in GListPopupCreate() argument
1196 int GListIndexFromY(GGadget *g,int y) { in GListIndexFromY()
[all …]
H A Dgcontainer.c170 static GGadget *_GWidget_FindPost(GContainerD *cd,GGadget *oldfocus,GGadget **last) { in _GWidget_FindPost()
171 GGadget *g; in _GWidget_FindPost()
208 static GGadget *_GWidget_FindPrev(GContainerD *cd,GGadget *oldfocus,GGadget **first, int *found) { in _GWidget_FindPrev()
209 GGadget *g; in _GWidget_FindPrev()
233 GGadget *focus; in GWidgetPrevFocus()
256 GGadget *gadget; in _GWidget_Container_eh()
407 GGadget *prev; in _GWidget_Container_eh()
572 GGadget *g; in GiveToAll()
816 GGadget *next; in _GWidget_RemoveGadget()
1033 GGadget *gadget; in GWidgetGetControl()
[all …]
H A Dgfilechooser.c551 GGadget *g = (GGadget *)GGadgetGetUserData(t); in GFileChooserTextChanged()
1182 if ( g!=(GGadget *) gfc && g!=(GGadget *) (gfc->filterb) && in GFileChooserPopupCheck()
1183 g!=(GGadget *) (gfc->files) && in GFileChooserPopupCheck()
1201 void GFileChooserFilterIt(GGadget *g) { in GFileChooserFilterIt()
1258 void GFileChooserConnectButtons(GGadget *g,GGadget *ok, GGadget *filter) { in GFileChooserConnectButtons()
1400 void GFileChooserRefreshList(GGadget *g) { in GFileChooserRefreshList()
1428 static void GFileChooser_destroy(GGadget *g) { in GFileChooser_destroy()
1767 unichar_t *GFileChooserGetDir(GGadget *g) { in GFileChooserGetDir()
1787 void GFileChooserGetChildren(GGadget *g,GGadget **pulldown, GGadget **list, GGadget **tf) { in GFileChooserGetChildren()
1797 GGadget *list = &gfc->files->g; in GFileChooserPosIsDir()
[all …]
H A Dggroupbox.c79 static int ggroup_expose(GWindow pixmap, GGadget *g, GEvent *event) { in ggroup_expose()
99 static int gline_expose(GWindow pixmap, GGadget *g, GEvent *event) { in gline_expose()
114 static void GGroupGetDesiredSize(GGadget *g, GRect *outer, GRect *inner) { in GGroupGetDesiredSize()
226 static void GLineFit(GGadget *g) { in GLineFit()
242 static void GGroupFit(GGadget *g) { in GGroupFit()
259 GGadget *GLineCreate(struct gwindow *base, GGadgetData *gd,void *data) { in GLineCreate()
260 GGadget *g = calloc(1,sizeof(GLine)); in GLineCreate()
274 GGadget *GGroupCreate(struct gwindow *base, GGadgetData *gd,void *data) { in GGroupCreate()
275 GGadget *g = calloc(1,sizeof(GGroup)); in GGroupCreate()
H A Dgrowcol.c117 static int32 GRowColGetFirstSelPos(GGadget *g) { in GRowColGetFirstSelPos()
140 static void GRowColSelectOne(GGadget *g, int32 pos) { in GRowColSelectOne()
245 static int GRowColAdjustPos(GGadget *g,int pos) { in GRowColAdjustPos()
261 static void GRowColShowPos(GGadget *g,int pos) { in GRowColShowPos()
293 static int growcol_scroll(GGadget *g, GEvent *event);
353 static void GRowColClear(GGadget *g) { in GRowColClear()
538 static int growcol_key(GGadget *g, GEvent *event) { in growcol_key()
708 static void GRowCol_destroy(GGadget *g) { in GRowCol_destroy()
728 static FontInstance *GRowColGetFont(GGadget *g) { in GRowColGetFont()
733 static void growcol_redraw(GGadget *g) { in growcol_redraw()
[all …]
H A Dghvbox.c38 #define GG_HPad10 ((GGadget *) -4)
82 static void GHVBox_destroy(GGadget *g) { in GHVBox_destroy()
140 GGadget *g = gb->children[r*gb->cols+c]; in GHVBoxGatherSizeInfo()
172 GGadget *g = gb->children[r*gb->cols+c]; in GHVBoxGatherSizeInfo()
486 static int GHVBoxFillsWindow(GGadget *g) { in GHVBoxFillsWindow()
559 void GHVBoxSetExpandableCol(GGadget *g,int col) { in GHVBoxSetExpandableCol()
565 void GHVBoxSetExpandableRow(GGadget *g,int row) { in GHVBoxSetExpandableRow()
609 gb->children[v*hcnt+h] = (GGadget *) gcd; in _GHVBoxCreate()
704 void GHVBoxFitWindow(GGadget *g) { in GHVBoxFitWindow()
708 void GHVBoxFitWindowCentered(GGadget *g) { in GHVBoxFitWindowCentered()
[all …]
H A Dgtabset.c616 static void gtabset_destroy(GGadget *g) { in gtabset_destroy()
644 static void _gtabset_redraw(GGadget *g) { in _gtabset_redraw()
703 static int gtabset_FillsWindow(GGadget *g) { in gtabset_FillsWindow()
959 int GTabSetGetTabCount(GGadget *g) { in GTabSetGetTabCount()
964 int GTabSetGetSel(GGadget *g) { in GTabSetGetSel()
969 void GTabSetSetSel(GGadget *g,int sel) { in GTabSetSetSel()
992 int GTabSetGetTabLines(GGadget *g) { in GTabSetGetTabLines()
1003 void GTabSetSetMovable(GGadget *g, bool flag) { in GTabSetSetMovable()
1009 void GTabSetSetNestedExpose(GGadget *g, void (*ne)(GWindow,GGadget *,GEvent *)) { in GTabSetSetNestedExpose() argument
1014 void GTabSetSetNestedMouse(GGadget *g, int (*nm)(GGadget *,GEvent *)) { in GTabSetSetNestedMouse() argument
[all …]
H A Dgbuttons.c457 static int gbutton_mouse(GGadget *g, GEvent *event) { in gbutton_mouse()
512 static int gbutton_key(GGadget *g, GEvent *event) { in gbutton_key()
544 static void gbutton_destroy(GGadget *g) { in gbutton_destroy()
615 static GImage *GButtonGetImage(GGadget *g) { in GButtonGetImage()
625 static FontInstance *GButtonGetFont(GGadget *g) { in GButtonGetFont()
630 static void GListBSelectOne(GGadget *g, int32 pos) { in GListBSelectOne()
657 static int32 GListBGetFirst(GGadget *g) { in GListBGetFirst()
699 static void GListButClear(GGadget *g) { in GListButClear()
703 static int GButtonIsDefault(GGadget *g) { in GButtonIsDefault()
1119 void GColorButtonSetColor(GGadget *g, Color col) { in GColorButtonSetColor()
[all …]
H A Dgmatrixedit.c1091 void GMatrixEditUp(GGadget *g) { in GMatrixEditUp()
1119 void GMatrixEditDown(GGadget *g) { in GMatrixEditDown()
2221 GGadget *_GMatrixEditGetActiveTextField(GGadget *g) { in _GMatrixEditGetActiveTextField()
2229 int GMatrixEditGetActiveRow(GGadget *g) { in GMatrixEditGetActiveRow()
2248 void GMatrixEditSetOtherButtonEnable(GGadget *g, void (*sob)(GGadget *g, int r, int c)) { in GMatrixEditSetOtherButtonEnable()
2254 void GMatrixEditSetMouseMoveReporter(GGadget *g, void (*rmm)(GGadget *g, int r, int c)) { in GMatrixEditSetMouseMoveReporter()
2260 void GMatrixEditSetTextChangeReporter(GGadget *g, void (*tcr)(GGadget *g, int r, int c, GGadget *te… in GMatrixEditSetTextChangeReporter()
2371 int GMatrixEditGetColCnt(GGadget *g) { in GMatrixEditGetColCnt()
2442 void GMatrixEditSetBeforeDelete(GGadget *g, void (*predelete)(GGadget *g, int r)) { in GMatrixEditSetBeforeDelete()
2448 void GMatrixEditSetRowMotionCallback(GGadget *g, void (*rowmotion)(GGadget *g, int oldr, int newr))… in GMatrixEditSetRowMotionCallback()
[all …]
H A Dgradio.c221 _ggadget_redraw((GGadget *) other); in GRadioChanged()
405 static int gradio_mouse(GGadget *g, GEvent *event) { in gradio_mouse()
447 static int gradio_key(GGadget *g, GEvent *event) { in gradio_key()
477 static void gradio_destroy(GGadget *g) { in gradio_destroy()
513 static GImage *GRadioGetImage(GGadget *g) { in GRadioGetImage()
523 static FontInstance *GRadioGetFont(GGadget *g) { in GRadioGetFont()
580 void GVisibilityBoxSetToMinWH(GGadget *g) in GVisibilityBoxSetToMinWH()
813 GGadget *gr; in GRadioCreate()
846 void GGadgetSetChecked(GGadget *g, int ison) { in GGadgetSetChecked()
855 _ggadget_redraw((GGadget *) other); in GGadgetSetChecked()
[all …]
H A Dgtextfield.c239 GGadgetRedraw((GGadget *) gt); in GTextFieldFocusChanged()
894 bool GTextFieldIsEmpty(GGadget *g) { in GTextFieldIsEmpty()
2021 static void gtextfield_destroy(GGadget *g) { in gtextfield_destroy()
2089 void GTextFieldShow(GGadget *g,int pos) { in GTextFieldShow()
2147 static int32 GListFGetFirst(GGadget *g) { in GListFGetFirst()
2182 static void GListFClear(GGadget *g) { in GListFClear()
2186 static void gtextfield_redraw(GGadget *g) { in gtextfield_redraw()
2189 _ggadget_redraw((GGadget *) (gt->vsb)); in gtextfield_redraw()
2191 _ggadget_redraw((GGadget *) (gt->hsb)); in gtextfield_redraw()
2303 g = (GGadget *) gt; in gtextfield_vscroll()
[all …]
/dports/print/fontforge/fontforge-20201107/doc/sphinx/ui/misc/
H A Dfontforge-themes.rst21 Gdraw.GGadget.Box.BorderBrightest: #f7f7f7
22 Gdraw.GGadget.Box.BorderBrighter: #dddddd
24 Gdraw.GGadget.Box.PressedBackground: #909090
34 Gdraw.GGadget.Box.BorderBrightest: #fffff7
35 Gdraw.GGadget.Box.BorderBrighter: #ffffdd
47 Gdraw.GGadget.Box.BorderBrightest: #f7f7ff
48 Gdraw.GGadget.Box.BorderBrighter: #ddddff
62 Gdraw.GGadget.Box.BorderBrighter: #ddffdd
75 Gdraw.GGadget.Box.BorderBrighter: #dddddd
90 Gdraw.GGadget.Box.BorderDarker: #808080
[all …]
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A DsftextfieldP.h35 GGadget g;
76 extern void SFTFRefreshFonts(GGadget *g);
77 extern void SFTextAreaShow(GGadget *g,int pos);
78 extern void SFTextAreaSelect(GGadget *g,int start, int end);
79 extern void SFTextAreaReplace(GGadget *g,const unichar_t *txt);
82 extern int SFTFSetFont(GGadget *g, int start, int end, SplineFont *sf);
84 extern int SFTFSetSize(GGadget *g, int start, int end, int size);
88 extern void SFTFRegisterCallback(GGadget *g, void *cbcontext,
91 extern void SFTFProvokeCallback(GGadget *g);
92 extern void SFTFSetDPI(GGadget *g, float dpi);
[all …]
H A Dwordlistparser.h49 extern void Wordlist_MoveByOffset( GGadget* g, int* idx, int offset );
50 extern void Wordlist_touch( GGadget* g );
52 extern void WordlistLoadToGTextInfo( GGadget* g, int* idx );
H A Dmath.c60 static void mathkern_initrow(GGadget *g, int r);
336 GGadget *popup_g;
359 GGadget *g; in MATH_Init()
484 GGadget *varlist = math->popup_g; in _MATHVar_GetImage()
511 GGadget *varlist = math->popup_g; in _MATHConst_GetImage()
538 GGadget *varlist = math->popup_g; in _MATHLine_GetImage()
561 GGadget *varlist = math->popup_g; in _GVC_GetImage()
687 static int GVC_OK(GGadget *g, GEvent *e) { in GVC_OK()
696 static int MATH_Cancel(GGadget *g, GEvent *e) { in MATH_Cancel()
842 static int MATH_OK(GGadget *g, GEvent *e) { in MATH_OK()
[all …]
H A Dbasedlg.c96 static void Base_DelClean(GGadget *g, int r) { in Base_DelClean()
189 static int BaseLang_Extents(GGadget *g, GEvent *e) { in BaseLang_Extents()
218 static int BaseLang_Cancel(GGadget *g, GEvent *e) { in BaseLang_Cancel()
228 static int BaseLang_OK(GGadget *g, GEvent *e) { in BaseLang_OK()
232 GGadget *g = GWidgetGetControl(b->gw,CID_Languages); in BaseLang_OK()
290 GGadget *g; in SFBaselang()
539 static int Base_Extents(GGadget *g, GEvent *e) { in Base_Extents()
556 static int Base_ChangeBase(GGadget *g, GEvent *e) { in Base_ChangeBase()
585 static int Base_Cancel(GGadget *g, GEvent *e) { in Base_Cancel()
595 static int Base_OK(GGadget *g, GEvent *e) { in Base_OK()
[all …]
H A Dmacencui.c541 static void ChangeName(GGadget *list,int index) { in ChangeName()
548 static int Pref_NewName(GGadget *g, GEvent *e) { in Pref_NewName()
562 static int Pref_DelName(GGadget *g, GEvent *e) { in Pref_DelName()
596 static int Pref_EditName(GGadget *g, GEvent *e) { in Pref_EditName()
604 static int Pref_NameSel(GGadget *g, GEvent *e) { in Pref_NameSel()
792 GGadget *list, int index) { in AskSetting()
901 static int Pref_NewSetting(GGadget *g, GEvent *e) { in Pref_NewSetting()
1248 static int Pref_NewFeat(GGadget *g, GEvent *e) { in Pref_NewFeat()
1268 static int Pref_DelFeat(GGadget *g, GEvent *e) { in Pref_DelFeat()
1302 static int Pref_EditFeat(GGadget *g, GEvent *e) { in Pref_EditFeat()
[all …]
/dports/print/fontforge/fontforge-20201107/fontforgeexe/pixmaps/2012/
H A Dresources-georgd.in95 Gdraw.GGadget.Box.ActiveInner: False
100 Gdraw.GGadget.Box.BorderInner: False
104 Gdraw.GGadget.Box.BorderShape: rect
105 Gdraw.GGadget.Box.BorderType: none
106 Gdraw.GGadget.Box.BorderWidth: 1
111 Gdraw.GGadget.Box.GradientBG: False
115 Gdraw.GGadget.Box.Padding: 2
117 Gdraw.GGadget.Box.Radius: 0
122 Gdraw.GGadget.Popup.Delay: 1000
125 Gdraw.GGadget.Popup.LifeTime: 20000
[all …]
/dports/print/fontforge/fontforge-20201107/fontforgeexe/pixmaps/tango/
H A Dresources.in96 Gdraw.GGadget.Box.ActiveInner: False
105 Gdraw.GGadget.Box.BorderShape: rect
106 Gdraw.GGadget.Box.BorderType: none
107 Gdraw.GGadget.Box.BorderWidth: 1
112 Gdraw.GGadget.Box.GradientBG: False
116 Gdraw.GGadget.Box.Padding: 2
118 Gdraw.GGadget.Box.Radius: 0
120 Gdraw.GGadget.Font: 400 10pt sans
123 Gdraw.GGadget.Popup.Delay: 1000
126 Gdraw.GGadget.Popup.LifeTime: 20000
[all …]
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h85 GGadget *vsb;
112 GGadget *cvtsb;
113 GGadget *pts_vsb;
114 GGadget *glosssb;
116 GGadget *regsb;
117 GGadget *stacksb;
508 GGadget *mb;
539 GGadget *mb;
571 GGadget *mb;
599 GGadget *mb;
[all …]

12345