Home
last modified time | relevance | path

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

/dports/devel/rth/rth/jpgraph-1.8/src/utils/jpdocgen/
H A Djpdocedit.php71 $gfuncs=array();
72 $res=$this->iDBUtils->GetMethodListForClassKey($gfuncs,0);
73 $n = count($gfuncs)/2;
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dggroupbox.c128 struct gfuncs gline_funcs = {
130 sizeof(struct gfuncs),
177 struct gfuncs ggroup_funcs = {
179 sizeof(struct gfuncs),
H A Dgspacer.c75 struct gfuncs gspacer_funcs = {
77 sizeof(struct gfuncs),
H A Dgdrawable.c150 struct gfuncs gdrawable_funcs = {
152 sizeof(struct gfuncs),
H A Dgbuttons.c830 struct gfuncs gbutton_funcs = {
832 sizeof(struct gfuncs),
879 struct gfuncs glistbutton_funcs = {
881 sizeof(struct gfuncs),
H A DggadgetP.h34 struct gfuncs { struct
87 struct gfuncs *funcs; argument
H A Dgrowcol.c422 (grc->tf->g.gfuncs->handle_expose)(pixmap,&grc->tf->g,event); in growcol_expose()
778 struct gfuncs GRowCol_funcs = {
780 sizeof(struct gfuncs),
H A Dgscrollbar.c444 struct gfuncs gscrollbar_funcs = {
446 sizeof(struct gfuncs),
H A Dghvbox.c510 struct gfuncs ghvbox_funcs = {
512 sizeof(struct gfuncs),
H A Dgradio.c594 struct gfuncs gradio_funcs = {
596 sizeof(struct gfuncs),
H A Dglist.c904 struct gfuncs GList_funcs = {
906 sizeof(struct gfuncs),
H A Dgtabset.c757 struct gfuncs gtabset_funcs = {
759 sizeof(struct gfuncs),
H A Dgtextfield.c2463 struct gfuncs gtextfield_funcs = {
2465 sizeof(struct gfuncs),
2511 struct gfuncs glistfield_funcs = {
2513 sizeof(struct gfuncs),
H A Dgfilechooser.c1543 struct gfuncs GFileChooser_funcs = {
1545 sizeof(struct gfuncs),
H A Dgcontainer.c116 struct gfuncs *last_indicatedfocus_funcs; /* !!!! Debug code */
H A Dgmenu.c2206 struct gfuncs gmenubar_funcs = {
2208 sizeof(struct gfuncs),
H A Dgmatrixedit.c793 struct gfuncs gmatrixedit_funcs = {
795 sizeof(struct gfuncs),
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A DsftextfieldP.h98 extern struct gfuncs sftextarea_funcs;
H A Dsftextfield.c2034 struct gfuncs sftextarea_funcs = {
2036 sizeof(struct gfuncs),
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/
H A Dclassbrowserbuilderthread.cpp729 wxTreeItemId gfuncs = AddNodeIfNotThere(m_CCTreeCtrlTop, parent, _("Global functions"), in CreateSpecialFolders()
748 m_CCTreeCtrlTop->SetItemHasChildren(gfuncs, !bottom && hasGF); in CreateSpecialFolders()
759 tree->SetItemTextColour(gfuncs, hasGF ? black : grey); in CreateSpecialFolders()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dworkspacebrowserbuilder.cpp685 …wxTreeItemId gfuncs = AddNodeIfNotThere(m_pTreeTop, parent, _("Global procedures"), m_pImlist->Get… in CreateSpecialFolders() local
691 m_pTreeTop->SetItemHasChildren(gfuncs); in CreateSpecialFolders()