Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx66 GtkSalDisplay::GtkSalDisplay( GdkDisplay* pDisplay ) in GtkSalDisplay() function in GtkSalDisplay
77 GtkSalDisplay::~GtkSalDisplay() in ~GtkSalDisplay()
90 void GtkSalDisplay::deregisterFrame( SalFrame* pFrame ) in deregisterFrame()
118 void GtkSalDisplay::registerFrameWindow( XLIB_Window aWindow, GtkSalFrame* pFrame ) in registerFrameWindow()
138 void GtkSalDisplay::deregisterFrameWindow( XLIB_Window aWindow, GtkSalFrame* pFrame ) in deregisterFrameWindow()
150 GtkSalFrame* GtkSalDisplay::findFrameByXWindow( XLIB_Window aWindow ) const in findFrameByXWindow()
165 return GtkSalDisplay::filterGdkEvent( sys_event, event, data ); in call_filterGdkEvent()
170 GtkSalDisplay* pDisp = (GtkSalDisplay*)data; in signalKeysChanged()
176 GtkSalDisplay* pDisp = (GtkSalDisplay*)data; in signalScreenSizeChanged()
182 GtkSalDisplay* pDisp = (GtkSalDisplay*)data; in signalMonitorsChanged()
[all …]
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkdata.hxx53 class GtkSalDisplay : public SalDisplay class
68 GtkSalDisplay( GdkDisplay* pDisplay );
69 virtual ~GtkSalDisplay();
H A Dgtkframe.hxx43 class GtkSalDisplay;
279 GtkSalDisplay* getDisplay();
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1781 GtkSalDisplay* pDisp = getDisplay(); in moveToScreen()
1819 GtkSalDisplay* pDisp = getDisplay(); in SetScreenNumber()
1851 GtkSalDisplay* pDisp = getDisplay(); in ShowFullScreen()
2293 return static_cast<GtkSalDisplay*>(GetX11SalData()->GetDisplay())->GetGdkDisplay(); in getGdkDisplay()
2296 GtkSalDisplay *GtkSalFrame::getDisplay() in getDisplay()
2298 return static_cast<GtkSalDisplay*>(GetX11SalData()->GetDisplay()); in getDisplay()