Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dbasedlg.c195 int r = GMatrixEditGetActiveRow(gme); in BaseLang_Extents()
545 int r = GMatrixEditGetActiveRow(gme); in Base_Extents()
H A Dkernclass.c1104 if ( GMatrixEditGetActiveRow(GWidgetGetControl(kcd->gw,CID_ClassList))!=first ) in KCD_EditOffset()
1106 if ( GMatrixEditGetActiveRow(GWidgetGetControl(kcd->gw,CID_ClassList+100))!=second ) in KCD_EditOffset()
1577 int factive = GMatrixEditGetActiveRow(first); in KCD_Expose()
1578 int sactive = GMatrixEditGetActiveRow(second); in KCD_Expose()
2415 first = GMatrixEditGetActiveRow(GWidgetGetControl(kcd->gw,CID_ClassList)); in KCD_ClassSelectionChanged()
2416 second = GMatrixEditGetActiveRow(GWidgetGetControl(kcd->gw,CID_ClassList+100)); in KCD_ClassSelectionChanged()
H A Dlookupui.c2342 row = GMatrixEditGetActiveRow(GWidgetGetControl(acd->gw,CID_Anchors)); in AnchorClassD_ShowAnchors()
3313 int r = GMatrixEditGetActiveRow(pstk); in ParsePSTKVR()
3378 if ( (r = GMatrixEditGetActiveRow(pstk))==-1 ) in PSTKern_Expose()
3438 if ( (r = GMatrixEditGetActiveRow(pstk))==-1 ) in PSTKern_Mouse()
H A Dfontinfo.c2169 r = GMatrixEditGetActiveRow(private); in PI_Guess()
2200 r = GMatrixEditGetActiveRow(private); in PI_Hist()
/dports/print/fontforge/fontforge-20201107/inc/
H A Dggadget.h511 int GMatrixEditGetActiveRow(GGadget *g);
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgmatrixedit.c2229 int GMatrixEditGetActiveRow(GGadget *g) { in GMatrixEditGetActiveRow() function