Home
last modified time | relevance | path

Searched refs:item_pathname (Results 1 – 25 of 41) sorted by relevance

12

/dports/x11-toolkits/fltk/fltk-1.3.8/examples/
H A Dtree-simple.cxx34 tree->item_pathname(pathname, sizeof(pathname), item); in TreeCallback()
H A Dmenubar-add.cxx41 char ipath[256]; bar->item_pathname(ipath, sizeof(ipath)); // Get full pathname of picked item in MyMenuCallback()
/dports/x11-toolkits/ntk/ntk/examples/
H A Dtree-simple.cxx43 tree->item_pathname(pathname, sizeof(pathname), item); in TreeCallback()
H A Dmenubar-add.cxx50 char ipath[256]; bar->item_pathname(ipath, sizeof(ipath)); // Get full pathname of picked item in MyMenuCallback()
/dports/math/giacxcas/fltk-1.3.0/examples/
H A Dtree-simple.cxx43 tree->item_pathname(pathname, sizeof(pathname), item); in TreeCallback()
H A Dmenubar-add.cxx50 char ipath[256]; bar->item_pathname(ipath, sizeof(ipath)); // Get full pathname of picked item in MyMenuCallback()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Menu_.H53 int item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem=0) const;
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Menu_.H65 int item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem=0) const;
H A DFl_Tree.H290 int item_pathname(char *pathname, int pathnamelen, const Fl_Tree_Item *item) const;
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Menu_.H65 int item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem=0) const;
H A DFl_Tree.H290 int item_pathname(char *pathname, int pathnamelen, const Fl_Tree_Item *item) const;
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Menu_.H70 int item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem=0) const;
H A DFl_Tree.H399 int item_pathname(char *pathname, int pathnamelen, const Fl_Tree_Item *item) const;
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/UI/
H A DFl_Osc_Tree.H54 t->item_pathname(pathname, sizeof(pathname), t->callback_item()); in cb()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/example/complex/
H A DFl_Osc_Tree.H43 t->item_pathname(pathname, sizeof(pathname), t->callback_item()); in cb()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Menu_.cxx50 int Fl_Menu_::item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem) const { in item_pathname() function in Fl_Menu_
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Menu_.cxx73 int Fl_Menu_::item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem) const { in item_pathname() function in Fl_Menu_
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Menu_.cxx73 int Fl_Menu_::item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem) const { in item_pathname() function in Fl_Menu_
H A DFl_Tree.cxx237 int Fl_Tree::item_pathname(char *pathname, int pathnamelen, const Fl_Tree_Item *item) const { in item_pathname() function in Fl_Tree
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Menu_.cxx65 int Fl_Menu_::item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem) const { in item_pathname() function in Fl_Menu_
/dports/math/giacxcas/fltk-1.3.0/test/
H A Dtree.fl583 switch ( tree->item_pathname(pathname, sizeof(pathname), item) ) {
585 case -1: fl_message("item_pathname() returned -1 (NOT FOUND)"); break;
586 case -2: fl_message("item_pathname() returned -2 (STRING TOO LONG)"); break;
588 …tooltip {Show the pathname for the selected item. Tests the Fl_Tree::item_pathname() method.} xywh…
/dports/x11-toolkits/ntk/ntk/test/
H A Dtree.fl583 switch ( tree->item_pathname(pathname, sizeof(pathname), item) ) {
585 case -1: fl_message("item_pathname() returned -1 (NOT FOUND)"); break;
586 case -2: fl_message("item_pathname() returned -2 (STRING TOO LONG)"); break;
588 …tooltip {Show the pathname for the selected item. Tests the Fl_Tree::item_pathname() method.} xywh…
/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A DFl_Function_Type.cxx1174 if (comment_predefined->item_pathname(itempath, 255, mi)==0) { in open()
1183 if (comment_predefined->item_pathname(itempath, 255)==0) { in open()
/dports/x11-toolkits/ntk/ntk/fluid/
H A DFl_Function_Type.cxx1152 if (comment_predefined->item_pathname(itempath, 255, mi)==0) { in open()
1161 if (comment_predefined->item_pathname(itempath, 255)==0) { in open()
/dports/math/giacxcas/fltk-1.3.0/fluid/
H A DFl_Function_Type.cxx1152 if (comment_predefined->item_pathname(itempath, 255, mi)==0) { in open()
1161 if (comment_predefined->item_pathname(itempath, 255)==0) { in open()

12