Home
last modified time | relevance | path

Searched refs:m_pFixedContainer (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx168 GtkFixed* m_pFixedContainer; member in GtkSalFrame
281 GtkFixed* getFixedContainer() const { return m_pFixedContainer; } in getFixedContainer()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx439 if( m_pFixedContainer ) in ~GtkSalFrame()
440 gtk_widget_destroy( GTK_WIDGET(m_pFixedContainer) ); in ~GtkSalFrame()
577 m_pFixedContainer = GTK_FIXED(g_object_new( ooo_fixed_get_type(), NULL )); in InitCommon()
578 gtk_container_add( GTK_CONTAINER(m_pWindow), GTK_WIDGET(m_pFixedContainer) ); in InitCommon()
581 gtk_widget_show( GTK_WIDGET(m_pFixedContainer) ); in InitCommon()
2414 if( m_pFixedContainer ) in createNewWindow()
2415 gtk_widget_destroy( GTK_WIDGET(m_pFixedContainer) ); in createNewWindow()
3269 pThis->m_pFixedContainer = NULL; in signalDestroy()

Completed in 38 milliseconds