aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-06-12 15:13:23 (GMT)
committerrathnor <rathnor>2003-06-12 15:13:23 (GMT)
commitc314d05553b6105b983267a97d14429681d90ae2 (patch)
tree835ddfee957a6cc1a939a8dfd4cc2be4ea282263 /src/WinClient.hh
parente139cbb0283f7480fc26c58dc3f8a48e69011eab (diff)
downloadfluxbox-c314d05553b6105b983267a97d14429681d90ae2.zip
fluxbox-c314d05553b6105b983267a97d14429681d90ae2.tar.bz2
add some property accessors
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index 4d69ee6..ebf542d 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.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: WinClient.hh,v 1.5 2003/05/14 12:07:05 fluxgen Exp $ 22// $Id: WinClient.hh,v 1.6 2003/06/12 15:13:23 rathnor Exp $
23 23
24#ifndef WINCLIENT_HH 24#ifndef WINCLIENT_HH
25#define WINCLIENT_HH 25#define WINCLIENT_HH
@@ -48,6 +48,9 @@ public:
48 bool getAttrib(XWindowAttributes &attr) const; 48 bool getAttrib(XWindowAttributes &attr) const;
49 bool getWMName(XTextProperty &textprop) const; 49 bool getWMName(XTextProperty &textprop) const;
50 bool getWMIconName(XTextProperty &textprop) const; 50 bool getWMIconName(XTextProperty &textprop) const;
51 const std::string getWMClassName() const; // name member of class structure
52 const std::string getWMClassClass() const; // class member of class structure
53 inline const std::string getTitle() const { return m_title; }
51 void updateTitle(); 54 void updateTitle();
52 void updateIconTitle(); 55 void updateIconTitle();
53 BScreen &screen() { return m_screen; } 56 BScreen &screen() { return m_screen; }