Searched refs:first_widget (Results 1 – 2 of 2) sorted by relevance
455 widget_info *GetFirstChildWidget() const { return first_widget; }; in GetFirstChildWidget()468 widget_info *first_widget; variable
5907 this->first_widget = NULL; in copy()5923 first_widget = NULL; in folder_info()5935 if (other.first_widget) in folder_info()5937 this->first_widget = new widget_info(*other.first_widget, TRUE); in folder_info()5966 first_widget = NULL; in folder_info()5975 if (first_widget) in ~folder_info()5977 delete first_widget; in ~folder_info()5978 first_widget = NULL; in ~folder_info()6000 first_widget = info; in SetFirstChildWidget()