Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx82 GtkWidget * gComboWidget; member
120 gComboWidget( NULL ), in NWFWidgetData()
1881 widget = GTK_COMBO(gWidgetData[nScreen].gComboWidget)->entry; in NWPaintOneEditBox()
2127 NWSetWidgetState( gWidgetData[m_nScreen].gComboWidget, nState, stateType ); in NWPaintGTKComboBox()
2212 gint adjust_x = GTK_CONTAINER(gWidgetData[nScreen].gComboWidget)->border_width + in NWGetComboBoxButtonRect()
2216 adjust_x += gWidgetData[nScreen].gComboWidget->style->xthickness; in NWGetComboBoxButtonRect()
3913 if ( !gWidgetData[nScreen].gComboWidget ) in NWEnsureGTKCombo()
3915 gWidgetData[nScreen].gComboWidget = gtk_combo_new(); in NWEnsureGTKCombo()
3921 NWAddWidgetToCacheWindow( gWidgetData[nScreen].gComboWidget, nScreen ); in NWEnsureGTKCombo()
3924 gtk_widget_realize( GTK_COMBO(gWidgetData[nScreen].gComboWidget)->button ); in NWEnsureGTKCombo()
[all …]

Completed in 35 milliseconds