Home
last modified time | relevance | path

Searched refs:CID_Second (Results 1 – 1 of 1) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dkernclass.c120 #define CID_Second 1031 macro
704 which==0 ? CID_First : CID_Second ))); in KCD_UpdateGlyph()
709 which==0 ? CID_First : CID_Second )); in KCD_UpdateGlyph()
855 GGadgetSetTitle8(GWidgetGetControl(kcd->gw,CID_Second),kcd->scs->name); in KPD_RestoreGlyphs()
1037 GGadgetSetList(GWidgetGetControl(kcd->gw,CID_Second),ti,false); in KPD_BuildKernList()
1042 int which = GGadgetGetCid(g)==CID_Second; in KCD_GlyphSelected()
1117 GGadgetSetList(GWidgetGetControl(kcd->gw,CID_Second), in KCD_EditOffset()
1119 GGadgetSetTitle(GWidgetGetControl(kcd->gw,CID_Second), in KCD_EditOffset()
1171 static int cidlist[] = { CID_First, CID_Second, CID_FreeType, CID_SizeLabel, in KC_ShowHideKernPane()
2217 return which==0 ? CID_First : CID_Second; in whichToWidgetID()
[all …]