Searched refs:tType (Results 1 – 2 of 2) sorted by relevance
1108 GType tType = GTK_TYPE_TOGGLE_BUTTON; // prevent waring by initializing in getWidget() local1113 pWidget = m_pToggles[elem]; tType = GTK_TYPE_TOGGLE_BUTTON; \ in getWidget()1117 pWidget = m_pButtons[elem]; tType = GTK_TYPE_BUTTON; \ in getWidget()1121 pWidget = m_pLists[elem]; tType = GTK_TYPE_COMBO_BOX; \ in getWidget()1125 pWidget = m_pListLabels[elem]; tType = GTK_TYPE_LABEL; \ in getWidget()1151 *pType = tType; in getWidget()1313 GType tType; in setValue() local1318 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setValue()1320 else if( tType == GTK_TYPE_TOGGLE_BUTTON ) in setValue()1326 else if( tType == GTK_TYPE_COMBO_BOX ) in setValue()[all …]
96 …ConditionThread( ::osl::Condition& Con, ConditionType tType): m_MyCon( Con ), m_MyType( tType ) { } in ConditionThread() argument