summaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-07-02 05:17:30 (GMT)
committerfluxgen <fluxgen>2003-07-02 05:17:30 (GMT)
commit2737e94b242ffc38f4d6760512ba794755603bf7 (patch)
tree7e710416f953b7c16af05ea4f33d3eb2c06206a1 /src/FbTk/FbWindow.hh
parent0703926d3a59e8979590e06930a7f25f6802138b (diff)
downloadfluxbox_lack-2737e94b242ffc38f4d6760512ba794755603bf7.zip
fluxbox_lack-2737e94b242ffc38f4d6760512ba794755603bf7.tar.bz2
added setInputFocus
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r--src/FbTk/FbWindow.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh
index bf82324..88a00d8 100644
--- a/src/FbTk/FbWindow.hh
+++ b/src/FbTk/FbWindow.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbWindow.hh,v 1.18 2003/06/24 10:12:57 fluxgen Exp $ 22// $Id: FbWindow.hh,v 1.19 2003/07/02 05:17:30 fluxgen Exp $
23 23
24#ifndef FBTK_FBWINDOW_HH 24#ifndef FBTK_FBWINDOW_HH
25#define FBTK_FBWINDOW_HH 25#define FBTK_FBWINDOW_HH
@@ -88,7 +88,7 @@ public:
88 virtual void moveResize(int x, int y, unsigned int width, unsigned int height); 88 virtual void moveResize(int x, int y, unsigned int width, unsigned int height);
89 virtual void lower(); 89 virtual void lower();
90 virtual void raise(); 90 virtual void raise();
91 91 void setInputFocus(int revert_to, int time);
92 /// defines a cursor for this window 92 /// defines a cursor for this window
93 void setCursor(Cursor cur); 93 void setCursor(Cursor cur);
94 /// uses the parents cursor instead 94 /// uses the parents cursor instead