Home
last modified time | relevance | path

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

/dports/x11/workrave/workrave-1.10.44/contrib/send_dbus_command/kde/
H A Dworkrave-kde.sh21 WIN_TITLE="WorkRave do KDE"
43 WIN_TITLE="WorkRave for KDE"
97 wmctrl -R "$WIN_TITLE"
140 action=$(kdialog --title "$WIN_TITLE" --icon workrave --menu "$(/bin/echo -e "$SELECT_ACTION")"\
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/examples/
H A Dimagegadget.pas33 WIN_TITLE : PChar = 'Images-Example';
310 IF why <> nil THEN i := EasyReq(NIL,WIN_TITLE,why,OK_TEXT);
394 i := EasyReq(wp,WIN_TITLE, 'You have clicked on the Gadget!', 'Wheeew!');
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DGAMEDEF.h38 #define WIN_TITLE "Seven Kingdoms" // window title macro
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOVGA.cpp99 window = SDL_CreateWindow(WIN_TITLE, in init()
1042 SDL_Window *size_win = SDL_CreateWindow(WIN_TITLE, 0, 0, 1, 1, 0); in init_window_size()