Home
last modified time | relevance | path

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

/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A DfontButton.c28 static const int baseFontIdx = 0; variable
63 if ( options[baseFontIdx].status == GNOCL_STATUS_CHANGED ) in configure()
69 fnt = Tcl_GetString ( options[baseFontIdx].val.obj ); in configure()
H A Dbutton.c46 static const int baseFontIdx = 3; variable
179 if ( options[baseFontIdx].status == GNOCL_STATUS_CHANGED ) in configure()
184 para->baseFont = Tcl_GetString ( options[baseFontIdx].val.obj ); in configure()
418 if ( idx == baseFontIdx ) in cget()
H A DlabelEntry.c105 static const int baseFontIdx = 20; variable
674 if ( options[baseFontIdx].status == GNOCL_STATUS_CHANGED ) in configure()
679 gchar *fnt = options[baseFontIdx].val.str; in configure()
H A Dtext.c1425 static const int baseFontIdx = 8; variable
3189 if ( idx == baseFontIdx ) in cget()