|
|
|
@ -636,6 +636,8 @@ void *yon_pacman_load(struct pacman_struct *pacman){
|
|
|
|
|
|
|
|
|
|
|
|
void on_pacman_search_enter(GtkEntry *self, main_window *widgets){
|
|
|
|
void on_pacman_search_enter(GtkEntry *self, main_window *widgets){
|
|
|
|
on_pacman_icon_press(self,GTK_ENTRY_ICON_SECONDARY,NULL,widgets);
|
|
|
|
on_pacman_icon_press(self,GTK_ENTRY_ICON_SECONDARY,NULL,widgets);
|
|
|
|
|
|
|
|
while (gtk_events_pending()) gtk_main_iteration();
|
|
|
|
|
|
|
|
gtk_widget_grab_focus(widgets->PacmanSoftwareSearchEntry);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void on_pacman_icon_press(GtkEntry *self,GtkEntryIconPosition icon_pos,GdkEvent* ,main_window *widgets){
|
|
|
|
void on_pacman_icon_press(GtkEntry *self,GtkEntryIconPosition icon_pos,GdkEvent* ,main_window *widgets){
|
|
|
|
|