Home
last modified time | relevance | path

Searched defs:iconlabel (Results 1 – 20 of 20) sorted by relevance

/dports/x11-fm/xfe/xfe-1.44/src/
H A DBrowseInputDialog.h23 FXLabel* iconlabel; variable
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/mapedit/
H A Dhelp.c32 const char *iconlabel[36] = { variable
/dports/games/xpilot/xpilot-4.5.5/src/mapedit/
H A Dhelp.c34 char *iconlabel[36] = { variable
/dports/net/mailcommon/mailcommon-21.12.3/src/tag/
H A Dtagwidget.cpp124 auto iconlabel = new QLabel(i18n("Message tag &icon:"), this); in TagWidget() local
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Window.H321 const char* iconlabel() const {return iconlabel_;} in iconlabel() function
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Window.H320 const char* iconlabel() const {return iconlabel_;} in iconlabel() function
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Window.H100 const char* iconlabel() const {return iconlabel_;} in iconlabel() function
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Window.cxx152 void Fl_Window::iconlabel(const char *iname) { in iconlabel() function in Fl_Window
H A Dfl_ask.cxx55 static const char *iconlabel = "?"; variable
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Window.cxx168 void Fl_Window::iconlabel(const char *iname) { in iconlabel() function in Fl_Window
H A Dfl_ask.cxx56 static const char *iconlabel = "?"; variable
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Window.cxx155 void Fl_Window::iconlabel(const char *iname) { in iconlabel() function in Fl_Window
H A Dfl_ask.cxx56 static const char *iconlabel = "?"; variable
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Window.cxx175 void Fl_Window::iconlabel(const char *iname) { in iconlabel() function in Fl_Window
H A Dfl_ask.cxx48 static const char *iconlabel = "?"; variable
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Window.H452 const char* iconlabel() const {return iconlabel_;} in iconlabel() function
/dports/lang/kf5-kross/kross-5.89.0/src/ui/
H A Dactioncollectionview.cpp196 QLabel *iconlabel = new QLabel(i18n("Icon:"), w); in initGui() local
/dports/math/oleo/oleo-1.99.16/src/
H A Dio-motif.c4648 Widget sh, rc, iconlabel, textlabel, form; in GscBuildSplash() local
/dports/net-p2p/shx/shx-0.2.4/src/gtk/
H A Dgtk.c2684 GtkWidget *iconlabel; in create_options_window() local
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py5727 def iconlabel(self, *args): member in Fl_Window